easyconfigs-it4i/ARCHIVE/s/scipy/scipy-0.16.0-intel-2016b-Python-2.7.12.eb
Lukas Krupcik 182459da35 deleted: "a/ANSYS/\\"
deleted:    a/Anaconda2/Anaconda2-4.4.0.eb
	deleted:    a/Anaconda3/Anaconda3-2019.10.eb
	deleted:    a/Anaconda3/Anaconda3-4.4.0.eb
	deleted:    a/Anaconda3/Anaconda3-5.3.1.eb
	deleted:    a/Autotools/Autotools-20150215-GCC-6.3.0-2.27.eb
	deleted:    a/Autotools/Autotools-20170619.eb
	deleted:    a/Autotools/Autotools-20180311.eb
2022-05-05 11:22:37 +02:00

35 lines
1.0 KiB
Plaintext

name = 'scipy'
version = '0.16.0'
versionsuffix = '-Python-2.7.12'
homepage = 'http://www.scipy.org'
description = """SciPy is a collection of mathematical algorithms and convenience
functions built on the Numpy extension for Python."""
toolchain = {'name': 'intel', 'version': '2016b'}
toolchainopts = {'pic': True}
source_urls = [
('http://sourceforge.net/projects/scipy/files/scipy/%(version)s', 'download')]
sources = [SOURCE_TAR_GZ]
patches = ['scipy-%(version)s_fix-failing-tests-mkl.patch']
dependencies = [
('numpy', '1.9.2', versionsuffix),
]
# relocal_compile patch Cython source file
prebuildopts = "cython scipy/linalg/_delocal_comp_update.pyx && "
# need to use pip rather than regular 'setup.py install,'
# to ensure that this scipy 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 scipy that is part of the Python installation
zipped_egg = True
moduleclass = 'math'