From a4c0c08581094bdfff9de47c0a9013d2d93733b7 Mon Sep 17 00:00:00 2001 From: Luca Bertagna Date: Mon, 1 Jul 2024 09:16:54 -0600 Subject: [PATCH] EAMxx: add pybind11 root folder to mappy/weaver mach files --- components/eamxx/cmake/machine-files/mappy.cmake | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/components/eamxx/cmake/machine-files/mappy.cmake b/components/eamxx/cmake/machine-files/mappy.cmake index 29fb2e74b8a..0282f06eba2 100644 --- a/components/eamxx/cmake/machine-files/mappy.cmake +++ b/components/eamxx/cmake/machine-files/mappy.cmake @@ -1,5 +1,6 @@ include(${CMAKE_CURRENT_LIST_DIR}/common.cmake) common_setup() -set(PYTHON_EXECUTABLE "/ascldap/users/jgfouca/packages/Python-3.8.5/bin/python3.8" CACHE STRING "" FORCE) set(CMAKE_Fortran_FLAGS "-fallow-argument-mismatch" CACHE STRING "" FORCE) + +set(pybind11_ROOT /home/e3sm-jenkins/.local/lib/python3.8/site-packages CACHE PATH "Path to pybind11 installation folder")