Skip to content

Commit

Permalink
Skip arm64 for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
sarlinpe committed Dec 23, 2023
1 parent 9ec4b32 commit 7f0554b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-new.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
{os: ubuntu-latest},
{os: macos-12, arch: x86_64},
{os: macos-13, arch: x86_64},
{os: macos-12, arch: arm64},
{os: macos-13, arch: arm64},
#{os: macos-12, arch: arm64},
#{os: macos-13, arch: arm64},
]
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 0 additions & 2 deletions package/install-colmap-macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ export CMAKE_Fortran_COMPILER=$(which gfortran-13)
export CMAKE_Fortran_COMPILER_INIT="gfortran-13"
ln -s $(which gfortran-13) "$(dirname $(which gfortran-13))/gfortran"

echo "$VCPKG_TARGET_TRIPLET $CIBW_ARCHS_MACOS"

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

0 comments on commit 7f0554b

Please sign in to comment.