Skip to content

Commit

Permalink
Update dependencies to latest versions
Browse files Browse the repository at this point in the history
Restore protobuf version
  • Loading branch information
BewareMyPower committed Feb 29, 2024
1 parent 9f96eb9 commit 1ff91f9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
# under the License.
#

boost : 1.83.0
cmake: 3.24.2
boost : 1.84.0
cmake: 3.28.3
protobuf: 3.20.0
zlib: 1.2.12
zstd: 1.5.2
snappy: 1.1.9
openssl: 1.1.1v
curl: 8.4.0
zlib: 1.3.1
zstd: 1.5.5
snappy: 1.1.10
openssl: 1.1.1w
curl: 8.6.0
2 changes: 1 addition & 1 deletion pkg/mac/build-static-library.sh
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ if [ ! -f snappy-${SNAPPY_VERSION}/.done ]; then
curl -O -L https://github.com/google/snappy/archive/refs/tags/${SNAPPY_VERSION}.tar.gz
tar zxf ${SNAPPY_VERSION}.tar.gz
pushd snappy-${SNAPPY_VERSION}
CXXFLAGS="-fPIC -O3 -arch ${ARCH} -mmacosx-version-min=${MACOSX_DEPLOYMENT_TARGET}" \
CXXFLAGS="-fPIC -O3 -Wno-error=sign-compare -arch ${ARCH} -mmacosx-version-min=${MACOSX_DEPLOYMENT_TARGET}" \
cmake . -DCMAKE_INSTALL_PREFIX=$PREFIX -DSNAPPY_BUILD_TESTS=OFF -DSNAPPY_BUILD_BENCHMARKS=OFF
make -j16
make install
Expand Down

0 comments on commit 1ff91f9

Please sign in to comment.