easyconfigs-it4i/b/bsoft/bsoft-1.8.8-goolf-1.5.14.eb
Lukáš Krupčík 92cb0848fe formatter
2018-10-03 07:48:02 +02:00

28 lines
918 B
Plaintext

easyblock = 'CmdCp'
name = 'bsoft'
version = '1.8.8'
homepage = 'http://lsbr.niams.nih.gov/bsoft/'
description = """Bsoft is a collection of programs and a platform for development of software
for image and molecular processing in structural biology. Problems in structural biology
are approached with a highly modular design, allowing fast development of new algorithms
without the burden of issues such as file I/O. It provides an easily accessible interface,
a resource that can be and has been used in other packages."""
toolchain = {'name': 'goolf', 'version': '1.5.14'}
toolchainopts = {'openmp': True}
source_urls = ['http://lsbr.niams.nih.gov/bsoft/']
sources = ['%%(name)s%s.tar' % '_'.join(version.split('.'))]
cmds_map = [('.*', "./bmake omp fftw=$EBROOTFFTW")]
files_to_copy = ['bin']
sanity_check_paths = {
'files': ['bin/brun', 'bin/bshow', 'bin/bview'],
'dirs': [],
}
moduleclass = 'bio'