modified: c/ChronusQ/ChronusQ-20180802-intel-2017a.eb

This commit is contained in:
Josef 2018-10-22 11:04:12 +02:00
parent 6b9c21cd1c
commit 7dbd974775

View File

@ -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': [],