Skip to content

Commit

Permalink
Use python3 for all TriBITS builds (TriBITSPub#610)
Browse files Browse the repository at this point in the history
  • Loading branch information
bartlettroscoe committed Jul 26, 2024
1 parent d6c2f27 commit b5ef350
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dev_testing/generic/do-configure-mpi-debug
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ fi

cmake \
-D CMAKE_BUILD_TYPE:STRING="DEBUG" \
-D PYTHON_EXECUTABLE=$(which python3) \
-D TPL_ENABLE_MPI:BOOL=ON \
-D TriBITS_ENABLE_Fortran:BOOL=ON \
-D TriBITS_ENABLE_TESTS:BOOL=ON \
Expand Down

0 comments on commit b5ef350

Please sign in to comment.