diff options
author | Robert Cohn <robert.s.cohn@intel.com> | 2024-07-03 17:04:38 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-03 14:04:38 -0700 |
commit | b4748de5a94dda2004167f24b54f3ab9d0c17fb4 (patch) | |
tree | 02553fcde08e67db07dba3e072b598b5778d4c2b /share | |
parent | 8f2532c624f0e6cb727a17cdaa27e456081d4826 (diff) | |
download | spack-b4748de5a94dda2004167f24b54f3ab9d0c17fb4.tar.gz spack-b4748de5a94dda2004167f24b54f3ab9d0c17fb4.tar.bz2 spack-b4748de5a94dda2004167f24b54f3ab9d0c17fb4.tar.xz spack-b4748de5a94dda2004167f24b54f3ab9d0c17fb4.zip |
[openfoam]: use latest cgal (#45003)
* [openfoam]: use latest cgal
* add version checks for CGAL
Diffstat (limited to 'share')
-rw-r--r-- | share/spack/gitlab/cloud_pipelines/stacks/e4s-oneapi/spack.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/spack/gitlab/cloud_pipelines/stacks/e4s-oneapi/spack.yaml b/share/spack/gitlab/cloud_pipelines/stacks/e4s-oneapi/spack.yaml index 473631ec7a..b68c4ea86e 100644 --- a/share/spack/gitlab/cloud_pipelines/stacks/e4s-oneapi/spack.yaml +++ b/share/spack/gitlab/cloud_pipelines/stacks/e4s-oneapi/spack.yaml @@ -124,6 +124,7 @@ spack: - netlib-scalapack - nrm - omega-h + - openfoam - openmpi - papi - papyrus @@ -189,7 +190,6 @@ spack: # - glvis ^llvm # glvis: https://github.com/spack/spack/issues/42839 # - hpctoolkit # dyninst@12.3.0%gcc: /usr/bin/ld: libiberty/./d-demangle.c:142: undefined reference to `_intel_fast_memcpy'; can't mix intel-tbb@%oneapi with dyninst%gcc # - mgard +serial +openmp +timing +unstructured ~cuda # mgard: mgard.tpp:63:48: error: non-constant-expression cannot be narrowed from type 'int' to 'unsigned long' in initializer list [-Wc++11-narrowing] - # - openfoam # cgal: https://github.com/spack/spack/issues/39481 # - openpmd-api # mgard: mgard.tpp:63:48: error: non-constant-expression cannot be narrowed from type 'int' to 'unsigned long' in initializer list [-Wc++11-narrowing] # - pdt # pdt: pdbType.cc:193:21: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] # - quantum-espresso # quantum-espresso@7.2 /i3fqdx5: warning: <unknown>:0:0: loop not unroll-and-jammed: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering |