Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
Signed-off-by: Steven Hahn <hahnse@ornl.gov>
  • Loading branch information
quantumsteve committed Apr 19, 2024
1 parent 5975771 commit f88b469
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/spack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,7 @@ jobs:
cd ./KORC
./build.sh
- name: test korc
run: |
cd ./KORC/build && ctest --output-on-failure
cd ./build && ctest --output-on-failure
- name: Show Cache
if: failure()
Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ rm -rf ./build && mkdir $_
cd build

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

0 comments on commit f88b469

Please sign in to comment.