Skip to content

Commit

Permalink
build korc
Browse files Browse the repository at this point in the history
  • Loading branch information
idigs authored Feb 28, 2024
1 parent 36aac16 commit 1e8b590
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions .github/workflows/spack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,15 +58,15 @@ jobs:
./spack
~/.spack
- name: prepare spack
- name: build korc
run: |
pwd
tree -L 2
. ./spack/share/spack/setup-env.sh
spack find -ldf
#spack find -ldf
spack compilers
spack load gcc@13.2.0
Expand All @@ -77,15 +77,8 @@ jobs:
gfortran --version
set -x
- name: build korc
run: |
set -x
which cmake
which gfortran
gfortran --version
set -x
cd ./KORC
./build.sh
Expand Down

0 comments on commit 1e8b590

Please sign in to comment.