From 0813f70251aa826d3ad90cdd8683c3c0707d6350 Mon Sep 17 00:00:00 2001 From: Tony Kelman Date: Thu, 2 Mar 2017 04:41:41 -0800 Subject: [PATCH] add jpeg 8* dependency to libnetcdf This might just need a rebuild against jpeg 9, but either way it should have the dependency version encoded in a requirement - if I install libnetcdf on its own then things work, but if I install jpeg first (giving jpeg 9) then install libnetcdf, the shared library fails to open since there are missing links to libjpeg.so.8 --- libnetcdf/meta.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libnetcdf/meta.yaml b/libnetcdf/meta.yaml index d99e391..8a6a8e6 100644 --- a/libnetcdf/meta.yaml +++ b/libnetcdf/meta.yaml @@ -23,11 +23,13 @@ requirements: - hdf4 4.2.* - hdf5 1.8.17 - zlib 1.2.* + - jpeg 8* run: - curl 7.49.* - hdf4 4.2.* - hdf5 1.8.17 - zlib 1.2.* + - jpeg 8* test: commands: