easyconfigs-it4i/b/beagle-lib/beagle-lib-20120124-ictce-5.3.0.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

31 lines
907 B
Plaintext

easyblock = 'ConfigureMake'
name = 'beagle-lib'
version = '20120124'
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': 'ictce', 'version': '5.3.0'}
# 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.7.0_15', '', True)]
# 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'