Skip to content

Commit

Permalink
Updated blueos package file, added qhull version number to spheral pa…
Browse files Browse the repository at this point in the history
…ckage recipe
  • Loading branch information
ldowen committed May 6, 2024
1 parent 0de82d6 commit 2149bc4
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 12 deletions.
28 changes: 17 additions & 11 deletions scripts/spack/configs/blueos_3_ppc64le_ib/packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,15 @@ packages:
externals:
- spec: perl@5.26.3
prefix: /usr

cuda:
version: [11.1.0, 11.0.2, 10.1.243, 10.1.168, 9.2.148, 8.0]
version:
- 11.1.0
- 11.0.2
- 10.1.243
- 10.1.168
- 9.2.148
- '8.0'
buildable: false
externals:
- spec: cuda@11.1.0~allow-unsupported-compilers
Expand All @@ -48,7 +54,7 @@ packages:
prefix: /usr/tce/packages/cuda/cuda-9.2.148
- spec: cuda@8.0~allow-unsupported-compilers
prefix: /usr/tce/packages/cuda/cuda-8.0

spectrum-mpi:
externals:
- spec: spectrum-mpi@10.3.1.03rtm0%pgi@19.10
Expand Down Expand Up @@ -153,15 +159,15 @@ packages:
prefix: /usr
buildable: false
tcl:
externals:
- spec: tcl@8.5.19
prefix: /usr
buildable: false
externals:
- spec: tcl@8.5.19
prefix: /usr
buildable: false
tk:
externals:
- spec: tk@8.5.19
prefix: /usr
buildable: false
externals:
- spec: tk@8.5.19
prefix: /usr
buildable: false
fontconfig:
externals:
- spec: fontconfig@2.13.1
Expand Down
2 changes: 1 addition & 1 deletion scripts/spack/packages/spheral/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class Spheral(CachedCMakePackage, CudaPackage):

depends_on('zlib@1.3 +shared +pic', type='build')

depends_on('qhull +pic', type='build')
depends_on('qhull@2020.2 +pic', type='build')
depends_on('m-aneos@1.0')
depends_on('eigen@3.4.0', type='build')
depends_on('hdf5@1.8.19 ~mpi +hl', type='build', when='~mpi')
Expand Down

0 comments on commit 2149bc4

Please sign in to comment.