mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00
31 lines
907 B
Plaintext
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'
|