Skip to content

Commit

Permalink
Update pybind11 to latest stable commit (#367)
Browse files Browse the repository at this point in the history
* Update pybind11 to latest stable commit

* Explicitly install [email protected] in mac CI

* Turn findpython on
  • Loading branch information
geoffder authored Mar 14, 2023
1 parent dca9cce commit d82cf06
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/manifold.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ jobs:
if: github.event.pull_request.draft == false
steps:
- name: Install common dependencies
run: brew install pkg-config
run: brew install pkg-config [email protected]
- name: Install OpenMP
if: matrix.parallel_backend == 'OMP'
run: brew install libomp
Expand All @@ -211,7 +211,7 @@ jobs:
git apply thrust.diff
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=ON -DMANIFOLD_DEBUG=ON -DMANIFOLD_PYBIND=ON -DMANIFOLD_PAR=${{matrix.parallel_backend}} .. && make
cmake -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=ON -DMANIFOLD_DEBUG=ON -DMANIFOLD_PYBIND=ON -DPYBIND11_FINDPYTHON=ON -DMANIFOLD_PAR=${{matrix.parallel_backend}} .. && make
- name: Test
run: |
cd build/test
Expand Down
2 changes: 1 addition & 1 deletion bindings/python/third_party/pybind11
Submodule pybind11 updated 202 files

0 comments on commit d82cf06

Please sign in to comment.