Skip to content

Commit

Permalink
update.
Browse files Browse the repository at this point in the history
  • Loading branch information
B1ueber2y committed Jul 31, 2024
1 parent 5b83af5 commit c486941
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ci/install-ceres-macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ set -x -e
CURRDIR=$(pwd)

brew update
brew install git cmake ninja llvm
brew install git cmake ninja llvm gfortran

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

DEPENDENCIES=$(cat ${CURRDIR}/ci/vcpkg-dependencies.txt)
git clone https://github.com/microsoft/vcpkg ${VCPKG_INSTALLATION_ROOT}
Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
requires = ["scikit-build-core>=0.3.3", "pybind11==2.11.1"]
build-backend = "scikit_build_core.build"


[project]
name = "pyceres"
version = "2.2"
Expand All @@ -27,7 +26,7 @@ archs = ["auto64"]
test-command = "python -c \"import pyceres; print(pyceres.__version__)\""

[tool.cibuildwheel.environment]
VCPKG_COMMIT_ID = "fa6e6a6ec3224f1d3697d544edef6272a59cd834"
VCPKG_COMMIT_ID = "e01906b2ba7e645a76ee021a19de616edc98d29f"

[tool.cibuildwheel.linux]
before-all = "{package}/ci/install-ceres-centos.sh"
Expand Down

0 comments on commit c486941

Please sign in to comment.