diff options
author | eugeneswalker <38933153+eugeneswalker@users.noreply.github.com> | 2022-08-02 13:02:00 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-02 14:02:00 -0600 |
commit | b3f221185e1d4c56bbb38c8b7669beec2885bb06 (patch) | |
tree | 952678c95e8b44e26df6665b653cc887e5226f07 /share | |
parent | e11211eec6c1496317d955aaf29ea59b95912148 (diff) | |
download | spack-b3f221185e1d4c56bbb38c8b7669beec2885bb06.tar.gz spack-b3f221185e1d4c56bbb38c8b7669beec2885bb06.tar.bz2 spack-b3f221185e1d4c56bbb38c8b7669beec2885bb06.tar.xz spack-b3f221185e1d4c56bbb38c8b7669beec2885bb06.zip |
butterflypack %oneapi: patch CMakeLists to solve issue #31818 (#31848)
* butterflypack %oneapi: patch CMakeLists to solve issue #31818
* uncomment builds affected by failing butterflypack
Co-authored-by: e <e>
Diffstat (limited to 'share')
-rw-r--r-- | share/spack/gitlab/cloud_pipelines/stacks/e4s-oneapi/spack.yaml | 5 |
1 files changed, 2 insertions, 3 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 6a83073585..3690add102 100644 --- a/share/spack/gitlab/cloud_pipelines/stacks/e4s-oneapi/spack.yaml +++ b/share/spack/gitlab/cloud_pipelines/stacks/e4s-oneapi/spack.yaml @@ -102,6 +102,7 @@ spack: - argobots - bolt - bricks + - butterflypack - cabana - caliper - chai ~benchmarks ~tests @@ -158,6 +159,7 @@ spack: - slate ~cuda - slepc - stc + - strumpack ~slate - sundials - superlu-dist - superlu @@ -188,7 +190,6 @@ spack: #- archer@2.0.0 # binutils #- ascent@0.8.0 # vtk-m #- axom@0.6.1 # axom - #- butterflypack@2.1.1 # butterflypack #- charliecloud@0.26 # charliecloud #- dyninst@12.1.0 # intel-tbb #- exaworks@0.1.0 # rust, flux-sched @@ -207,7 +208,6 @@ spack: #- py-warpx@22.05 ^warpx dims=2 # adios2 #- py-warpx@22.05 ^warpx dims=3 # adios2 #- py-warpx@22.05 ^warpx dims=rz # adios2 - #- strumpack@6.3.1 ~slate # butterflypack #- tau@2.31 +mpi +python # binutils #- unifyfs@0.9.2 # unifyfs #- variorum@0.4.1 # variorum @@ -218,7 +218,6 @@ spack: # axom: /usr/bin/ld: /lib/x86_64-linux-gnu/crt1.o: in function `_start': (.text+0x24): undefined reference to `main' # binutils: gold/powerpc.cc:3590: undefined reference to `gold::Sized_symbol<64>::Value_type gold::Symbol_table::compute_final_value<64>(gold::Sized_symbol<64> const*, gold::Symbol_table::Compute_final_value_status*) const' # boost@1.79.0 cxxstd=17: clang++: error: unsupported argument 'h-create' to option '-pc'; clang++: error: no such file or directory: 'bin.v2/libs/math/build/intel-linux-2022.1.0/release/cxxstd-17-iso/threading-multi/visibility-hidden/pch.pchi' - # butterflypack: SRC_COMPLEX/cMAGMA_utilities.f90(353): error #5192: Lead underscore not allowed # charliecloud: autoreconf phase: RuntimeError: configure script not found in ... # flux-sched: include/yaml-cpp/emitter.h:164:9: error: comparison with NaN always evaluates to false in fast floating point modes [-Werror,-Wtautological-constant-compare] # flux-sched: include/yaml-cpp/emitter.h:171:24: error: comparison with infinity always evaluates to false in fast floating point modes [-Werror,-Wtautological-constant-compare] |