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

35 lines
957 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': 'goolf', 'version': '1.4.10'}
# 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)]
patches = ['beagle-lib-20120124_GCC-4.7.patch']
# 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'