Fix PYTHONPATH for spack's python-venv with Redoak's cray-python
This commit is contained in:
parent
30a327fb22
commit
cdc44fa2a6
1 changed files with 4 additions and 0 deletions
|
@ -41,6 +41,10 @@ packages:
|
|||
prefix: /opt/cray/pe/python/3.11.7
|
||||
modules:
|
||||
- cray-python/3.11.7
|
||||
extra_attributes:
|
||||
environment:
|
||||
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
|
||||
fftw:
|
||||
externals:
|
||||
|
|
Loading…
Reference in a new issue