Skip to content

Commit

Permalink
normalizing build.sh name with main
Browse files Browse the repository at this point in the history
  • Loading branch information
mbeidler3 committed Apr 16, 2024
1 parent 31f6969 commit 05aa7bb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build_gnu.sh → build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ rm -rf ./build && mkdir $_
cd build

cmake -DCMAKE_BUILD_TYPE:String=$BUILD_TYPE \
-DUSE_PSPLINE=ON \
-DUSE_ACC=OFF \
-DUSE_PSPLINE=OFF \
-DUSE_FIO=OFF \
-DKORC_TEST=OFF \
-DCMAKE_Fortran_FLAGS="-DHDF5_DOUBLE_PRESICION -malign-double -fconvert='big-endian' -fPIE" \
Expand Down

0 comments on commit 05aa7bb

Please sign in to comment.