File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 22set -euo pipefail
33
44# Using cmake
5- mkdir conda_build
5+ if [ ! -d conda_build ]; then
6+ mkdir conda_build
7+ fi
68cd conda_build
79# -D CMAKE_BUILD_TYPE=Release \
810# -D CMAKE_INSTALL_PREFIX=$PREFIX \
@@ -19,3 +21,5 @@ cmake --install .
1921# make all VERBOSE=1
2022# ctest -V
2123# make install
24+
25+ cd ..
Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ outputs:
3636 - make # [unix]
3737 - ninja # [win]
3838 - python # [build_platform != target_platform]
39+ - {{ compiler('c') }}
3940 - {{ compiler('cxx') }}
4041 - yggdrasil
4142 host :
@@ -76,6 +77,7 @@ outputs:
7677 - python # [build_platform != target_platform]
7778 - scikit-build-core
7879 - setuptools_scm
80+ - {{ compiler('c') }}
7981 - {{ compiler('cxx') }}
8082 - yggdrasil
8183 host :
You can’t perform that action at this time.
0 commit comments