Skip to content

Commit 3874651

Browse files
authored
h5pp: add version 1.11.3 (#28793)
- Rebased to newest master including maintenance fixes, see #28793 and #28800 - Applied changes for 1.11.3
1 parent 2140b0d commit 3874651

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

recipes/h5pp/all/conandata.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,8 @@ sources:
22
"1.11.2":
33
url: "https://github.com/DavidAce/h5pp/archive/v1.11.2.tar.gz"
44
sha256: "5638bf699a92049910c80a7af3d6c8495f02253dd32ee0000bc35a29a9e61e9c"
5+
"1.11.3":
6+
url: "https://github.com/DavidAce/h5pp/archive/v1.11.3.tar.gz"
7+
sha256: "9ae034ebaeaf4cad7b35b0a750848193861e17948ec3ab97544c2cb350a270c6"
8+
9+

recipes/h5pp/all/test_package/test_package.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
int main() {
44
using cplx = std::complex<double>;
55

6-
static_assert(h5pp::type::sfinae::has_data<std::vector<double>>() and
7-
"h5pp ompile time type-checker failed. Could not properly detect class member data. Check that you are using a supported compiler!");
8-
96
std::string outputFilename = "test_package.h5";
107
size_t logLevel = 1;
118
h5pp::File file(outputFilename, H5F_ACC_TRUNC | H5F_ACC_RDWR, logLevel);

recipes/h5pp/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
versions:
22
"1.11.2":
33
folder: "all"
4+
"1.11.3":
5+
folder: "all"
6+

0 commit comments

Comments
 (0)