easyconfigs-it4i/c/CVXOPT/CVXOPT-1.1.5-goolf-1.4.10-Python-2.7.3.eb
easybuild 40b461ca6f fix
2019-11-06 13:38:09 +01:00

35 lines
973 B
Plaintext

easyblock = "PythonPackage"
name = 'CVXOPT'
version = '1.1.5'
homepage = 'http://abel.ee.ucla.edu/cvxopt/'
description = """CVXOPT is a free software package for convex optimization based on the Python programming language.
Its main purpose is to make the development of software for convex optimization applications straightforward
by building on Python's extensive standard library and on the strengths of Python as a high-level programming language."""
toolchain = {'name': 'goolf', 'version': '1.4.10'}
source_urls = ['http://abel.ee.ucla.edu/src/']
sources = [SOURCELOWER_TAR_GZ]
patches = ['CVXOPT-blas-lapack.patch']
python = 'Python'
pythonver = '2.7.3'
pythonshortver = '.'.join(pythonver.split('.')[0:2])
versionsuffix = '-%s-%s' % (python, pythonver)
dependencies = [
(python, pythonver),
]
start_dir = 'src'
sanity_check_paths = {
'files': [],
'dirs': ['lib/python%s/site-packages/%%(namelower)s' % pythonshortver],
}
moduleclass = 'math'