# contributed by Luca Marsella (CSCS) name = 'CP2K' version = "3.0" local_cudaversion = '7.0' versionsuffix = '-cuda-%s' % local_cudaversion 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.11'} 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.2'), ] builddependencies = [ ('cudatoolkit/7.0.28-1.0502.10742.5.1', EXTERNAL_MODULE), ('fftw/3.3.4.3', EXTERNAL_MODULE), ('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 runtest = False # regression test reports failures #ignore_regtest_fails = True # build type type = 'psmp' moduleclass = 'chem'