File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22rem set CFLAGS=-I%PREFIX%\Library\include %CFLAGS%
33rem set LDFLAGS=/LIBPATH:%PREFIX% %LDFLAGS%
44
5- " %PYTHON% " setup.py clean --all
6-
7- :: Make CMake verbose
8- set " VERBOSE = 1"
9-
105:: -wnx flags mean: --wheel --no-isolation --skip-dependency-check
116%PYTHON% -m build -w -n -x
127if %ERRORLEVEL% neq 0 exit 1
Original file line number Diff line number Diff line change 44read -r GLIBC_MAJOR GLIBC_MINOR <<< " $(conda list '^sysroot_linux-64$' \
55 | tail -n 1 | awk '{print $2}' | grep -oP '\d+' | head -n 2 | tr '\n' ' ')"
66
7- ${PYTHON} setup.py clean --all
8-
9- # Make CMake verbose
10- export VERBOSE=1
7+ if [ -d " build" ]; then
8+ rm -rf build
9+ fi
1110
1211# -wnx flags mean: --wheel --no-isolation --skip-dependency-check
1312${PYTHON} -m build -w -n -x
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ requirements:
2424 - ninja
2525 - python
2626 - python-gil # [py>=314]
27+ - python-build
2728 - pip >=25.0
2829 - mkl-devel
2930 - cython
You can’t perform that action at this time.
0 commit comments