easyconfigs-it4i/c/ChronusQ/ChronusQ-20180802-intel-2017c.eb
Lukáš Krupčík 10d54de2aa modified: c/ChronusQ/ChronusQ-20180802-intel-2017c.eb
new file:   e/EasyBuild/EasyBuild-3.7.1-develop.eb
	new file:   e/Eigen/Eigen-3.3.7.eb
	modified:   j/JAVA/Java-1.9.0+181.eb
	new file:   j/JuliaLang/JuliaLang-1.0.3.eb
	modified:   m/matplotlib/matplotlib-2.1.1-Py-3.6.eb
	modified:   p/Pillow/Pillow-5.0.0-Py-3.6.eb
	new file:   p/PyQt5/PyQt5-5.10.1-Py-3.6.eb
	new file:   p/PyQt5/PyQt5-5.11.3-Python-3.6.eb
	new file:   q/Qt5/Qt5-5.11.1.eb
	new file:   q/Qt5/Qt5-5.11.1.patch
	new file:   s/SIP/SIP-4.19.8-Py-3.6.eb
	modified:   s/scikit-image/scikit-image-0.13.1-Py-3.6.eb
	new file:   s/scikit-image/scikit-image-0.14.1-Py-3.6.eb
	modified:   s/scikit-learn/scikit-learn-0.19.1-Py-3.6.eb
	new file:   s/scikit-learn/scikit-learn-0.20.1-Py-3.6.eb
	new file:   s/sqsgenerator/sqsgenerator-20190102-Py-3.6.eb
	new file:   v/VASP/VASP-5.4.4-intel-2017c-mkl=cluster-VTST.eb
	deleted:    c/ChronusQ/ChronusQ-20180802-foss-2017a.eb
	deleted:    c/ChronusQ/ChronusQ-20180802-intel-2017a.eb
	deleted:    j/Julia/Julia-1.0.1-intel-2017c-Py-2.7.eb
	deleted:    j/Julia/Julia-snapshot-foss-2015g-Python-2.7.9.eb
	deleted:    j/Julia/Julia-snapshot-intel-2015b-Python-2.7.9.eb
	deleted:    p/PyQt5/PyQt5-5.10-Py-3.6.eb
	deleted:    s/SIP/SIP-4.19.6-Py-3.6.eb
2019-01-03 09:10:59 +01:00

46 lines
1.1 KiB
Plaintext

# IT4Innovations 2018
easyblock = 'CMakeMake'
name = 'ChronusQ'
version = '20180802'
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.7', '', True),
('Szip', '2.1.1', '', ('GCC', '6.3.0-2.27')),
]
builddependencies = [
('CMake', '3.13.1', '', True),
]
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': ['include', 'src', 'tests']
}
moduleclass = 'chem'