Skip to content

Commit

Permalink
pip install fails bc it can't find boost_locale.lib
Browse files Browse the repository at this point in the history
  • Loading branch information
SimeonStoykovQC committed Oct 13, 2023
1 parent 1874a65 commit aaf4499
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ jobs:
dir src
dir src\turbodbc_arrow
if %errorlevel% neq 0 exit /b %errorlevel%
set BOOST_ROOT="%CONDA_PREFIX%\Library"
python -m pip install --no-build-isolation --no-deps --disable-pip-version-check .
if %errorlevel% neq 0 exit /b %errorlevel%
@CALL micromamba install build
Expand Down
4 changes: 2 additions & 2 deletions cmake_scripts/default_build_setup.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,6 @@ if(WIN32)
add_definitions("-std=c++17")
link_directories("$ENV{PYTHON}/libs")
set(CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS "TRUE")
set(Boost_USE_STATIC_RUNTIME "ON")
set(Boost_USE_STATIC_LIBS "ON")
# set(Boost_USE_STATIC_RUNTIME "ON")
# set(Boost_USE_STATIC_LIBS "ON")
endif()

0 comments on commit aaf4499

Please sign in to comment.