Skip to content

Commit

Permalink
more debug...
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderRichert-NOAA committed Sep 12, 2023
1 parent 5fb4d71 commit d7f02f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Spack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ jobs:
mv $GITHUB_WORKSPACE/ip $SPACK_ENV/ip
spack develop --no-clone ip@develop
spack add ip@develop%gcc@11 ${{ matrix.openmp }} ${{ matrix.sharedlibs }} ${{ matrix.pic }} ${{ matrix.precision }} target=x86_64
spack external find cmake gmake
#spack external find cmake gmake
spack concretize
# Run installation and run CTest suite
spack --debug install --verbose --fail-fast --test root
spack install --verbose --fail-fast --test root
# Run 'spack load' to check for obvious errors in setup_run_environment
spack load ip
Expand Down

0 comments on commit d7f02f6

Please sign in to comment.