From a1920efc10a1990cf776c4b1d1685f1632416aa1 Mon Sep 17 00:00:00 2001 From: Jose Gracia Date: Thu, 18 Jul 2024 10:05:17 -0500 Subject: [PATCH] Add external python packages through cray-python --- config-hlrs/packages.yaml | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/config-hlrs/packages.yaml b/config-hlrs/packages.yaml index 905bcb8..e156b4b 100644 --- a/config-hlrs/packages.yaml +++ b/config-hlrs/packages.yaml @@ -46,6 +46,41 @@ packages: 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 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: externals: - spec: fftw@3.3.10.7