Skip to content

Commit 7f420a2

Browse files
authored
Merge pull request #91 from regro-cf-autotick-bot/rebuild-hdf51144-0-1_h99305a
Rebuild for hdf5 1.14.4
2 parents 964bc14 + b95bf23 commit 7f420a2

15 files changed

+77
-139
lines changed

.azure-pipelines/azure-pipelines-linux.yml

-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.ci_support/linux_64_python3.10.____cpython.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
c_compiler:
22
- gcc
33
c_compiler_version:
4-
- '12'
4+
- '13'
55
c_stdlib:
66
- sysroot
77
c_stdlib_version:
8-
- '2.12'
8+
- '2.17'
99
cdt_name:
10-
- cos6
10+
- cos7
1111
channel_sources:
1212
- conda-forge
1313
channel_targets:
@@ -17,13 +17,13 @@ coincbc:
1717
cxx_compiler:
1818
- gxx
1919
cxx_compiler_version:
20-
- '12'
20+
- '13'
2121
docker_image:
2222
- quay.io/condaforge/linux-anvil-cos7-x86_64
2323
glib:
2424
- '2'
2525
hdf5:
26-
- 1.14.3
26+
- 1.14.4
2727
libboost_devel:
2828
- '1.84'
2929
liblapack:

.ci_support/linux_64_python3.11.____cpython.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
c_compiler:
22
- gcc
33
c_compiler_version:
4-
- '12'
4+
- '13'
55
c_stdlib:
66
- sysroot
77
c_stdlib_version:
8-
- '2.12'
8+
- '2.17'
99
cdt_name:
10-
- cos6
10+
- cos7
1111
channel_sources:
1212
- conda-forge
1313
channel_targets:
@@ -17,13 +17,13 @@ coincbc:
1717
cxx_compiler:
1818
- gxx
1919
cxx_compiler_version:
20-
- '12'
20+
- '13'
2121
docker_image:
2222
- quay.io/condaforge/linux-anvil-cos7-x86_64
2323
glib:
2424
- '2'
2525
hdf5:
26-
- 1.14.3
26+
- 1.14.4
2727
libboost_devel:
2828
- '1.84'
2929
liblapack:

.ci_support/linux_64_python3.12.____cpython.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
c_compiler:
22
- gcc
33
c_compiler_version:
4-
- '12'
4+
- '13'
55
c_stdlib:
66
- sysroot
77
c_stdlib_version:
8-
- '2.12'
8+
- '2.17'
99
cdt_name:
10-
- cos6
10+
- cos7
1111
channel_sources:
1212
- conda-forge
1313
channel_targets:
@@ -17,13 +17,13 @@ coincbc:
1717
cxx_compiler:
1818
- gxx
1919
cxx_compiler_version:
20-
- '12'
20+
- '13'
2121
docker_image:
2222
- quay.io/condaforge/linux-anvil-cos7-x86_64
2323
glib:
2424
- '2'
2525
hdf5:
26-
- 1.14.3
26+
- 1.14.4
2727
libboost_devel:
2828
- '1.84'
2929
liblapack:

.ci_support/linux_64_python3.8.____cpython.yaml

-47
This file was deleted.

.ci_support/linux_64_python3.9.____cpython.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
c_compiler:
22
- gcc
33
c_compiler_version:
4-
- '12'
4+
- '13'
55
c_stdlib:
66
- sysroot
77
c_stdlib_version:
8-
- '2.12'
8+
- '2.17'
99
cdt_name:
10-
- cos6
10+
- cos7
1111
channel_sources:
1212
- conda-forge
1313
channel_targets:
@@ -17,13 +17,13 @@ coincbc:
1717
cxx_compiler:
1818
- gxx
1919
cxx_compiler_version:
20-
- '12'
20+
- '13'
2121
docker_image:
2222
- quay.io/condaforge/linux-anvil-cos7-x86_64
2323
glib:
2424
- '2'
2525
hdf5:
26-
- 1.14.3
26+
- 1.14.4
2727
libboost_devel:
2828
- '1.84'
2929
liblapack:

.ci_support/migrations/boost1840.yaml

-10
This file was deleted.

.ci_support/migrations/hdf51144.yaml

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
__migrator:
2+
build_number: 1
3+
commit_message: Rebuild for hdf5 1.14.4
4+
kind: version
5+
migration_number: 1
6+
hdf5:
7+
- 1.14.4
8+
migrator_ts: 1727986901.81392

.ci_support/migrations/python312.yaml

-38
This file was deleted.

.gitattributes

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.scripts/build_steps.sh

+13-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

azure-pipelines.yml

+27-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build-locally.py

+6-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

recipe/meta.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ source:
99
git_rev: 1.6.0
1010

1111
build:
12-
number: 3
12+
number: 4
1313
skip: True # [win or osx or py<=27]
1414
detect_binary_files_with_prefix: true
1515
preserve_egg_dir: True

0 commit comments

Comments
 (0)