mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-14 02:41:22 +01:00
numpy-1.12.1-intel-2017a-Python-2.7.11.eb: check that numpy is present in python and in proper version
This commit is contained in:
parent
b3b9497956
commit
66a0ce0a52
@ -22,13 +22,7 @@ dependencies = [
|
||||
('Python', '2.7.11'),
|
||||
]
|
||||
|
||||
# need to use pip rather than regular 'setup.py install,'
|
||||
# to ensure that this numpy wins over the one in the Python installation;
|
||||
# using easy_install does not work...
|
||||
use_pip = True
|
||||
|
||||
# install as zipped egg to get a .pth file in lib/python*/site-packages;
|
||||
# this enables shadowing of the numpy that is part of the Python installation
|
||||
zipped_egg = True
|
||||
# check that numpy is present in python and in proper version
|
||||
sanity_check_commands = [('python', '-c "import numpy; assert(numpy.__version__ == \'%(version)s\')"')]
|
||||
|
||||
moduleclass = 'math'
|
||||
|
Loading…
x
Reference in New Issue
Block a user