Skip to content

Commit 7d8517b

Browse files
committed
Make spheral depend on python@3.12
1 parent 6b280f3 commit 7d8517b

3 files changed

Lines changed: 1 addition & 12 deletions

File tree

scripts/spack/configs/toss_4_x86_64_ib/packages.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,6 @@ packages:
7272
buildable: false
7373

7474
# ------ SYSTEM LIBS -------
75-
python:
76-
externals:
77-
- spec: python@3.9.12
78-
prefix: /usr/tce/packages/python/python-3.9.12
79-
buildable: false
8075
ncurses:
8176
externals:
8277
- spec: ncurses@5.9

scripts/spack/configs/toss_4_x86_64_ib_cray/packages.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -80,12 +80,6 @@ packages:
8080
- spec: readline@7.0
8181
prefix: /usr
8282
buildable: false
83-
python:
84-
externals:
85-
- spec: python@3.9.12
86-
prefix: /usr/tce/packages/python/python-3.9.12
87-
buildable: false
88-
8983
autoconf:
9084
externals:
9185
- spec: autoconf@2.69

scripts/spack/spack_repo/spheral/packages/spheral/package.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ class Spheral(CachedCMakePackage, CudaPackage, ROCmPackage):
5353
depends_on("c", type="build")
5454
depends_on("cxx", type="build")
5555
depends_on("fortran", type="build")
56-
depends_on('python', when='+python')
56+
depends_on('python@3.12', when='+python')
5757

5858
depends_on('mpi', when='+mpi')
5959

0 commit comments

Comments
 (0)