mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00

new file: b/byacc/byacc-20170509.eb new file: c/CP2K/CP2K-5.1-intel-2017a.eb new file: g/GMP/GMP-5.0.5.eb new file: g/guile/guile-1.8.8.eb new file: l/Libint/Libint-1.1.6-intel-2017a.eb new file: l/libmatheval/libmatheval-1.1.11.eb new file: l/libtool/libtool-2.4.2.eb new file: l/libxc/libxc-2.2.2-intel-2017a.eb new file: l/libxsmm/libxsmm-1.6.4-intel-2017a.eb new file: l/libxsmm/libxsmm-1.6.4.eb new file: p/PLUMED/PLUMED-2.3.0-intel-2017a.eb deleted: b/byacc/byacc-20160606.eb
43 lines
1.4 KiB
Plaintext
43 lines
1.4 KiB
Plaintext
# by Ward Poelmans <wpoely86@gmail.com>
|
|
|
|
easyblock = 'ConfigureMake'
|
|
|
|
name = 'PLUMED'
|
|
version = '2.3.0'
|
|
|
|
homepage = 'http://www.plumed-code.org'
|
|
description = """PLUMED is an open source library for free energy calculations in molecular systems which
|
|
works together with some of the most popular molecular dynamics engines. Free energy calculations can be
|
|
performed as a function of many order parameters with a particular focus on biological problems, using
|
|
state of the art methods such as metadynamics, umbrella sampling and Jarzynski-equation based steered MD.
|
|
The software, written in C++, can be easily interfaced with both fortran and C/C++ codes.
|
|
"""
|
|
|
|
toolchain = {'name': 'intel', 'version': '2017a'}
|
|
toolchainopts = {'usempi': 'True'}
|
|
|
|
source_urls = ['https://github.com/plumed/plumed2/archive/']
|
|
sources = ['v%(version)s.tar.gz']
|
|
|
|
dependencies = [
|
|
('zlib', '1.2.11', '', True),
|
|
('GSL', '2.3'),
|
|
('libmatheval', '1.1.11', '', True),
|
|
]
|
|
|
|
preconfigopts = 'env FC=$MPIF90 LIBS="$LIBLAPACK $LIBS" '
|
|
configopts = ' --exec-prefix=%(installdir)s --enable-gsl'
|
|
prebuildopts = 'source sourceme.sh && '
|
|
|
|
sanity_check_paths = {
|
|
'files': ['bin/plumed', 'lib/libplumedKernel.%s' % SHLIB_EXT, 'lib/libplumed.%s' % SHLIB_EXT],
|
|
'dirs': ['lib/plumed']
|
|
}
|
|
|
|
modextrapaths = {
|
|
'PLUMED_KERNEL': 'lib/libplumedKernel.%s' % SHLIB_EXT,
|
|
'PLUMED_ROOT': 'lib/plumed',
|
|
}
|
|
|
|
moduleclass = 'chem'
|