Skip to content

Commit

Permalink
Don't build lapack
Browse files Browse the repository at this point in the history
  • Loading branch information
sarlinpe committed Dec 23, 2023
1 parent 7c7c9cf commit 703722c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-new.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
CIBW_ARCHS_MACOS: ${{ matrix.config.arch }}
- name: Upload logs
uses: actions/upload-artifact@v3
if: failure()
if: failure() && ${{ startsWith(matrix.config.os, 'macos')
with:
name: logs-${{ matrix.config.os }}-${{ matrix.config.arch }}
path: /Users/runner/work/vcpkg/buildtrees/*/*.log
Expand Down
2 changes: 1 addition & 1 deletion package/install-colmap-macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ cd ${CURRDIR}
git clone https://github.com/microsoft/vcpkg ${VCPKG_INSTALLATION_ROOT}
cd ${VCPKG_INSTALLATION_ROOT}
./bootstrap-vcpkg.sh
./vcpkg install --recurse --clean-after-build --triplet=${VCPKG_TARGET_TRIPLET} boost-algorithm boost-filesystem boost-graph boost-heap boost-program-options boost-property-map boost-property-tree boost-regex boost-system ceres[lapack,suitesparse] eigen3 flann freeimage metis gflags glog gtest sqlite3
./vcpkg install --recurse --clean-after-build --triplet=${VCPKG_TARGET_TRIPLET} boost-algorithm boost-filesystem boost-graph boost-heap boost-program-options boost-property-map boost-property-tree boost-regex boost-system ceres suitesparse eigen3 flann freeimage metis gflags glog gtest sqlite3
./vcpkg integrate install

cd ${CURRDIR}
Expand Down

0 comments on commit 703722c

Please sign in to comment.