easyconfigs-it4i/c/ChronusQ/ChronusQ-20180802-intel-2017c.eb
Lukáš Krupčík 52aa0aa0c3 modified: c/ChronusQ/ChronusQ-20180802-intel-2017a.eb
new file:   c/ChronusQ/ChronusQ-20180802-intel-2017c.eb
	new file:   c/cURL/cURL-7.61.1-GCC-6.3.0-2.27.eb
	new file:   d/Doxygen/Doxygen-1.8.14-GCC-6.3.0-2.27.eb
	new file:   e/Eigen/Eigen-3.3.5-GCC-6.3.0-2.27.eb
	new file:   e/expat/expat-2.2.6-GCC-6.3.0-2.27.eb
	new file:   g/GDAL/GDAL-2.3.2-Py-2.7.eb
	new file:   g/GEOS/GEOS-3.7.0-GCC-6.3.0-2.27-Py-2.7.eb
	new file:   g/Go/Go-1.11.1.eb
	new file:   j/JasPer/JasPer-2.0.14-GCC-6.3.0-2.27.eb
	new file:   j/Julia/Julia-1.0.1-intel-2017c-Py-2.7.eb
	new file:   l/LibTIFF/LibTIFF-4.0.7-GCC-6.3.0-2.27.eb
	new file:   l/libjpeg-turbo/libjpeg-turbo-2.0.0-GCC-6.3.0-2.27.eb
	new file:   l/libxml2/libxml2-2.9.8-GCC-6.3.0-2.27.eb
	new file:   n/netCDF/netCDF-4.6.1-GCC-6.3.0-2.27.eb
	new file:   p/PCRE/PCRE-8.42-GCC-6.3.0-2.27.eb
	new file:   s/SQLite/SQLite-3.25.2-GCC-6.3.0-2.27.eb
	new file:   s/SWIG/SWIG-3.0.12-GCC-6.3.0-2.27-Py-2.7.eb
	new file:   s/Szip/Szip-2.1.1-GCC-6.3.0-2.27.eb
2018-10-31 11:58:36 +01:00

46 lines
1.1 KiB
Plaintext

# IT4Innovations 2018
easyblock = 'CMakeMake'
name = 'ChronusQ'
version = '20180802'
versionsuffix = '-test'
homepage = 'https://github.com/liresearchgroup/chronusq_public'
description = """ChronusQ is a high-performance computational chemistry software package
with a strong emphasis on explicitly time-dependent and post-SCF quantum mechanical methods."""
toolchain = {'name': 'intel', 'version': '2017c'}
toolchainopts = {'usempi': True}
source_urls = ['https://github.com/liresearchgroup/chronusq_public/archive/']
sources = ['chronusq_public.tar.gz']
dependencies = [
('HDF5', '1.10.1', '-serial', ('GCC', '6.3.0-2.27')),
('Boost', '1.68.0', '-serial'),
('Eigen', '3.3.5', '', ('GCC', '6.3.0-2.27')),
]
builddependencies = [
('CMake', '3.11.4', '', ('GCC', '6.3.0-2.27')),
]
separate_build_dir = True
maxparallel = 1
configopts = "-DEIGEN3_ROOT=$EBROOTEIGEN "
configopts += "-DBOOST_ROOT=$EBROOTBOOST "
configopts += "-DBOOST_ROOT=$EBROOTHDF5 "
configopts += "-DCQ_ENABLE_MPI=ON "
install_cmd = "cp -a src/ %(installdir)s/src"
sanity_check_paths = {
'files': [],
'dirs': ['bin']
}
moduleclass = 'chem'