Skip to content

Commit 3849095

Browse files
committed
simplify conda recipe
1 parent 1a11958 commit 3849095

File tree

3 files changed

+0
-23
lines changed

3 files changed

+0
-23
lines changed

ci/conda/build.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
#!/bin/bash
22
# make an in source build do to some problems with install
33

4-
declare -a CMAKE_PLATFORM_FLAGS
5-
if [[ ${HOST} =~ .*linux.* ]]; then
6-
CMAKE_PLATFORM_FLAGS+=(-DCMAKE_TOOLCHAIN_FILE="${RECIPE_DIR}/cross-linux.cmake")
7-
fi
8-
94
# Configure step
105
cmake -G Ninja \
116
-DPYTHONOCC_BUILD_TYPE=Release \

ci/conda/conda_build_config.yaml

Lines changed: 0 additions & 2 deletions
This file was deleted.

ci/conda/cross-linux.cmake

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)