From 82fc179f39ed6da308b0f229769f899570a1d9ea Mon Sep 17 00:00:00 2001 From: Willem Jan Palenstijn Date: Fri, 17 Jan 2020 10:22:05 +0100 Subject: 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. --- python/conda/libastra/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/conda/libastra') 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: -- cgit v1.2.3