mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-15 19:28:06 +01:00
25 lines
664 B
Plaintext
25 lines
664 B
Plaintext
easyblock = 'MakeCp'
|
|
|
|
name = 'PHYLIP'
|
|
version = '3.696'
|
|
|
|
homepage = 'http://evolution.genetics.washington.edu/phylip'
|
|
description = "PHYLIP is a free package of programs for inferring phylogenies."
|
|
|
|
toolchain = {'name': 'foss', 'version': '2016a'}
|
|
|
|
source_urls = ['http://evolution.gs.washington.edu/phylip/download/']
|
|
sources = [SOURCELOWER_TAR_GZ]
|
|
|
|
buildopts = '-Csrc -fMakefile.unx all && make -Csrc -fMakefile.unx install'
|
|
|
|
files_to_copy = [(['exe/*'], 'bin'),
|
|
(['src/libdrawgram.so', 'src/libdrawtree.so'], 'lib')]
|
|
|
|
sanity_check_paths = {
|
|
'files': ['lib/libdrawgram.so', 'lib/libdrawtree.so'],
|
|
'dirs': ['bin'],
|
|
}
|
|
|
|
moduleclass = 'bio'
|