cp2k : added support for libint, fixed compilation issues on elpa (#1889)

This commit is contained in:
Massimiliano Culpo
2016-10-03 17:25:36 +02:00
committed by Todd Gamblin
parent df79ba0dcf
commit 50fcade81b
3 changed files with 22 additions and 5 deletions

View File

@@ -61,7 +61,8 @@ def install(self, spec, prefix):
autoconf()
config_args = [
'--prefix={0}'.format(prefix)
'--prefix={0}'.format(prefix),
'--enable-shared'
]
# Optimizations for the Intel compiler, suggested by CP2K