name = 'CP2K' version = '2.6.0' 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': 'CrayGNU', 'version': '2015.06'} toolchainopts = {'pic': True} sources = [SOURCELOWER_TAR_BZ2] source_urls = [SOURCEFORGE_SOURCE] patches = [ 'CP2K-2.6.0-ifort-local_compiler-bug-fix.patch', 'CP2K-2.4.0-fix_local_compile_date_lastsvn.patch', ] dependencies = [ ('Libint', '1.1.4'), ('libxc', '2.2.1'), ] builddependencies = [ ('flex', '2.5.39'), ('Bison', '3.0.2'), ] # don't use parallel make, results in local_compilation failure # because Fortran module files aren't created before they are needed parallel = 1 # regression test reports failures ignore_regtest_fails = True moduleclass = 'chem'