summaryrefslogtreecommitdiffstats
path: root/python/conda/libastra/meta.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'python/conda/libastra/meta.yaml')
-rw-r--r--python/conda/libastra/meta.yaml13
1 files changed, 7 insertions, 6 deletions
diff --git a/python/conda/libastra/meta.yaml b/python/conda/libastra/meta.yaml
index 59c3a09..407929b 100644
--- a/python/conda/libastra/meta.yaml
+++ b/python/conda/libastra/meta.yaml
@@ -8,21 +8,22 @@ source:
build:
number: 0
- script_env:
- - CC # [linux]
- - CXX # [linux]
+ string: cuda_{{ cudatoolkit }} # [linux]
requirements:
build:
- - {{compiler('c')}} # [win]
+ - {{ compiler('c') }} # [win or linux]
+ - {{ compiler('cxx') }} # [linux]
- boost # [osx]
- automake # [osx]
- autoconf # [osx]
- libtool # [osx]
+ host:
+ - boost # [osx or linux]
- cudatoolkit {{ cudatoolkit }} # [linux]
-
run:
- - cudatoolkit {{ cudatoolkit }} # [linux]
+ # See: https://github.com/conda-forge/conda-forge.github.io/issues/687#issuecomment-460095230
+ - {{ pin_compatible('cudatoolkit', max_pin='x.x') }} # [linux]
about:
home: http://www.astra-toolbox.com