Skip to content

Commit

Permalink
Update boost to 1.83 (#119)
Browse files Browse the repository at this point in the history
* Bump to Boost 1.83
* delete outdated patch
  • Loading branch information
geoffthemedio authored Aug 29, 2023
1 parent dbb1165 commit 8fa7088
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 25 deletions.
4 changes: 2 additions & 2 deletions Sources.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ set(GLEW_VERSION 2.2.0)
set(GLEW_URL http://downloads.sourceforge.net/project/glew/glew/${GLEW_VERSION}/glew-${GLEW_VERSION}.tgz)
set(GLEW_MD5 3579164bccaef09e36c0af7f4fd5c7c7)

set(BOOST_VERSION 1.82.0)
set(BOOST_VERSION 1.83.0)
string(REPLACE "." "_" BOOST_VERSION_ ${BOOST_VERSION})
set(BOOST_URL http://downloads.sourceforge.net/project/boost/boost/${BOOST_VERSION}/boost_${BOOST_VERSION_}.tar.gz)
set(BOOST_MD5 f7050f554a65f6a42ece221eaeec1660)
set(BOOST_MD5 e9d8ddf56ec35aa926b3fae04d22b8ad)
23 changes: 0 additions & 23 deletions patches/boost/0003-Use-RPATH-with-Clang-darwin.patch

This file was deleted.

0 comments on commit 8fa7088

Please sign in to comment.