mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 15:32:11 +01:00
32 lines
834 B
Plaintext
32 lines
834 B
Plaintext
easyblock = 'ConfigureMake'
|
|
|
|
name = 'almost'
|
|
version = '2.1.0'
|
|
|
|
homepage = 'http://www-almost.ch.cam.ac.uk/site'
|
|
description = """all atom molecular simulation toolkit
|
|
- is a fast and flexible molecular modeling environment
|
|
that provides powerful and efficient algorithms for molecular
|
|
simulation, homology modeling, de novo design and ab-initio
|
|
calculations.
|
|
"""
|
|
|
|
toolchain = {'name': 'intel', 'version': '2015b'}
|
|
|
|
source_urls = ['http://www-almost.ch.cam.ac.uk/site/downloads']
|
|
sources = [SOURCELOWER_TAR_GZ]
|
|
|
|
builddependencies = [
|
|
('ScaLAPACK', '2.0.2', '-OpenBLAS-0.2.14-LAPACK-3.5.0', ('gompi', '2015b')),
|
|
('OpenBLAS', '0.2.14', '-LAPACK-3.5.0', ('GNU', '5.1.0-2.25')),
|
|
('SQLite', '3.8.8.1'),
|
|
('gzip', '1.6')
|
|
]
|
|
|
|
sanity_check_paths = {
|
|
'files': ['bin/almost'],
|
|
'dirs': []
|
|
}
|
|
|
|
moduleclass = 'bio'
|