ectrans: add conflict for versions 1.5.x with oneapi@2025: (#48238)
This commit is contained in:
parent
9b4c5d1c55
commit
20a8ba77b0
@ -58,6 +58,9 @@ class Ectrans(CMakePackage):
|
|||||||
depends_on("fiat~mpi", when="~mpi")
|
depends_on("fiat~mpi", when="~mpi")
|
||||||
depends_on("fiat+mpi", when="+mpi")
|
depends_on("fiat+mpi", when="+mpi")
|
||||||
|
|
||||||
|
# https://github.com/ecmwf-ifs/ectrans/issues/194
|
||||||
|
conflicts("%oneapi@2025:", when="@1.3.1:1.5.1")
|
||||||
|
|
||||||
def cmake_args(self):
|
def cmake_args(self):
|
||||||
args = [
|
args = [
|
||||||
self.define_from_variant("ENABLE_MPI", "mpi"),
|
self.define_from_variant("ENABLE_MPI", "mpi"),
|
||||||
|
Loading…
Reference in New Issue
Block a user