cp2k : added support for libint, fixed compilation issues on elpa (#1889)
This commit is contained in:

committed by
Todd Gamblin

parent
df79ba0dcf
commit
50fcade81b
@@ -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
|
||||
|
Reference in New Issue
Block a user