easyconfigs-it4i/c/CVXOPT/CVXOPT-1.1.5-ictce-5.3.0-Python-2.7.3.eb
Josef Hrabal 27902b54aa _not_installed merged back
Modules which was not installed merged back to root directory.
2017-04-05 12:53:18 +02:00

36 lines
975 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': 'ictce', 'version': '5.3.0'}
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'