File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11setlocal EnableDelayedExpansion
22
3- :: brand Python with conda-forge startup message
4- %SYS_PYTHON% %RECIPE_DIR% \brand_python.py
5- if errorlevel 1 exit 1
6-
73:: Compile python, extensions and external libraries
84if " %ARCH% " == " 64" (
95 set PLATFORM = x64
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -15,8 +15,6 @@ VERNODOTS=${VER//./}
1515TCLTK_VER=${tk}
1616# Disables some PGO/LTO
1717QUICK_BUILD=no
18- # Remove once: https://github.com/mingwandroid/conda-build/commit/c68a7d100866df7a3e9c0e3177fc7ef0ff76def9
19- CONDA_FORGE=yes
2018
2119_buildd_static=build-static
2220_buildd_shared=build-shared
@@ -99,10 +97,6 @@ if [[ ${_OPTIMIZED} = yes ]]; then
9997 CXXFLAGS=$( echo " ${CXXFLAGS} " | sed " s/-O2/-O3/g" )
10098fi
10199
102- if [[ ${CONDA_FORGE} == yes ]]; then
103- ${SYS_PYTHON} ${RECIPE_DIR} /brand_python.py
104- fi
105-
106100declare -a LTO_CFLAGS=()
107101
108102CPPFLAGS=${CPPFLAGS} " -I${PREFIX} /include"
You can’t perform that action at this time.
0 commit comments