Skip to content

Commit d2fdb36

Browse files
committed
Revert changes to cmake config
Update boost dependency to libboost-devel to get cmake config files
1 parent 7760139 commit d2fdb36

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
include(CMakeFindDependencyMacro)
22
list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_LIST_DIR})
3-
find_dependency(Boost REQUIRED) # COMPONENTS regex)
3+
find_dependency(Boost REQUIRED COMPONENTS regex)
44
find_dependency(Sundials REQUIRED)
55
include(${CMAKE_CURRENT_LIST_DIR}/ePhotosynthesisTargets.cmake)
66
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} CACHE INTERNAL "CMAKE_MODULE_PATH")

recipe/meta.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ requirements:
2020
- ninja # [win]
2121
- {{ compiler('cxx') }}
2222
host:
23-
- boost >=1.36.0
23+
- libboost-devel >=1.36.0
2424
- sundials >=5.7.0
2525
# - yggdrasil
2626
# - yggdrasil.c
2727
# - yggdrasil.zmq
2828
run:
29-
- boost >=1.36.0
29+
- libboost-devel >=1.36.0
3030
- sundials >=5.7.0
3131
# - yggdrasil
3232
# - yggdrasil.c

0 commit comments

Comments
 (0)