File tree Expand file tree Collapse file tree 1 file changed +34
-0
lines changed
easybuild/easyconfigs/c/CP2K Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Original file line number Diff line number Diff line change 1+ name = 'CP2K'
2+ version = '7.1'
3+
4+ homepage = 'https://www.cp2k.org/'
5+ description = """CP2K is a freely available (GPL) program, written in Fortran 95, to perform atomistic and molecular
6+ simulations of solid state, liquid, molecular and biological systems. It provides a general framework for different
7+ methods such as e.g. density functional theory (DFT) using a mixed Gaussian and plane waves approach (GPW), and
8+ classical pair and many-body potentials. """
9+
10+ toolchain = {'name' : 'intel' , 'version' : '2020b' }
11+ toolchainopts = {'pic' : True }
12+
13+ source_urls = ['https://github.com/cp2k/cp2k/releases/download/v%(version)s.0/' ]
14+ sources = [SOURCELOWER_TAR_BZ2 ]
15+ checksums = ['ccd711a09a426145440e666310dd01cc5772ab103493c4ae6a3470898cd0addb' ]
16+
17+ dependencies = [
18+ ('Libint' , '2.6.0' , '-lmax-6-cp2k' ),
19+ ('libxc' , '4.3.4' ),
20+ ('libxsmm' , '1.16.1' ),
21+ ('FFTW' , '3.3.8' ),
22+ ('PLUMED' , '2.6.2' ),
23+ ]
24+
25+ builddependencies = [
26+ ('flex' , '2.6.4' ),
27+ ('Bison' , '3.7.1' ),
28+ ]
29+
30+ # regression test reports handful of failures,
31+ # we're assuming those are OK to ignore...
32+ ignore_regtest_fails = True
33+
34+ moduleclass = 'chem'
You can’t perform that action at this time.
0 commit comments