Skip to content

Commit 48725b0

Browse files
committed
Simplify conda platform selectors
1 parent 29b065c commit 48725b0

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

recipe-conda-forge/meta.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,22 +33,22 @@ requirements:
3333
- highfive
3434
- libboost-devel
3535
- libboost-mpi
36-
- llvm-openmp # [linux or osx]
37-
- mpich # [linux or osx]
36+
- llvm-openmp
37+
- mpich
3838
- range-v3
3939
run:
4040
- gmp
4141
- gsl
4242
- hdf5
4343
- libboost-mpi
44-
- llvm-openmp # [linux or osx]
44+
- llvm-openmp
4545
- blas-devel * *{{ blas_impl }}
4646
- libblas * *{{ blas_impl }}
4747
- libopenblas # [blas_impl == "openblas"]
4848
- blis # [blas_impl == "blis"]
4949
- liblapack # [blas_impl == "blis"]
5050
- mkl # [blas_impl == "mkl"]
51-
- mpich # [linux or osx]
51+
- mpich
5252

5353
test:
5454
commands:

recipe/meta.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,19 +47,19 @@ requirements:
4747
- highfive
4848
- libboost-devel
4949
- libboost-mpi
50-
- llvm-openmp # [linux or osx]
51-
- mpich # [linux or osx]
50+
- llvm-openmp
51+
- mpich
5252
- range-v3
5353
run:
5454
- gmp
5555
- gsl
5656
- hdf5
5757
- libboost-mpi
58-
- llvm-openmp # [linux or osx]
58+
- llvm-openmp
5959
- blas-devel * *{{ blas_impl }}
6060
- libblas * *{{ blas_impl }}
6161
- mkl # [target_platform == "linux-64" and blas_impl == "mkl"]
62-
- mpich # [linux or osx]
62+
- mpich
6363

6464
test:
6565
commands:

0 commit comments

Comments
 (0)