Skip to content

Commit

Permalink
Revert fix for CentOS
Browse files Browse the repository at this point in the history
  • Loading branch information
sarlinpe committed Jan 10, 2024
1 parent d2102ff commit 261ac16
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions package/install-colmap-centos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export PATH="${COMPILER_TOOLS_DIR}:${PATH}"
ccache --version
ccache --help

git clone https://github.com/microsoft/vcpkg ${VCPKG_INSTALLATION_ROOT}
git clone --branch sarlinpe/libraw-jaspter-nodefaults https://github.com/sarlinpe/vcpkg ${VCPKG_INSTALLATION_ROOT}
cd ${VCPKG_INSTALLATION_ROOT}
./bootstrap-vcpkg.sh
./vcpkg install --recurse --clean-after-build --triplet=${VCPKG_TARGET_TRIPLET} \
Expand All @@ -34,14 +34,12 @@ cd ${VCPKG_INSTALLATION_ROOT}
ceres[lapack,suitesparse] \
eigen3 \
flann \
jasper[core] \
freeimage \
metis \
gflags \
glog \
gtest \
sqlite3
# We force the core option of jasper to disable the unwanted opengl option.
./vcpkg integrate install

cd ${CURRDIR}
Expand Down

0 comments on commit 261ac16

Please sign in to comment.