File tree Expand file tree Collapse file tree 4 files changed +4
-13
lines changed
Expand file tree Collapse file tree 4 files changed +4
-13
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1-
21@ echo off
32@ SETLOCAL
43SET BASEDIR = %cd%
5-
64SET CONDA_BIN = %2
75
8- call %CONDA_BIN% create -y -n symdiff_build python=3.7
6+ c:\msys64\usr\bin\pacman -Su --noconfirm rsync zip bison flex git
7+
8+ call %CONDA_BIN% create -y -n symdiff_build python=3
99if %errorlevel% neq 0 exit /b %errorlevel%
1010
1111call %CONDA_BIN% install -y -n symdiff_build cmake tk
Original file line number Diff line number Diff line change @@ -65,7 +65,6 @@ chmod +x bin/symdiff_tcl.bat
6565
6666(cd ${BUILDDIR} && ${CTEST} --verbose)
6767
68- pacman -Su --noconfirm rsync
6968(rsync -avP --exclude __pycache__ lib/symdiff bdist_wheel/)
7069(rsync -avP --exclude __pycache__ LICENSE NOTICE README.md examples doc bdist_wheel)
7170pip install --upgrade wheel
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ TARGET_LINK_LIBRARIES (symdiff_py3 ${PYTHON3_ARCHIVE})
4141ELSE (WIN32 )
4242# macOS and Linux do not need to dynamically link against python
4343ENDIF (WIN32 )
44- target_compile_definitions (symdiff_py3 PRIVATE -DPy_LIMITED_API=0x03030000 )
44+ target_compile_definitions (symdiff_py3 PRIVATE -DPy_LIMITED_API=0x03090000 )
4545#TARGET_LINK_LIBRARIES (symdiff_py3 symdiff ${PYTHON3_ARCHIVE})
4646ENDIF (PYTHON3 )
4747
You can’t perform that action at this time.
0 commit comments