Skip to content

Commit

Permalink
EAMxx: add pybind11 root folder to mappy/weaver mach files
Browse files Browse the repository at this point in the history
  • Loading branch information
bartgol committed Jul 1, 2024
1 parent fdd97c2 commit a4c0c08
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/eamxx/cmake/machine-files/mappy.cmake
Original file line number Diff line number Diff line change
@@ -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")

0 comments on commit a4c0c08

Please sign in to comment.