Skip to content

Commit

Permalink
- avoids duplication of check_VS2017.bat
Browse files Browse the repository at this point in the history
- fixes bad English
  • Loading branch information
ptosco committed Nov 8, 2017
1 parent 90770fa commit e0721ba
Show file tree
Hide file tree
Showing 26 changed files with 119 additions and 658 deletions.
5 changes: 3 additions & 2 deletions boost/bld.bat
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
:: Until Anaconda does not properly detect VS2017 when
:: Until Anaconda properly detects VS2017 when
:: it is installed together with VS2015, we need this call
call "%RECIPE_DIR%\check_VS2017.bat"
set "CHECK_VS2017=%RECIPE_DIR%\..\build_support\check_VS2017.bat"
if exist "%CHECK_VS2017%" call "%CHECK_VS2017%"

if "%PY_VER%"=="2.7" (
set BOOST_TOOLSET=msvc-9.0
Expand Down
File renamed without changes.
5 changes: 3 additions & 2 deletions cheto/bld.bat
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
:: Until Anaconda does not properly detect VS2017 when
:: Until Anaconda properly detects VS2017 when
:: it is installed together with VS2015, we need this call
call "%RECIPE_DIR%\check_VS2017.bat"
set "CHECK_VS2017=%RECIPE_DIR%\..\build_support\check_VS2017.bat"
if exist "%CHECK_VS2017%" call "%CHECK_VS2017%"

"%PYTHON%" setup.py install
if errorlevel 1 exit 1
46 changes: 0 additions & 46 deletions cheto/check_VS2017.bat

This file was deleted.

5 changes: 3 additions & 2 deletions eigen/bld.bat
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
:: Until Anaconda does not properly detect VS2017 when
:: Until Anaconda properly detects VS2017 when
:: it is installed together with VS2015, we need this call
call "%RECIPE_DIR%\check_VS2017.bat"
set "CHECK_VS2017=%RECIPE_DIR%\..\build_support\check_VS2017.bat"
if exist "%CHECK_VS2017%" call "%CHECK_VS2017%"

mkdir build
cd build
Expand Down
46 changes: 0 additions & 46 deletions eigen/check_VS2017.bat

This file was deleted.

5 changes: 3 additions & 2 deletions gettext/bld.bat
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
:: Until Anaconda does not properly detect VS2017 when
:: Until Anaconda properly detects VS2017 when
:: it is installed together with VS2015, we need this call
call "%RECIPE_DIR%\check_VS2017.bat"
set "CHECK_VS2017=%RECIPE_DIR%\..\build_support\check_VS2017.bat"
if exist "%CHECK_VS2017%" call "%CHECK_VS2017%"

if %VS_MAJOR%==9 (
set VS_SLN_DIR=9
Expand Down
46 changes: 0 additions & 46 deletions gettext/check_VS2017.bat

This file was deleted.

5 changes: 3 additions & 2 deletions iconv/bld.bat
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
:: Until Anaconda does not properly detect VS2017 when
:: Until Anaconda properly detects VS2017 when
:: it is installed together with VS2015, we need this call
call "%RECIPE_DIR%\check_VS2017.bat"
set "CHECK_VS2017=%RECIPE_DIR%\..\build_support\check_VS2017.bat"
if exist "%CHECK_VS2017%" call "%CHECK_VS2017%"

if %VS_MAJOR%==9 (
set VS_SLN_DIR=9
Expand Down
46 changes: 0 additions & 46 deletions iconv/check_VS2017.bat

This file was deleted.

5 changes: 3 additions & 2 deletions libxml2/bld.bat
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
:: Until Anaconda does not properly detect VS2017 when
:: Until Anaconda properly detects VS2017 when
:: it is installed together with VS2015, we need this call
call "%RECIPE_DIR%\check_VS2017.bat"
set "CHECK_VS2017=%RECIPE_DIR%\..\build_support\check_VS2017.bat"
if exist "%CHECK_VS2017%" call "%CHECK_VS2017%"

cd "%SRC_DIR%\win32"
cscript configure.js compiler=msvc "prefix=%LIBRARY_PREFIX%" ^
Expand Down
46 changes: 0 additions & 46 deletions libxml2/check_VS2017.bat

This file was deleted.

5 changes: 3 additions & 2 deletions libxslt/bld.bat
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
:: Until Anaconda does not properly detect VS2017 when
:: Until Anaconda properly detects VS2017 when
:: it is installed together with VS2015, we need this call
call "%RECIPE_DIR%\check_VS2017.bat"
set "CHECK_VS2017=%RECIPE_DIR%\..\build_support\check_VS2017.bat"
if exist "%CHECK_VS2017%" call "%CHECK_VS2017%"

cd "%SRC_DIR%\win32"
cscript configure.js compiler=msvc "prefix=%LIBRARY_PREFIX%" ^
Expand Down
46 changes: 0 additions & 46 deletions libxslt/check_VS2017.bat

This file was deleted.

Loading

0 comments on commit e0721ba

Please sign in to comment.