gromacs: enable linking with acfl FFT (#34494)
This commit is contained in:
parent
333da47dc7
commit
7a5bd8cac4
@ -506,6 +506,11 @@ def cmake_args(self):
|
||||
options.append(
|
||||
"-DFFTWF_LIBRARY={0}".format(self.spec["armpl-gcc"].libs.joined(";"))
|
||||
)
|
||||
elif "^acfl" in self.spec:
|
||||
options.append(
|
||||
"-DFFTWF_INCLUDE_DIR={0}".format(self.spec["acfl"].headers.directories[0])
|
||||
)
|
||||
options.append("-DFFTWF_LIBRARY={0}".format(self.spec["acfl"].libs.joined(";")))
|
||||
|
||||
# Ensure that the GROMACS log files report how the code was patched
|
||||
# during the build, so that any problems are easier to diagnose.
|
||||
|
Loading…
Reference in New Issue
Block a user