File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change 8484 $Env:GMP_LIB_DIR = 'C:\vcpkg\packages\gmp_x64-windows\lib'
8585 $Env:MPFR_INC_DIR = 'C:\vcpkg\packages\mpfr_x64-windows\include'
8686 $Env:MPFR_LIB_DIR = 'C:\vcpkg\packages\mpfr_x64-windows\lib'
87- #$Env:Boost_DIR = 'C:\vcpkg\packages\boost-cmake_x64-windows\share\boost'
88- #$Env:boost_headers_DIR = 'C:\vcpkg\packages\boost-headers_x64-windows\share\boost_headers'
89- #$Env:boost_config_DIR = 'C:\vcpkg\packages\boost-config_x64-windows\share\boost_config'
9087 $Env:CMAKE_PREFIX_PATH = "C:\vcpkg\packages\getopt-win32_x64-windows\share\unofficial-getopt-win32;$Env:CMAKE_PREFIX_PATH"
91- python -m pip install msvc-runtime
92- python -m pip install '.[test]' -v
88+ python -m pip install '.[test]' -v -C"cmake.define.GMP_DLL_TO_COPY"="C:\\vcpkg\\packages\\gmp_x64-windows\\bin\\gmp-10.dll"
9389
9490 - name : List installed Python packages
9591 run : python -m pip list
You can’t perform that action at this time.
0 commit comments