Skip to content

Commit

Permalink
Remove conda-forge branding
Browse files Browse the repository at this point in the history
  • Loading branch information
SylvainCorlay committed Mar 23, 2020
1 parent 8da5111 commit 1b98cdb
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 51 deletions.
4 changes: 0 additions & 4 deletions recipe/bld.bat
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
setlocal EnableDelayedExpansion

:: brand Python with conda-forge startup message
%SYS_PYTHON% %RECIPE_DIR%\brand_python.py
if errorlevel 1 exit 1

:: Compile python, extensions and external libraries
if "%ARCH%"=="64" (
set PLATFORM=x64
Expand Down
41 changes: 0 additions & 41 deletions recipe/brand_python.py

This file was deleted.

6 changes: 0 additions & 6 deletions recipe/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ VERNODOTS=${VER//./}
TCLTK_VER=${tk}
# Disables some PGO/LTO
QUICK_BUILD=no
# Remove once: https://github.com/mingwandroid/conda-build/commit/c68a7d100866df7a3e9c0e3177fc7ef0ff76def9
CONDA_FORGE=yes

_buildd_static=build-static
_buildd_shared=build-shared
Expand Down Expand Up @@ -99,10 +97,6 @@ if [[ ${_OPTIMIZED} = yes ]]; then
CXXFLAGS=$(echo "${CXXFLAGS}" | sed "s/-O2/-O3/g")
fi

if [[ ${CONDA_FORGE} == yes ]]; then
${SYS_PYTHON} ${RECIPE_DIR}/brand_python.py
fi

declare -a LTO_CFLAGS=()

CPPFLAGS=${CPPFLAGS}" -I${PREFIX}/include"
Expand Down

0 comments on commit 1b98cdb

Please sign in to comment.