Skip to content
Snippets Groups Projects
Commit a1756224 authored by Nicolas Richart's avatar Nicolas Richart
Browse files

Trying to limit duplicates

parent 1e3c5748
No related branches found
No related tags found
2 merge requests!43Release/pinot noir/rhel9.4,!22Correcting cpu machines plus clang
Pipeline #258770 failed
...@@ -78,7 +78,7 @@ definitions: ...@@ -78,7 +78,7 @@ definitions:
- mafft - mafft
- muscle - muscle
- ncview ^netcdf-c ~~mpi ~parallel-netcdf - ncview ^netcdf-c ~~mpi ~parallel-netcdf
- python #- python
- qperf - qperf
- sox - sox
- stacks - stacks
......
python %gcc@13.2.0
py-matplotlib %gcc@13.2.0 py-matplotlib %gcc@13.2.0
py-numpy %gcc@13.2.0 ^openblas threads=openmp py-numpy %gcc@13.2.0 ^openblas threads=openmp
py-scipy %gcc@13.2.0 py-scipy %gcc@13.2.0
......
...@@ -15,6 +15,8 @@ packages: ...@@ -15,6 +15,8 @@ packages:
uuid: [libuuid] uuid: [libuuid]
zlib-api: [zlib-ng+compat] zlib-api: [zlib-ng+compat]
gettext:
require: ['+libxml2', '~tar', '+xz']
glibc: glibc:
prefer: ['%gcc@11.2.1'] prefer: ['%gcc@11.2.1']
...@@ -22,6 +24,12 @@ packages: ...@@ -22,6 +24,12 @@ packages:
jpeg: jpeg:
require: ['libjpeg'] require: ['libjpeg']
libtool:
require: ['@2.4.6']
mpfr:
require: ['@4.0.2']
pkgconfig: pkgconfig:
require: ['pkgconf'] require: ['pkgconf']
......
...@@ -333,6 +333,9 @@ packages: ...@@ -333,6 +333,9 @@ packages:
py-mpmath: py-mpmath:
require: ['@1.2.1'] require: ['@1.2.1']
py-mpi4py:
require: ['@4.0.0']
py-numpy: py-numpy:
prefer: ['@1.26.4'] prefer: ['@1.26.4']
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment