Skip to content

Commit 1b98cdb

Browse files
committed
Remove conda-forge branding
1 parent 8da5111 commit 1b98cdb

3 files changed

Lines changed: 0 additions & 51 deletions

File tree

recipe/bld.bat

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
setlocal 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
84
if "%ARCH%"=="64" (
95
set PLATFORM=x64

recipe/brand_python.py

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

recipe/build.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ VERNODOTS=${VER//./}
1515
TCLTK_VER=${tk}
1616
# Disables some PGO/LTO
1717
QUICK_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")
10098
fi
10199

102-
if [[ ${CONDA_FORGE} == yes ]]; then
103-
${SYS_PYTHON} ${RECIPE_DIR}/brand_python.py
104-
fi
105-
106100
declare -a LTO_CFLAGS=()
107101

108102
CPPFLAGS=${CPPFLAGS}" -I${PREFIX}/include"

0 commit comments

Comments
 (0)