Skip to content

Commit

Permalink
Adding and re-ordering cmake args for MOAB to match the Dockerfile one.
Browse files Browse the repository at this point in the history
  • Loading branch information
bam241 committed Jan 24, 2025
1 parent 1d38753 commit af0e850
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmake/MOAB_PullAndMake.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,12 @@ MACRO (moab_pull_make MOAB_Version)
GIT_TAG ${moab_version}
CMAKE_ARGS
-DCMAKE_INSTALL_PREFIX:PATH=<INSTALL_DIR>
-DBUILD_SHARED_LIBS:BOOL=ON
-DCMAKE_BUILD_TYPE=Release
-DENABLE_HDF5:BOOL=ON
-DHDF5_ROOT:PATH=${HDF5_ROOT}
-DCMAKE_INSTALL_RPATH=${HDF5_ROOT}/lib:${MOAB_INSTALL_PREFIX}/lib
-DENABLE_BLASLAPACK:BOOL=OFF
-DBUILD_SHARED_LIBS:BOOL=ON
-DENABLE_FORTRAN:BOOL=OFF
-DENABLE_PYMOAB:BOOL=OFF
${OPTION_FLAG}
Expand Down

0 comments on commit af0e850

Please sign in to comment.