From dc4ca50b61f939298ab12b68018545a42eb37d2e Mon Sep 17 00:00:00 2001 From: Curtis Rueden Date: Wed, 17 Aug 2022 16:44:56 -0500 Subject: [PATCH] Update jhdf5: 19.04.0 -> 19.04.1 This introduces support for M1 Macs. Thanks to @mkitti for driving this work. --- non-maven/jhdf5-19.04.1.pom | 66 +++++++++++++++++++++++++++++++++++++ pom.xml | 2 +- 2 files changed, 67 insertions(+), 1 deletion(-) create mode 100644 non-maven/jhdf5-19.04.1.pom diff --git a/non-maven/jhdf5-19.04.1.pom b/non-maven/jhdf5-19.04.1.pom new file mode 100644 index 00000000..7c1b70d2 --- /dev/null +++ b/non-maven/jhdf5-19.04.1.pom @@ -0,0 +1,66 @@ + + + 4.0.0 + + cisd + jhdf5 + 19.04.1 + + JHDF5 (HDF5 for Java) + + HDF5 is an efficient, well-documented, non-proprietary binary data format + and library developed and maintained by the HDF Group. The library provided + by the HDF Group is written in C and available under a liberal BSD-style + Open Source software license. It has over 600 API calls and is very powerful + and configurable, but it is not trivial to use. + + JHDF5 is a Java binding for HDF5 focusing on ease-of-use, which was + developed by CISD and is now maintained by ETH SIS. It is available under + the Apache License 2.0. The library contains HDF5 1.10 from the HDF Group + and files created with JHDF5 are fully compatible with HDF 1.10 (or HDF5 1.8 + if you initialize the library appropriately). + + https://unlimited.ethz.ch/display/JHDF/ + + ETH Zurich Scientific IT Services + https://sis.id.ethz.ch/ + + + + Apache 2 + https://apache.org/licenses/LICENSE-2.0.txt + repo + + + + + scm:git:https://sissource.ethz.ch/sispub/jhdf5 + scm:git:https://sissource.ethz.ch/sispub/jhdf5 + 19.04.1 + https://sissource.ethz.ch/sispub/jhdf5 + + + + 18.09.0 + 2.6 + 3.7 + + + + + cisd + base + ${base.version} + + + commons-io + commons-io + ${commons-io.version} + + + org.apache.commons + commons-lang3 + ${commons-lang3.version} + + + diff --git a/pom.xml b/pom.xml index 41778cb5..b4ef2810 100644 --- a/pom.xml +++ b/pom.xml @@ -1683,7 +1683,7 @@ ${jgraphx.version} - 19.04.0 + 19.04.1 ${jhdf5.version}