-
Notifications
You must be signed in to change notification settings - Fork 128
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Deprecate Python 3.7 - Add MacOS 12 - Fix COLMAP commit - Replace with newer FindGlog - Clean linux boost install - Use pip wheel instead of setuptools
- Loading branch information
Showing
3 changed files
with
52 additions
and
69 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
strategy: | ||
matrix: | ||
pyversion: [ "cp37-cp37m", "cp38-cp38", "cp39-cp39", "cp310-cp310" ] | ||
pyversion: [ "cp38-cp38", "cp39-cp39", "cp310-cp310"] | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v3 | ||
|
@@ -37,15 +37,15 @@ jobs: | |
with: | ||
# we strip the version number from the artifact name | ||
name: pycolmap-${{ matrix.pyversion }}-manylinux2014_x86_64 | ||
path: wheelhouse/pycolmap-*-${{ matrix.pyversion }}-manylinux2014_x86_64.whl | ||
path: wheelhouse/pycolmap-*-${{ matrix.pyversion }}-*.whl | ||
|
||
mac-build: | ||
name: Wrapper macOS Build | ||
runs-on: ${{ matrix.os }} | ||
strategy: | ||
matrix: | ||
os: [ macos-11 ] | ||
pyversion: [ "python@3.7", "python@3.8", "[email protected]", "[email protected]" ] | ||
os: [ macos-11, macos-12 ] | ||
pyversion: [ "[email protected]", "[email protected]", "[email protected]"] | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v3 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters