Ensure that all the flags are really passed to CMake

This commit is contained in:
Guilhem Lavaux 2021-06-23 09:02:24 +02:00
parent 793134d1ba
commit a86c9a85c2
2 changed files with 14 additions and 5 deletions

View file

@ -3,7 +3,7 @@ package:
version: "1.2.3"
source:
git_rev: 03033b6
git_rev: 793134d
git_url: https://bitbucket.org/glavaux/cosmotool
requirements:
@ -14,6 +14,8 @@ requirements:
- numpy # [build_platform != target_platform]
- {{ compiler('c') }}
- {{ compiler('cxx') }}
- llvm-openmp # [osx]
- libgomp # [linux]
host:
- python
@ -36,6 +38,7 @@ requirements:
- pyfftw
- h5py
- {{ pin_compatible('gsl') }}
- llvm-openmp
test:
imports: