Skip to content

Commit

Permalink
[pypi] macos build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fradav committed Jun 3, 2021
1 parent 1557f6b commit 3bc21cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/standalone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: abcranger-build
on: [push]

env:
VCPKG_REVISION: "44d94c2edbd44f0c01d66c2ad95eb6982a9a61bc"
VCPKG_REVISION: "0bf3923f9fab4001c00f0f429682a0853b5749e0"
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
CIBW_SKIP: "cp27-* cp35-* pp* *-manylinux_i686 *-win32"
CIBW_BEFORE_ALL_LINUX: bash presetup.sh
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ pmm(
# VERBOSE
# DEBUG
VCPKG
REVISION 44d94c2edbd44f0c01d66c2ad95eb6982a9a61bc
REVISION 0bf3923f9fab4001c00f0f429682a0853b5749e0
TRIPLET ${VCPKG_TARGET_TRIPLET}
REQUIRES range-v3 catch2 cxxopts fmt eigen3-head pybind11 ${TBBPKG} ${BOOSTREPKG} ${TESTDEPS}
PORTS "${PROJECT_SOURCE_DIR}/eigen3-head"
Expand Down

0 comments on commit 3bc21cf

Please sign in to comment.