Skip to content

Commit

Permalink
Patch CMakeLists to import Threads
Browse files Browse the repository at this point in the history
  • Loading branch information
qwhelan committed Jun 6, 2017
1 parent 658b903 commit c3966f8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
12 changes: 12 additions & 0 deletions recipe/CMakeLists.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
--- CMakeLists.txt 2016-11-21 10:27:08.000000000 -0800
+++ CMakeLists.txt 2017-06-05 19:36:55.837393000 -0700
@@ -637,6 +637,9 @@
ENDIF(MSVC)
ENDIF(HDF5_C_LIBRARY AND HDF5_HL_LIBRARY AND HDF5_INCLUDE_DIR)

+ SET(HDF5_C_LIBRARY hdf5)
+ find_package(Threads REQUIRED)
+
###
# The following options are not used in Windows.
###
1 change: 1 addition & 0 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ source:
- dim.c.patch # [win]
- semantics.c.patch # [win]
- dap.path # [win]
- CMakeLists.patch # [win]

build:
number: 5
Expand Down

0 comments on commit c3966f8

Please sign in to comment.