plumed: update to use oneapi packages (#49432)
Signed-off-by: Massimiliano Culpo <massimiliano.culpo@gmail.com>
This commit is contained in:
parent
03dbc3035c
commit
774346038e
@ -292,10 +292,9 @@ def configure_args(self):
|
||||
if "+mpi" in spec:
|
||||
configure_opts.extend(["--enable-mpi", "CXX={0}".format(spec["mpi"].mpicxx)])
|
||||
|
||||
# If the MPI dependency is provided by the intel-mpi package then
|
||||
# the following additional argument is required to allow it to
|
||||
# build.
|
||||
if "intel-mpi" in spec:
|
||||
# If the MPI dependency is provided by the intel-oneapi-mpi package then the following
|
||||
# additional argument is required to allow it to build.
|
||||
if spec.satisfies("^[virtuals=mpi] intel-oneapi-mpi"):
|
||||
configure_opts.extend(["STATIC_LIBS=-mt_mpi"])
|
||||
|
||||
extra_libs = []
|
||||
|
Loading…
Reference in New Issue
Block a user