Skip to content

Commit

Permalink
Upgrade boost to latest release, build for C++17.
Browse files Browse the repository at this point in the history
  • Loading branch information
jralls committed Apr 26, 2020
1 parent 4be864e commit c922f6e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/boost.json
Expand Up @@ -4,13 +4,13 @@
"sources": [
{
"type": "archive",
"url": "https://downloads.sourceforge.net/boost/boost/1.66.0/boost_1_66_0.tar.bz2",
"sha256": "5721818253e6a0989583192f96782c4a98eb6204965316df9f5ad75819225ca9"
"url": "https://downloads.sourceforge.net/boost/boost/1.72.0/boost_1_72_0.tar.bz2",
"sha256": "59c9b274bc451cf91a9ba1dd2c7fdcaf5d60b1b3aa83f2c9fa143417cc660722"
}
],
"build-commands": [
"./bootstrap.sh --prefix=/app --with-libraries=locale,filesystem,system,date_time,regex",
"./b2 headers",
"./b2 -j$FLATPAK_BUILDER_N_JOBS install variant=release --layout=system"
"./b2 -j$FLATPAK_BUILDER_N_JOBS install variant=release cxxstd=17 --layout=system"
]
}

0 comments on commit c922f6e

Please sign in to comment.