easyconfigs-it4i/b/beagle-lib/beagle-lib-20141202-intel-2015a.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

37 lines
992 B
Plaintext

easyblock = 'ConfigureMake'
name = 'beagle-lib'
# revision r1261
version = '20141202'
homepage = 'http://code.google.com/p/beagle-lib/'
description = """beagle-lib is a high-performance library that can perform the core
calculations at the heart of most Bayesian and Maximum Likelihood
phylogenetics packages."""
toolchain = {'name': 'intel', 'version': '2015a'}
# there is no tarball provided, only SVN checkout through:
# svn checkout http://beagle-lib.googlecode.com/svn/trunk/ beagle-lib
sources = [SOURCE_TGZ]
dependencies = [
('Java', '1.8.0_31', '', True),
('Autoconf', '2.69')
]
preconfigopts = './autogen.sh && '
# parallel build does not work
parallel = 1
sanity_check_paths = {
'files': ["include/libhmsbeagle-1/libhmsbeagle/%s" % includefile
for includefile in ["beagle.h", "platform.h"]] +
["lib/libhmsbeagle%s.so" % libfile
for libfile in ["-cpu", "-cpu-sse", "-jni", ""]],
'dirs': []
}
moduleclass = 'numlib'