Skip to content

Commit

Permalink
Fix var/spack/repos/builtin/packages/ectrans/package.py: instead of d…
Browse files Browse the repository at this point in the history
…eclaring a conflict with Intel LLVM compilers, apply patch from upstream (#48687)
  • Loading branch information
climbfuji authored Jan 24, 2025
1 parent 27a0593 commit 51fc195
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion var/spack/repos/builtin/packages/ectrans/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,11 @@ class Ectrans(CMakePackage):
depends_on("fiat+mpi", when="+mpi")

# https://github.com/ecmwf-ifs/ectrans/issues/194
conflicts("%oneapi@2025:", when="@1.3.1:1.5.1")
patch(
"https://github.com/ecmwf-ifs/ectrans/commit/98f0d505d5b0866cab68a15e86e1a495bafd93d2.patch?full_index=1",
sha256="17999486a320a5c6a1a442adcdf2c341b49d005f45d09ad0e525594d50bdc39c",
when="@1.3.1:1.5.1",
)

def cmake_args(self):
args = [
Expand Down

0 comments on commit 51fc195

Please sign in to comment.