Skip to content

Commit

Permalink
Changing axom back to static to see if that fixes the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ldowen committed Sep 11, 2024
1 parent 17d78ee commit 60f864e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions scripts/spack/packages/spheral/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,7 @@ class Spheral(CachedCMakePackage, CudaPackage):
# Zlib fix has been merged into conduit, using develop until next release.
depends_on('conduit@0.9.1 +shared +hdf5~hdf5_compat -test ~parmetis', type='build')
depends_on('conduit +hdf5', type='build', when='^hdf5@1.8.0:1.8')
depends_on('axom@0.9.0 +hdf5 -lua -examples -python -fortran', type='build')
depends_on('axom ~shared', when='+cuda')
depends_on('axom +shared', when='~cuda')
depends_on('axom@0.9.0 ~shared +hdf5 -lua -examples -python -fortran', type='build')
depends_on('caliper@2.11 ~shared +adiak +gotcha ~libdw ~papi ~libunwind +pic', type='build')
mpi_tpl_list = ["hdf5", "conduit", "axom", "caliper", "adiak~shared"]
for ctpl in mpi_tpl_list:
Expand Down

0 comments on commit 60f864e

Please sign in to comment.