e4s ci: clean up unnecessary constraints (#35006)
This commit is contained in:
parent
1bf1c7de76
commit
fed4eb2526
1 changed files with 11 additions and 17 deletions
|
@ -77,8 +77,7 @@ spack:
|
||||||
- conduit
|
- conduit
|
||||||
- datatransferkit
|
- datatransferkit
|
||||||
- dyninst
|
- dyninst
|
||||||
- ecp-data-vis-sdk ~cuda ~rocm
|
- ecp-data-vis-sdk ~cuda ~rocm +adios2 +ascent +cinema +darshan +faodel +hdf5 +paraview +pnetcdf +sz +unifyfs +veloc +visit +vtkm +zfp
|
||||||
+adios2 +ascent +cinema +darshan +faodel +hdf5 +paraview +pnetcdf +sz +unifyfs +veloc +visit +vtkm +zfp
|
|
||||||
- exaworks
|
- exaworks
|
||||||
- flecsi
|
- flecsi
|
||||||
- flit
|
- flit
|
||||||
|
@ -161,16 +160,13 @@ spack:
|
||||||
|
|
||||||
# CUDA
|
# CUDA
|
||||||
- amrex +cuda
|
- amrex +cuda
|
||||||
- arborx +cuda ^kokkos@3.6.00 +wrapper
|
- arborx +cuda ^kokkos +wrapper
|
||||||
- bricks +cuda
|
- bricks +cuda
|
||||||
- cabana +cuda ^kokkos@3.6.00 +wrapper +cuda_lambda +cuda
|
- cabana +cuda ^kokkos +wrapper +cuda_lambda +cuda
|
||||||
- caliper +cuda
|
- caliper +cuda
|
||||||
- chai ~benchmarks ~tests +cuda ^umpire@6.0.0 ~shared
|
- chai ~benchmarks ~tests +cuda ^umpire ~shared
|
||||||
- dealii +cuda
|
- dealii +cuda
|
||||||
- ecp-data-vis-sdk +cuda cuda_arch=80
|
- ecp-data-vis-sdk +cuda +adios2 +hdf5 +paraview +vtkm +zfp # Removing ascent because Dray is hung in CI. +ascent
|
||||||
+adios2 +hdf5 +paraview +vtkm +zfp
|
|
||||||
# Removing ascent because Dray is hung in CI.
|
|
||||||
# +ascent
|
|
||||||
- flecsi +cuda
|
- flecsi +cuda
|
||||||
- flux-core +cuda
|
- flux-core +cuda
|
||||||
- ginkgo +cuda
|
- ginkgo +cuda
|
||||||
|
@ -203,8 +199,7 @@ spack:
|
||||||
- cabana +rocm
|
- cabana +rocm
|
||||||
- caliper +rocm
|
- caliper +rocm
|
||||||
- chai ~benchmarks +rocm
|
- chai ~benchmarks +rocm
|
||||||
- ecp-data-vis-sdk +rocm amdgpu_target=gfx90a
|
- ecp-data-vis-sdk +paraview +vtkm +rocm amdgpu_target=gfx90a
|
||||||
+paraview +vtkm
|
|
||||||
- gasnet +rocm
|
- gasnet +rocm
|
||||||
- ginkgo +rocm
|
- ginkgo +rocm
|
||||||
- heffte +rocm
|
- heffte +rocm
|
||||||
|
@ -229,14 +224,13 @@ spack:
|
||||||
- upcxx +rocm
|
- upcxx +rocm
|
||||||
|
|
||||||
# CPU failures
|
# CPU failures
|
||||||
#- geopm # /usr/include/x86_64-linux-gnu/bits/string_fortified.h:95:10: error:'__builtin_strncpy' specified bound 512 equals destination size [-Werror=stringop-truncation]
|
#- geopm # /usr/include/x86_64-linux-gnu/bits/string_fortified.h:95:10: error:'__builtin_strncpy' specified bound 512 equals destination size [-Werror=stringop-truncation]
|
||||||
#- loki # ../include/loki/Singleton.h:158:14: warning: 'template<class> class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
|
#- loki # ../include/loki/Singleton.h:158:14: warning: 'template<class> class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
|
||||||
#- paraview +qt # llvm@14
|
#- pruners-ninja # test/ninja_test_util.c:34: multiple definition of `a';
|
||||||
#- pruners-ninja # test/ninja_test_util.c:34: multiple definition of `a';
|
#- rempi # rempi_message_manager.h:53:3: error: 'string' does not name a type
|
||||||
#- rempi # rempi_message_manager.h:53:3: error: 'string' does not name a type
|
|
||||||
|
|
||||||
# CUDA failures
|
# CUDA failures
|
||||||
#- parsec +cuda cuda_arch=80 # parsec/mca/device/cuda/transfer.c:168: multiple definition of `parsec_CUDA_d2h_max_flows';
|
#- parsec +cuda # parsec/mca/device/cuda/transfer.c:168: multiple definition of `parsec_CUDA_d2h_max_flows';
|
||||||
|
|
||||||
mirrors: { "mirror": "s3://spack-binaries/develop/e4s" }
|
mirrors: { "mirror": "s3://spack-binaries/develop/e4s" }
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue