System Python is not a devel package on redoak
This commit is contained in:
parent
00df88e0db
commit
30a327fb22
1 changed files with 12 additions and 16 deletions
|
@ -35,6 +35,13 @@ packages:
|
||||||
modules:
|
modules:
|
||||||
- cray-libsci/24.03.0
|
- cray-libsci/24.03.0
|
||||||
buildable: false
|
buildable: false
|
||||||
|
python:
|
||||||
|
externals:
|
||||||
|
- spec: python@3.11
|
||||||
|
prefix: /opt/cray/pe/python/3.11.7
|
||||||
|
modules:
|
||||||
|
- cray-python/3.11.7
|
||||||
|
buildable: false
|
||||||
fftw:
|
fftw:
|
||||||
externals:
|
externals:
|
||||||
- spec: fftw@3.3.10.7
|
- spec: fftw@3.3.10.7
|
||||||
|
@ -126,23 +133,12 @@ packages:
|
||||||
require:
|
require:
|
||||||
- '%gcc@7.5'
|
- '%gcc@7.5'
|
||||||
- '+libiberty'
|
- '+libiberty'
|
||||||
# Some basic python packages which are part of the OS python
|
|
||||||
py-pip:
|
|
||||||
externals:
|
|
||||||
- spec: py-pip@20.0.2
|
|
||||||
prefix: /usr
|
|
||||||
buildable: false
|
|
||||||
py-setuptools:
|
|
||||||
externals:
|
|
||||||
- spec: py-setuptools@44.1.1
|
|
||||||
prefix: /usr
|
|
||||||
buildable: false
|
|
||||||
# packages which have been discovered by spack external find --all
|
# packages which have been discovered by spack external find --all
|
||||||
python:
|
# python: # not a -devel package
|
||||||
externals:
|
# externals:
|
||||||
- spec: python@3.6.15+bz2+crypt+ctypes+dbm+lzma+nis+pyexpat~pythoncmd+readline+sqlite3+ssl~tkinter+uuid+zlib
|
# - spec: python@3.6.15+bz2+crypt+ctypes+dbm+lzma+nis+pyexpat~pythoncmd+readline+sqlite3+ssl~tkinter+uuid+zlib
|
||||||
prefix: /usr
|
# prefix: /usr
|
||||||
buildable: false
|
# buildable: false
|
||||||
curl:
|
curl:
|
||||||
externals:
|
externals:
|
||||||
- spec: curl@8.0.1+gssapi+ldap+nghttp2
|
- spec: curl@8.0.1+gssapi+ldap+nghttp2
|
||||||
|
|
Loading…
Reference in a new issue