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