easyconfigs-it4i/g/GMP/GMP-6.1.1-intel-2017.00.eb
Easy Build bad2422e1e new file: a/ASE/ASE-3.15.0-Python-2.7.13-base.eb
new file:   a/ASE/ASE-3.15.0-intel-2017a-Python-2.7.13.eb
	modified:   g/GMP/GMP-6.1.1-intel-2017.00.eb
	modified:   k/Keras/Keras-2.1.2-Tensorflow-1.2.0-Python-3.6.1.eb
	new file:   p/p4vasp/p4vasp-0.3.30-GNU-4.9.3-2.25.eb
	new file:   p/p4vasp/p4vasp-GNU-4.9.3-2.25-test.eb
	modified:   p/p4vasp/p4vasp-GNU-4.9.3-2.25.eb
2017-12-27 11:59:51 +01:00

31 lines
678 B
Plaintext

easyblock = 'ConfigureMake'
name = 'GMP'
version = '6.1.1'
homepage = 'http://gmplib.org/'
description = """GMP is a free library for arbitrary precision arithmetic,
operating on signed integers, rational numbers, and floating point numbers. """
toolchain = {'name': 'intel', 'version': '2017.00'}
toolchainopts = {'pic': True, 'precise': True}
sources = [SOURCELOWER_TAR_BZ2]
source_urls = ['http://ftp.gnu.org/gnu/gmp']
builddependencies = [
('Autotools', '20150215'),
]
# enable C++ interface
configopts = '--enable-cxx'
runtest = 'check'
sanity_check_paths = {
'files': ['lib/libgmp.%s' % SHLIB_EXT, 'include/gmp.h'],
'dirs': [],
}
moduleclass = 'math'