File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 8585 $Env:MPFR_INC_DIR = 'C:\vcpkg\packages\mpfr_x64-windows\include'
8686 $Env:MPFR_LIB_DIR = 'C:\vcpkg\packages\mpfr_x64-windows\lib'
8787 $Env:CMAKE_PREFIX_PATH = "C:\vcpkg\packages\getopt-win32_x64-windows\share\unofficial-getopt-win32;$Env:CMAKE_PREFIX_PATH"
88- python -m pip install '.[test]' -v -C"cmake.define.GMP_DLL_TO_COPY"="C:\\vcpkg\\packages\\gmp_x64-windows\\bin\\gmp-10.dll"
88+ python -m pip install '.[test]' -v -C"cmake.define.GMP_DLL_TO_COPY"="C:\\vcpkg\\packages\\gmp_x64-windows\\bin\\gmp-10.dll" -C"cmake.define.FASTJET_ENABLE_DEBUG"="OFF" -C"cmake.define.SISCONE_ENABLE_DEBUG"="OFF"
8989
9090 - name : List installed Python packages
9191 run : python -m pip list
@@ -172,8 +172,10 @@ jobs:
172172 CIBW_BUILD : cp${{ matrix.python }}-*
173173 CIBW_BUILD_VERBOSITY : 1
174174 CIBW_CONFIG_SETTINGS_WINDOWS : >
175- "cmake.define.GMP_DLL_TO_COPY"="C:\\vcpkg\\packages\\gmp_x64-windows\\bin\\gmp-10.dll"
175+ "cmake.define.GMP_DLL_TO_COPY"="C:\\\\ vcpkg\\\\ packages\\\\ gmp_x64-windows\\\\ bin\\ \\gmp-10.dll"
176176 "cmake.define.unofficial-getopt-win32_DIR"="C:\\vcpkg\\packages\\getopt-win32_x64-windows\\share\\unofficial-getopt-win32"
177+ "cmake.define.FASTJET_ENABLE_DEBUG"="OFF"
178+ "cmake.define.SISCONE_ENABLE_DEBUG"="OFF"
177179 CIBW_ENVIRONMENT_WINDOWS : >
178180 CGAL_DIR='C:\vcpkg\packages\cgal_x64-windows\share\cgal'
179181 GMP_INC_DIR='C:\vcpkg\packages\gmp_x64-windows\include'
You can’t perform that action at this time.
0 commit comments