Skip to content

Commit

Permalink
Add gfortran symlink
Browse files Browse the repository at this point in the history
  • Loading branch information
sarlinpe committed Jan 10, 2024
1 parent cce3118 commit d2102ff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package/install-colmap-macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ brew remove node@18
brew update
brew install git cmake ninja llvm ccache

# When building lapack-reference, vcpkg/cmake looks for gfortran.
ln -s $(which gfortran-13) "$(dirname $(which gfortran-13))/gfortran"

git clone https://github.com/microsoft/vcpkg ${VCPKG_INSTALLATION_ROOT}
cd ${VCPKG_INSTALLATION_ROOT}
./bootstrap-vcpkg.sh
Expand Down

0 comments on commit d2102ff

Please sign in to comment.