File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 6666requirements :
6767 build :
6868 - cmake ${{ cmake_version }}
69+ - make
6970 - ninja
7071 - ${{ compiler("c") }}
7172 - ${{ compiler("cxx") }}
Original file line number Diff line number Diff line change 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}
8080requirements :
8181 build :
8282 - cmake ${{ cmake_version }}
83+ - make
8384 - ninja
8485 - ${{ compiler("c") }}
8586 - ${{ compiler("cxx") }}
You can’t perform that action at this time.
0 commit comments