easyconfigs-it4i/b/beagle-lib/beagle-lib-2.1.2-foss-2016a.eb
Lukáš Krupčík 92cb0848fe formatter
2018-10-03 07:48:02 +02:00

36 lines
1.0 KiB
Plaintext

easyblock = 'ConfigureMake'
name = 'beagle-lib'
version = '2.1.2'
homepage = 'https://github.com/beagle-dev/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': 'foss', 'version': '2016a'}
# https://github.com/beagle-dev/beagle-lib/archive/beagle_release_2_1_2.tar.gz
source_urls = ['https://github.com/beagle-dev/beagle-lib/archive/']
sources = ['beagle_release_%s.tar.gz' % version.replace('.', '_')]
dependencies = [('Java', '1.8.0_74', '', True)]
builddependencies = [('Autotools', '20150215')]
# parallel build does not work (to test)
parallel = 1
preconfigopts = "./autogen.sh && "
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'