Set default providers for all virtual dependencies (#3634)
* Set default providers for everything * Add default OpenFOAM provider
This commit is contained in:
@@ -17,8 +17,17 @@ packages:
|
||||
all:
|
||||
compiler: [gcc, intel, pgi, clang, xl, nag]
|
||||
providers:
|
||||
mpi: [openmpi, mpich]
|
||||
blas: [openblas]
|
||||
lapack: [openblas]
|
||||
awk: [gawk]
|
||||
blas: [openblas]
|
||||
daal: [intel-parallel-studio+daal]
|
||||
elf: [elfutils]
|
||||
golang: [gcc]
|
||||
ipp: [intel-parallel-studio+ipp]
|
||||
lapack: [openblas]
|
||||
mkl: [intel-parallel-studio+mkl]
|
||||
mpe: [mpe2]
|
||||
mpi: [openmpi, mpich]
|
||||
opencl: [pocl]
|
||||
openfoam: [foam-extend]
|
||||
pil: [py-pillow]
|
||||
scalapack: [netlib-scalapack]
|
||||
|
Reference in New Issue
Block a user