diff options
author | Willem Jan Palenstijn <wjp@usecode.org> | 2020-01-17 10:22:05 +0100 |
---|---|---|
committer | Willem Jan Palenstijn <wjp@usecode.org> | 2020-02-07 10:57:37 +0100 |
commit | 82fc179f39ed6da308b0f229769f899570a1d9ea (patch) | |
tree | d3b8b7700df4dbce65eee12649fa6af6dd8667d2 /python/conda/libastra | |
parent | b85922700332c8270b144d6fa80d7b08e24bf5ac (diff) | |
download | astra-82fc179f39ed6da308b0f229769f899570a1d9ea.tar.gz astra-82fc179f39ed6da308b0f229769f899570a1d9ea.tar.bz2 astra-82fc179f39ed6da308b0f229769f899570a1d9ea.tar.xz astra-82fc179f39ed6da308b0f229769f899570a1d9ea.zip |
Use numpy backward binary compatibility for conda packages
We now only build a single package built with numpy 1.11.x for numpy>=1.11,<2 .
There is no guarantee that every future numpy version covered by this
will be compatible with numpy 1.11, but numpy checks this internally at
run-time, and should report this (noisily) when this occurs.
Diffstat (limited to 'python/conda/libastra')
-rw-r--r-- | python/conda/libastra/meta.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/conda/libastra/meta.yaml b/python/conda/libastra/meta.yaml index d6ab1f8..16ddf0e 100644 --- a/python/conda/libastra/meta.yaml +++ b/python/conda/libastra/meta.yaml @@ -8,7 +8,7 @@ source: build: number: 0 - string: cuda_{{ cudatoolkit }} # [linux] + string: cuda_{{ cudatoolkit }}_0 # [linux] requirements: build: |