Skip to content

Commit ce826a3

Browse files
authored
Merge pull request #27 from diffpy/boost_1.88
Switch to boost 1.88, using -std= c++14
2 parents a0a5e93 + 907ce31 commit ce826a3

4 files changed

Lines changed: 8 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
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

SConstruct

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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)

conda-recipe/conda_build_config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
boost:
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:

conda-recipe/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ requirements:
2020
- scons
2121
- python
2222
host:
23-
- boost {{ boost }}
23+
- libboost-headers {{ boost }}
2424

2525

2626
test:

0 commit comments

Comments
 (0)