summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorROUVREAU Vincent <vincent.rouvreau@inria.fr>2020-08-04 15:26:42 +0200
committerROUVREAU Vincent <vincent.rouvreau@inria.fr>2020-08-04 15:26:42 +0200
commit592b268e4afee402afdead534217668f40cd23bb (patch)
tree75d7292971de026a9dc552b2909233d11d23e40a
parentfa8dd069b58d79c39b5be78cfcf411af118a3a59 (diff)
lost some packages
-rw-r--r--.github/workflows/pip-packaging-windows.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/pip-packaging-windows.yml b/.github/workflows/pip-packaging-windows.yml
index 1f40a476..9bc0b28f 100644
--- a/.github/workflows/pip-packaging-windows.yml
+++ b/.github/workflows/pip-packaging-windows.yml
@@ -30,12 +30,15 @@ jobs:
- name: Install dependencies
run: |
vcpkg install boost-graph boost-serialization boost-date-time boost-system boost-filesystem boost-test boost-thread boost-program-options eigen3 mpfr mpir cgal --triplet x64-windows
+ vcpkg list
python -m pip install --user -r .github/build-requirements.txt
python -m pip install --user twine
+ python -m pip list
- name: Build python wheel
run: |
python --version
vcpkg list
+ python -m pip list
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release -DGMP_INCLUDE_DIR="c:/vcpkg/installed/x64-windows/include" -DGMP_LIBRARIES="c:/vcpkg/installed/x64-windows/lib/mpir.lib" -DGMP_LIBRARIES_DIR="c:/vcpkg/installed/x64-windows/lib" -DCMAKE_TOOLCHAIN_FILE=C:/vcpkg/scripts/buildsystems/vcpkg.cmake -DVCPKG_TARGET_TRIPLET=x64-windows -DPython_ADDITIONAL_VERSIONS=3 ..