Merge branch 'it4i-anselm'

This commit is contained in:
Josef 2018-10-22 11:05:18 +02:00
commit 03079ec3a4

View File

@ -6,7 +6,7 @@ name = 'ChronusQ'
version = '20180802'
homepage = 'https://github.com/liresearchgroup/chronusq_public'
description = """ChronusQ is a high-performance computational chemistry software package
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': '2017a'}
@ -19,7 +19,6 @@ dependencies = [
('HDF5', '1.8.17'),
('Boost', '1.63.0'),
('Eigen', '3.3.3', '', True),
('libxc', '4.1.0'),
]
builddependencies = [
@ -33,7 +32,6 @@ prebuildopts = 'bin/buildlibint 28 && '
configopts = "-DEIGEN3_ROOT=$EBROOTEIGEN "
configopts += "-DBOOST_ROOT=$EBROOTBOOST "
configopts += "-DBOOST_ROOT=$EBROOTHDF5 "
configopts += "-DOPENBLAS_TARGET=HASWELL "
sanity_check_paths = {
'files': [],