Skip to content

concretizer does not take a unique provider #26866

@haampie

Description

@haampie

Steps to reproduce

spack:
  specs:
  - sirius ^intel-mkl
  "packages:":
    all:
      compiler: [gcc, intel, pgi, clang, xl, nag, fj, aocc]
      providers:
        blas: [openblas, amdblis]
        fftw-api: [fftw, amdfftw]
        lapack: [openblas, amdlibflame]
        mkl: [intel-mkl]
        mpi: [openmpi, mpich]
        scalapack: [netlib-scalapack, amdscalapack]

spack -e . concretize shows [email protected], [email protected], [email protected]

meaning, repeated providers for blas, lapack (openblas / intel-mkl) and fftw-api (fftw, intel-mkl).

I can't find a Spack version where this does not happen right now.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions