diff options
author | Edoardo Pasca <edo.paskino@gmail.com> | 2020-01-23 07:17:36 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-23 07:17:36 +0000 |
commit | fecff8ded735d309aba43d30226c0bb51386c905 (patch) | |
tree | 7913ed05278f4922cc9854041ef81c5ddbee6bb8 /recipe/meta.yaml | |
parent | c2cb31c0432dadf9f0257c6ad4a87a669a6fa6b2 (diff) | |
download | framework-fecff8ded735d309aba43d30226c0bb51386c905.tar.gz framework-fecff8ded735d309aba43d30226c0bb51386c905.tar.bz2 framework-fecff8ded735d309aba43d30226c0bb51386c905.tar.xz framework-fecff8ded735d309aba43d30226c0bb51386c905.zip |
working osx build (#491)
* working osx build
* correct omp lib name
* add cache parameter
closes #470
Diffstat (limited to 'recipe/meta.yaml')
-rw-r--r-- | recipe/meta.yaml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/recipe/meta.yaml b/recipe/meta.yaml index fee8e87..4fe7150 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -28,6 +28,7 @@ requirements: - python - setuptools - cmake + - openmp # [osx] run: - {{ pin_compatible('numpy', max_pin='x.x') }} @@ -37,7 +38,8 @@ requirements: - matplotlib - h5py - pillow - - libgcc-ng # [not win] + - libgcc-ng # [linux] + - openmp # [osx] about: home: http://www.ccpi.ac.uk |