mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 23:42:12 +01:00

new file: c/CP2K/CP2K-4.1-intel-2017a.eb new file: c/CP2K/CP2K-5.1-intel-2017a-dev.eb new file: c/CP2K/CP2K-5.1-intel-2017a-test.eb new file: c/CP2K/CP2K-5.1-intel-2017a-test2.eb new file: l/Libint/Libint-1.1.6-GCC-6.3.0-2.27.eb new file: l/libsmm/libsmm-2015-11-10.eb new file: l/libxc/libxc-3.0.0-GCC-6.3.0-2.27.eb modified: l/libxc/libxc-3.0.0-intel-2017a.eb modified: l/libxc/libxc-4.0.1-GCC-6.3.0-2.27.eb modified: l/libxc/libxc-4.0.1.eb new file: l/libxc/libxc-4.0.2-GCC-6.3.0-2.27.eb new file: l/libxc/libxc-4.0.2-intel-2017a.eb new file: l/libxsmm/libxsmm-1.7.1-GCC-6.3.0-2.27.eb new file: o/opencv-python/opencv-python-3.3.0.10-Python-3.6.1.eb deleted: l/libxc/libxc-4.0.1-intel-2017a.eb
47 lines
1.2 KiB
Plaintext
47 lines
1.2 KiB
Plaintext
# IT4Innovations 2017
|
|
|
|
name = 'CP2K'
|
|
version = '5.1'
|
|
versionsuffix = '-dev'
|
|
|
|
homepage = 'http://www.cp2k.org/'
|
|
description = """CP2K is a freely available (GPL) program, written in Fortran 95, to perform atomistic and molecular
|
|
simulations of solid state, liquid, molecular and biological systems. It provides a general framework for different
|
|
methods such as e.g. density functional theory (DFT) using a mixed Gaussian and plane waves approach (GPW), and
|
|
classical pair and many-body potentials. """
|
|
|
|
toolchain = {'name': 'intel', 'version': '2017a'}
|
|
toolchainopts = {'pic': True}
|
|
|
|
sources = ['master.zip']
|
|
source_urls = ['https://github.com/cp2k/cp2k/archive']
|
|
|
|
patches = [
|
|
'CP2K-2.4.0-fix_compile_date_lastsvn.patch',
|
|
]
|
|
|
|
# everything have to be with same toolchain!
|
|
dependencies = [
|
|
('Libint', '1.1.6'),
|
|
('libxc', '4.0.2'), # keep version 2.2.2
|
|
('PLUMED', '2.3.0'),
|
|
('libxsmm', '1.6.4'),
|
|
]
|
|
|
|
builddependencies = [
|
|
('flex', '2.6.4', '', True),
|
|
('Bison', '3.0.4', '', True),
|
|
('libtool', '2.4.6'),
|
|
]
|
|
|
|
# don't use parallel make, results in compilation failure
|
|
# because Fortran module files aren't created before they are needed
|
|
parallel = 1
|
|
|
|
# regression test reports failures
|
|
ignore_regtest_fails = True
|
|
|
|
plumed = True
|
|
|
|
moduleclass = 'chem'
|