Skip to content

Commit

Permalink
DO NOT MERGE PyTrilinos2: Hack in flags
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Glusa <[email protected]>
  • Loading branch information
cgcgcg committed Jan 9, 2025
1 parent a561afe commit c38e004
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/PyTrilinos2/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ TRIBITS_ADD_OPTION_AND_DEFINE(PyTrilinos2_BINDER_VERBOSE
"Increase the verbosity of binder."
OFF )

set(PyTrilinos2_BINDER_FLAGS "-fopenmp;-I$ENV{OPENMPI_ROOT}/include")

SET(PyTrilinos2_BINDER_NUM_FILES "150" CACHE STRING "Maxinum number of generated files by binder.")

function(get_all_include_dirs LIBRARY_NAME all_include_dirs all_visited_libs)
Expand Down

0 comments on commit c38e004

Please sign in to comment.