Skip to content

Commit

Permalink
Fix zlib dependency for laghos (#459)
Browse files Browse the repository at this point in the history
Co-authored-by: Riyaz Haque <[email protected]>
Co-authored-by: pearce8 <[email protected]>
  • Loading branch information
3 people authored Nov 27, 2024
1 parent ff892fe commit 469edb8
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ packages:
externals:
- spec: [email protected]
prefix: /usr/tce/packages/fftw/fftw-3.3.10
zlib-api:
require: zlib
mpi:
buildable: false
externals:
Expand Down
1 change: 1 addition & 0 deletions repo/laghos/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ class Laghos(MakefilePackage):
depends_on("caliper", when="+caliper")
depends_on("adiak", when="+caliper")

depends_on("hypre~fortran", when="@develop")
depends_on("[email protected]+optimize+pic+shared", when="@develop")
depends_on("mfem@develop^[email protected]+optimize+pic+shared", when="@develop")
depends_on("[email protected]:", when="@3.1")
Expand Down
8 changes: 0 additions & 8 deletions systems/genericx86/externals/base/00-packages.yaml

This file was deleted.

2 changes: 0 additions & 2 deletions systems/sierra/externals/base/00-packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,3 @@ packages:
buildable: false
mpi:
buildable: false
zlib-api:
require: zlib
1 change: 1 addition & 0 deletions systems/tioga/compilers/rocm/00-rocm-551-compilers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ compilers:
cflags: -g -O2
cxxflags: -g -O2 -std=c++17
fflags: -g -O2 -hnopattern
ldflags: -ldl
operating_system: rhel8
target: x86_64
modules: []
Expand Down
2 changes: 0 additions & 2 deletions systems/tioga/externals/base/00-packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -183,5 +183,3 @@ packages:
buildable: false
rocsolver:
buildable: false
zlib-api:
require: zlib

0 comments on commit 469edb8

Please sign in to comment.