Commit 528bb71
authored
Wheels: 0.15.2 (#1515)
* Version: 0.15.2
* C-Blosc2: v2.10.2
* [Patch] ADIOS2: Fix ChunkV Issue & Static Builds
* Cleaning: Win w/o Blosc Block
* Windows: Upgrade CMake
Only CMake 3.24+ supports static zlib.
https://cmake.org/cmake/help/latest/module/FindZLIB.html#hints
* C-Blosc2: Keep Internal Zlib on Windows
Downstream issues in openPMD-api:
```
-- Configuring done (10.0s)
CMake Error at C:/Program Files (x86)/ADIOS2/lib/cmake/adios2/adios2-targets.cmake:86 (set_target_properties):
The link interface of target "adios2::adios2_blosc2" contains:
Blosc2::blosc2_static
but the target was not found. Possible reasons include:
* There is a typo in the target name.
* A find_package call is missing for an IMPORTED target.
* An ALIAS target is missing.
Call Stack (most recent call first):
C:/Program Files (x86)/ADIOS2/lib/cmake/adios2/adios2-config-common.cmake:192 (include)
C:/Program Files (x86)/ADIOS2/lib/cmake/adios2/adios2-config.cmake:29 (include)
CMakeLists.txt:443 (find_package)
```
* C-Blosc2: No Zlib internal tests
* [Patch] Fix Threads search in Blosc2Config.cmake
See: Blosc/c-blosc2#5491 parent 9d46036 commit 528bb71
4 files changed
Lines changed: 29 additions & 46 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| 20 | + | |
| 21 | + | |
19 | 22 | | |
20 | | - | |
| 23 | + | |
21 | 24 | | |
22 | 25 | | |
23 | | - | |
| 26 | + | |
24 | 27 | | |
25 | 28 | | |
26 | 29 | | |
| |||
55 | 58 | | |
56 | 59 | | |
57 | 60 | | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | 61 | | |
89 | 62 | | |
90 | 63 | | |
91 | | - | |
92 | | - | |
93 | | - | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
94 | 67 | | |
95 | | - | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
96 | 76 | | |
97 | 77 | | |
98 | 78 | | |
99 | 79 | | |
100 | 80 | | |
101 | 81 | | |
102 | 82 | | |
103 | | - | |
104 | | - | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
105 | 88 | | |
106 | 89 | | |
107 | 90 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
| |||
200 | 200 | | |
201 | 201 | | |
202 | 202 | | |
203 | | - | |
204 | | - | |
| 203 | + | |
| 204 | + | |
205 | 205 | | |
206 | 206 | | |
207 | 207 | | |
| |||
0 commit comments