Skip to content

Commit 572df4a

Browse files
authored
Merge pull request #6 from h-vetinari/bump
2 parents be7b7ea + 6a0ee30 commit 572df4a

17 files changed

+150
-48
lines changed

.azure-pipelines/azure-pipelines-osx.yml

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.ci_support/osx_64_c_compiler_version11cxx_compiler_version11.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
MACOSX_DEPLOYMENT_TARGET:
22
- '10.9'
3-
boost_cpp:
4-
- 1.78.0
53
c_compiler:
64
- clang
75
c_compiler_version:
@@ -14,11 +12,10 @@ cxx_compiler:
1412
- clangxx
1513
cxx_compiler_version:
1614
- '11'
15+
libboost_devel:
16+
- '1.82'
1717
macos_machine:
1818
- x86_64-apple-darwin13.4.0
19-
pin_run_as_build:
20-
boost-cpp:
21-
max_pin: x.x.x
2219
python_impl:
2320
- cpython
2421
target_platform:

.ci_support/osx_64_c_compiler_version12cxx_compiler_version12.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
MACOSX_DEPLOYMENT_TARGET:
22
- '10.9'
3-
boost_cpp:
4-
- 1.78.0
53
c_compiler:
64
- clang
75
c_compiler_version:
@@ -14,11 +12,10 @@ cxx_compiler:
1412
- clangxx
1513
cxx_compiler_version:
1614
- '12'
15+
libboost_devel:
16+
- '1.82'
1717
macos_machine:
1818
- x86_64-apple-darwin13.4.0
19-
pin_run_as_build:
20-
boost-cpp:
21-
max_pin: x.x.x
2219
python_impl:
2320
- cpython
2421
target_platform:

.ci_support/osx_64_c_compiler_version13cxx_compiler_version13.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
MACOSX_DEPLOYMENT_TARGET:
22
- '10.9'
3-
boost_cpp:
4-
- 1.78.0
53
c_compiler:
64
- clang
75
c_compiler_version:
@@ -14,11 +12,10 @@ cxx_compiler:
1412
- clangxx
1513
cxx_compiler_version:
1614
- '13'
15+
libboost_devel:
16+
- '1.82'
1717
macos_machine:
1818
- x86_64-apple-darwin13.4.0
19-
pin_run_as_build:
20-
boost-cpp:
21-
max_pin: x.x.x
2219
python_impl:
2320
- cpython
2421
target_platform:

.ci_support/osx_64_c_compiler_version14cxx_compiler_version14.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
MACOSX_DEPLOYMENT_TARGET:
22
- '10.9'
3-
boost_cpp:
4-
- 1.78.0
53
c_compiler:
64
- clang
75
c_compiler_version:
@@ -14,11 +12,10 @@ cxx_compiler:
1412
- clangxx
1513
cxx_compiler_version:
1614
- '14'
15+
libboost_devel:
16+
- '1.82'
1717
macos_machine:
1818
- x86_64-apple-darwin13.4.0
19-
pin_run_as_build:
20-
boost-cpp:
21-
max_pin: x.x.x
2219
python_impl:
2320
- cpython
2421
target_platform:

.ci_support/osx_64_c_compiler_version15cxx_compiler_version15.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
MACOSX_DEPLOYMENT_TARGET:
22
- '10.9'
3-
boost_cpp:
4-
- 1.78.0
53
c_compiler:
64
- clang
75
c_compiler_version:
@@ -14,11 +12,10 @@ cxx_compiler:
1412
- clangxx
1513
cxx_compiler_version:
1614
- '15'
15+
libboost_devel:
16+
- '1.82'
1717
macos_machine:
1818
- x86_64-apple-darwin13.4.0
19-
pin_run_as_build:
20-
boost-cpp:
21-
max_pin: x.x.x
2219
python_impl:
2320
- cpython
2421
target_platform:

.ci_support/osx_64_c_compiler_version16cxx_compiler_version16.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
MACOSX_DEPLOYMENT_TARGET:
22
- '10.9'
3-
boost_cpp:
4-
- 1.78.0
53
c_compiler:
64
- clang
75
c_compiler_version:
@@ -14,11 +12,10 @@ cxx_compiler:
1412
- clangxx
1513
cxx_compiler_version:
1614
- '16'
15+
libboost_devel:
16+
- '1.82'
1717
macos_machine:
1818
- x86_64-apple-darwin13.4.0
19-
pin_run_as_build:
20-
boost-cpp:
21-
max_pin: x.x.x
2219
python_impl:
2320
- cpython
2421
target_platform:
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
MACOSX_DEPLOYMENT_TARGET:
2+
- '10.9'
3+
c_compiler:
4+
- clang
5+
c_compiler_version:
6+
- '17'
7+
channel_sources:
8+
- conda-forge
9+
channel_targets:
10+
- conda-forge main
11+
cxx_compiler:
12+
- clangxx
13+
cxx_compiler_version:
14+
- '17'
15+
libboost_devel:
16+
- '1.82'
17+
macos_machine:
18+
- x86_64-apple-darwin13.4.0
19+
python_impl:
20+
- cpython
21+
target_platform:
22+
- osx-64
23+
zip_keys:
24+
- - c_compiler_version
25+
- cxx_compiler_version
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
MACOSX_DEPLOYMENT_TARGET:
2+
- '10.9'
3+
c_compiler:
4+
- clang
5+
c_compiler_version:
6+
- '18'
7+
channel_sources:
8+
- conda-forge
9+
channel_targets:
10+
- conda-forge main
11+
cxx_compiler:
12+
- clangxx
13+
cxx_compiler_version:
14+
- '18'
15+
libboost_devel:
16+
- '1.82'
17+
macos_machine:
18+
- x86_64-apple-darwin13.4.0
19+
python_impl:
20+
- cpython
21+
target_platform:
22+
- osx-64
23+
zip_keys:
24+
- - c_compiler_version
25+
- cxx_compiler_version

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)