summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorROUVREAU Vincent <vincent.rouvreau@inria.fr>2020-06-10 08:08:50 +0200
committerROUVREAU Vincent <vincent.rouvreau@inria.fr>2020-06-10 08:08:50 +0200
commitfff2aee667a674b7da2889abdafd8cec360ef621 (patch)
tree6271e6cad9fabd0c28ef94438630cdeeac6ec34f
parentd46bfa4c50cc3bb52eaee5dffc6b798b0ae236f6 (diff)
Remove tbb to see if module import works better
-rw-r--r--.github/workflows/pip-packaging-windows.yml2
-rw-r--r--CMakeGUDHIVersion.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/pip-packaging-windows.yml b/.github/workflows/pip-packaging-windows.yml
index 53abc036..96ac05c0 100644
--- a/.github/workflows/pip-packaging-windows.yml
+++ b/.github/workflows/pip-packaging-windows.yml
@@ -25,7 +25,7 @@ jobs:
architecture: x64
- name: Install dependencies
run: |
- vcpkg install tbb:x64-windows boost-graph:x64-windows boost-serialization:x64-windows boost-date-time:x64-windows boost-system:x64-windows boost-filesystem:x64-windows boost-units:x64-windows boost-thread:x64-windows boost-program-options:x64-windows eigen3:x64-windows mpfr:x64-windows mpir:x64-windows cgal:x64-windows
+ vcpkg install boost-graph:x64-windows boost-serialization:x64-windows boost-date-time:x64-windows boost-system:x64-windows boost-filesystem:x64-windows boost-units:x64-windows boost-thread:x64-windows boost-program-options:x64-windows eigen3:x64-windows mpfr:x64-windows mpir:x64-windows cgal:x64-windows
python -m pip install --user -r .github/build-requirements.txt
python -m pip install --user twine
- name: Build python wheel
diff --git a/CMakeGUDHIVersion.txt b/CMakeGUDHIVersion.txt
index d2d98dea..d93850cd 100644
--- a/CMakeGUDHIVersion.txt
+++ b/CMakeGUDHIVersion.txt
@@ -1,6 +1,6 @@
set (GUDHI_MAJOR_VERSION 3)
set (GUDHI_MINOR_VERSION 2)
-set (GUDHI_PATCH_VERSION 0a13)
+set (GUDHI_PATCH_VERSION 0a14)
set(GUDHI_VERSION ${GUDHI_MAJOR_VERSION}.${GUDHI_MINOR_VERSION}.${GUDHI_PATCH_VERSION})
message(STATUS "GUDHI version : ${GUDHI_VERSION}")