From f6ac57202f5cce9ecb0bd6d91bc3c493e29c8dcd Mon Sep 17 00:00:00 2001 From: Jean Connelly Date: Thu, 26 Jul 2018 11:21:03 -0400 Subject: [PATCH] Customize astropy recipe to lock in CentOS5 pins --- ska_conda/pkg_defs/astropy/meta.yaml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/ska_conda/pkg_defs/astropy/meta.yaml b/ska_conda/pkg_defs/astropy/meta.yaml index 2c8121fb..4910665a 100644 --- a/ska_conda/pkg_defs/astropy/meta.yaml +++ b/ska_conda/pkg_defs/astropy/meta.yaml @@ -28,13 +28,16 @@ requirements: build: - python - setuptools - - numpy 1.12.* # [py36] - + - numpy ==1.12.1 + - llvmlite ==0.18.0 + - gcc ==4.8.5 [linux] + - libgcc ==4.8.5 [linux] run: - python - - numpy >=1.11 # [py36] + - llvmlite ==0.18.0 + - numpy ==1.12.1 - pytest-astropy - + - libgcc ==4.8.5 [linux] test: commands: - fits2bitmap --help