File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Release notes
22
3+ ## Version 2026.1.1, - 2026-01-xx
4+
5+ ### Changed
6+ - changed boost version to 1.88, switch to c++-14
7+
38## Version 2024.2.1, - 2024-09-09
49
510### Changed
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ else:
114114
115115 # Specify minimum C++ standard. Allow later standard from sconscript.local.
116116 # In case of multiple `-std` options the last option holds.
117- env .PrependUnique (CXXFLAGS = '-std=c++11 ' , delete_existing = 1 )
117+ env .PrependUnique (CXXFLAGS = '-std=c++14 ' , delete_existing = 1 )
118118
119119# for k, v in env.Dictionary().items():
120120# print(k, v)
Original file line number Diff line number Diff line change 11boost :
2- - 1.78
2+ - 1.88
33
44# only for local build ? see https://github.com/conda/conda-build/issues/4064#issuecomment-702983257
55# CONDA_BUILD_SYSROOT:
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ requirements:
2020 - scons
2121 - python
2222 host :
23- - boost {{ boost }}
23+ - libboost-headers {{ boost }}
2424
2525
2626test :
You can’t perform that action at this time.
0 commit comments