#%Module1.0#####################################################################

proc ModulesHelp { } {

puts stderr " "
puts stderr "This module loads the numpy library built with python3"
puts stderr "and the gnu15 compiler toolchain."
puts stderr "\nVersion 2.4.4\n"

}
module-whatis "Name: python3-numpy built with gnu15 compiler"
module-whatis "Version: 2.4.4"
module-whatis "Category: python module"
module-whatis "Description: NumPy array processing for numbers, strings, records and objects"
module-whatis "URL: https://github.com/numpy/numpy"

family                      numpy
set     version             2.4.4

depends-on openblas

prepend-path    PATH                /opt/ohpc/pub/libs/gnu15/numpy/2.4.4/bin
prepend-path    PATH                /opt/ohpc/pub/libs/gnu15/numpy/2.4.4/local/bin
prepend-path    PYTHONPATH          /opt/ohpc/pub/libs/gnu15/numpy/2.4.4/local/lib/python3.12/dist-packages
prepend-path    PYTHONPATH          /opt/ohpc/pub/libs/gnu15/numpy/2.4.4/lib/python3.12/dist-packages
prepend-path    PYTHONPATH          /opt/ohpc/pub/libs/gnu15/numpy/2.4.4/lib/python3/dist-packages

setenv          NUMPY_DIR           /opt/ohpc/pub/libs/gnu15/numpy/2.4.4
