Add external python packages through cray-python
This commit is contained in:
parent
cdc44fa2a6
commit
a1920efc10
1 changed files with 35 additions and 0 deletions
|
@ -46,6 +46,41 @@ packages:
|
||||||
prepend_path: # on Redoak cray-python module does not set PYTHONPATH correctly
|
prepend_path: # on Redoak cray-python module does not set PYTHONPATH correctly
|
||||||
PYTHONPATH: /opt/cray/pe/python/3.11.7/lib/python3.11/site-packages
|
PYTHONPATH: /opt/cray/pe/python/3.11.7/lib/python3.11/site-packages
|
||||||
buildable: false
|
buildable: false
|
||||||
|
py-pip:
|
||||||
|
externals:
|
||||||
|
- spec: py-pip@23.2.1
|
||||||
|
modules:
|
||||||
|
- cray-python/3.11.7
|
||||||
|
py-setuptools:
|
||||||
|
externals:
|
||||||
|
- spec: py-setuptools@69.0.3
|
||||||
|
modules:
|
||||||
|
- cray-python/3.11.7
|
||||||
|
py-mpi4py:
|
||||||
|
externals:
|
||||||
|
- spec: py-mpi4py@3.1.4
|
||||||
|
modules:
|
||||||
|
- cray-python/3.11.7
|
||||||
|
py-numpy:
|
||||||
|
externals:
|
||||||
|
- spec: py-numpy@1.24.4
|
||||||
|
modules:
|
||||||
|
- cray-python/3.11.7
|
||||||
|
py-dask:
|
||||||
|
externals:
|
||||||
|
- spec: py-dask@2023.6.1
|
||||||
|
modules:
|
||||||
|
- cray-python/3.11.7
|
||||||
|
py-scipy:
|
||||||
|
externals:
|
||||||
|
- spec: py-scipy@1.10.1
|
||||||
|
modules:
|
||||||
|
- cray-python/3.11.7
|
||||||
|
py-pandas:
|
||||||
|
externals:
|
||||||
|
- spec: py-pandas@1.5.3
|
||||||
|
modules:
|
||||||
|
- cray-python/3.11.7
|
||||||
fftw:
|
fftw:
|
||||||
externals:
|
externals:
|
||||||
- spec: fftw@3.3.10.7
|
- spec: fftw@3.3.10.7
|
||||||
|
|
Loading…
Reference in a new issue