Skip to content

Commit

Permalink
ENH: Bump HighFive, Boost and HDF5 versions
Browse files Browse the repository at this point in the history
* HighFive: 2.4.1 -> 2.7.0
* Boost: 1.80 -> 1.81
* HDF5: 1.12.2 -> 1.14.0
  • Loading branch information
BvB93 committed Apr 4, 2023
1 parent bccdc84 commit cd36d01
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .cirrus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ macos_arm64_task:
CXX: "/usr/bin/clang++"
CXXFLAGS: "-std=c++11"
PREFIX: ${CIRRUS_WORKING_DIR}/macosx_arm64
HIGHFIVE_VERSION: "2.4.1"
BOOST_VERSION: "1.80.0"
HIGHFIVE_VERSION: "2.7.0"
BOOST_VERSION: "1.81.0"
EIGEN_VERSION: "3.4.0"
HDF5_VERSION: "1.12.2"
HDF5_VERSION: "1.14.0"
LIBINT_VERSION: "2.7.2"
GMP_VERSION: "6.2.1"

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build_deps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ defaults:
shell: bash

env:
HIGHFIVE_VERSION: "2.4.1"
BOOST_VERSION: "1.80.0"
HIGHFIVE_VERSION: "2.7.0"
BOOST_VERSION: "1.81.0"
EIGEN_VERSION: "3.4.0"
HDF5_VERSION: "1.12.2"
HDF5_VERSION: "1.14.0"
LIBINT_VERSION: "2.7.2"
GMP_VERSION: "6.2.1"

Expand Down

0 comments on commit cd36d01

Please sign in to comment.