summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorROUVREAU Vincent <vincent.rouvreau@inria.fr>2020-08-04 14:34:46 +0200
committerROUVREAU Vincent <vincent.rouvreau@inria.fr>2020-08-04 14:34:46 +0200
commitb47caf9b21755f4327495a22c4ad2cd473dfc2a6 (patch)
tree224300f97682ebe4a4e892a847d925ed83728875
parent769d16af0822a4afd0f5cf3e17ea93e254ee5129 (diff)
list boost packages
-rw-r--r--.github/workflows/pip-packaging-windows.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/pip-packaging-windows.yml b/.github/workflows/pip-packaging-windows.yml
index ab913b7c..1e890ab6 100644
--- a/.github/workflows/pip-packaging-windows.yml
+++ b/.github/workflows/pip-packaging-windows.yml
@@ -41,6 +41,7 @@ jobs:
- name: Build python wheel
run: |
python --version
+ vcpkg search boost
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 -DPython_ADDITIONAL_VERSIONS=3 ..