Skip to content

Commit

Permalink
Remove vcpkg forks
Browse files Browse the repository at this point in the history
  • Loading branch information
sarlinpe committed Jan 10, 2024
1 parent 7a5888c commit cce3118
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion 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 --branch sarlinpe/libraw-jaspter-nodefaults https://github.com/sarlinpe/vcpkg ${VCPKG_INSTALLATION_ROOT}
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} \
Expand Down
5 changes: 1 addition & 4 deletions package/install-colmap-macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,7 @@ brew remove node@18
brew update
brew install git cmake ninja llvm ccache

cd ${CURRDIR}
#git clone https://github.com/microsoft/vcpkg ${VCPKG_INSTALLATION_ROOT}
git clone --branch sarlinpe/lapack-osx https://github.com/sarlinpe/vcpkg ${VCPKG_INSTALLATION_ROOT}

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} \
Expand Down

0 comments on commit cce3118

Please sign in to comment.