Skip to content

Commit

Permalink
Brought numpy version back, removed python module load from gitlab sc…
Browse files Browse the repository at this point in the history
…ript to stop scipy from using the wrong pkg-config on the CZ
  • Loading branch information
ldowen committed May 9, 2024
1 parent 4692ddf commit 8200720
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .gitlab/scripts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
- cd $CI_BUILD_DIR
- echo $SPEC

- ml load python/3
- $BUILD_ALLOC ./$SCRIPT_DIR/gitlab/build_and_install.py --spec="$SPEC" --extra-cmake-args="$EXTRA_CMAKE_ARGS"

.build_and_test:
Expand Down
2 changes: 1 addition & 1 deletion scripts/spack/packages/spheral/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class Spheral(CachedCMakePackage, CudaPackage):

extends('[email protected] +zlib +shared +ssl +tkinter', type='build')

depends_on('py-numpy', type='build')
depends_on('py-numpy@1.23.4', type='build')
depends_on('py-numpy-stl', type='build')
depends_on('py-pillow', type='build')
depends_on('py-matplotlib backend=tkagg +fonts', type='build')
Expand Down

0 comments on commit 8200720

Please sign in to comment.