Skip to content

Commit

Permalink
Merge pull request #504 from climbfuji/bugfix/ectrans_ifx_spack_stack…
Browse files Browse the repository at this point in the history
…_dev

Fix ectrans: instead of declaring a conflict with Intel LLVM compilers, apply patch from upstream
  • Loading branch information
climbfuji authored Jan 24, 2025
2 parents 8456a25 + dda0b3b commit 3d933ee
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 @@ -62,7 +62,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 3d933ee

Please sign in to comment.