diff --git a/recipe/CMakeLists.patch b/recipe/CMakeLists.patch new file mode 100644 index 00000000..e9a21477 --- /dev/null +++ b/recipe/CMakeLists.patch @@ -0,0 +1,11 @@ +--- CMakeLists.txt 2016-11-21 10:27:08.000000000 -0800 ++++ CMakeLists.txt 2017-06-05 19:36:55.837393000 -0700 +@@ -637,6 +637,8 @@ + ENDIF(MSVC) + ENDIF(HDF5_C_LIBRARY AND HDF5_HL_LIBRARY AND HDF5_INCLUDE_DIR) + ++ find_package(Threads REQUIRED) ++ + ### + # The following options are not used in Windows. + ### diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 38c276d9..d9bb3d35 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -13,9 +13,10 @@ source: - dim.c.patch # [win] - semantics.c.patch # [win] - dap.path # [win] + - CMakeLists.patch # [win] build: - number: 4 + number: 5 features: - vc9 # [win and py27] - vc10 # [win and py34] @@ -30,7 +31,7 @@ requirements: - curl - zlib 1.2.* - hdf4 - - hdf5 1.8.17|1.8.17.* + - hdf5 1.8.18|1.8.18.* - vc 9 # [win and py27] - vc 10 # [win and py34] - vc 14 # [win and py35] @@ -38,7 +39,7 @@ requirements: - curl - zlib 1.2.* - hdf4 - - hdf5 1.8.17|1.8.17.* + - hdf5 1.8.18|1.8.18.* - vc 9 # [win and py27] - vc 10 # [win and py34] - vc 14 # [win and py35]