Skip to content

Commit 9410b83

Browse files
committed
refactor: add make to both recipes
1 parent ffee1f2 commit 9410b83

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

conda/recipes/cucim/recipe.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ build:
6666
requirements:
6767
build:
6868
- cmake ${{ cmake_version }}
69+
- make
6970
- ninja
7071
- ${{ compiler("c") }}
7172
- ${{ compiler("cxx") }}

conda/recipes/libcucim/recipe.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ build:
4242
CUCIM_BUILD_TYPE=${CUCIM_BUILD_TYPE:-release}
4343
4444
# CUDA needs to include $PREFIX/include as system include path
45-
# export CUDAFLAGS="-isystem $BUILD_PREFIX/include -isystem $PREFIX/include "
46-
# export LD_LIBRARY_PATH="$BUILD_PREFIX/lib:$PREFIX/lib:$LD_LIBRARY_PATH"
45+
export CUDAFLAGS="-isystem $BUILD_PREFIX/include -isystem $PREFIX/include "
46+
export LD_LIBRARY_PATH="$BUILD_PREFIX/lib:$PREFIX/lib:$LD_LIBRARY_PATH"
4747
4848
# Build libcucim core
4949
./run build_local libcucim ${CUCIM_BUILD_TYPE} ${PREFIX}
@@ -80,6 +80,7 @@ build:
8080
requirements:
8181
build:
8282
- cmake ${{ cmake_version }}
83+
- make
8384
- ninja
8485
- ${{ compiler("c") }}
8586
- ${{ compiler("cxx") }}

0 commit comments

Comments
 (0)