Skip to content

Commit

Permalink
* Upgrade presets for HDF5 1.14.3, ARPACK-NG 3.9.1, LLVM 17.0.4, ONN…
Browse files Browse the repository at this point in the history
…X 1.15.0, ONNX Runtime 1.16.2, TVM 0.14.0
  • Loading branch information
saudet committed Nov 11, 2023
1 parent 5507552 commit 747c93f
Show file tree
Hide file tree
Showing 869 changed files with 2,696 additions and 1,738 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Refactor and improve presets for PyTorch ([pull #1360](https://github.com/bytedeco/javacpp-presets/pull/1360))
* Include `mkl_lapack.h` header file in presets for MKL ([issue #1388](https://github.com/bytedeco/javacpp-presets/issues/1388))
* Map new higher-level C++ API of Triton Inference Server ([pull #1361](https://github.com/bytedeco/javacpp-presets/pull/1361))
* Upgrade presets for OpenCV 4.8.1, DNNL 3.3, OpenBLAS 0.3.24, CPython 3.12.0, NumPy 1.26.1, SciPy 1.11.3, LLVM 17.0.1, Leptonica 1.83.1, Tesseract 5.3.3, CUDA 12.3.0, cuDNN 8.9.5, NCCL 2.18.5, PyTorch 2.1.0, TensorFlow Lite 2.14.0, Triton Inference Server 2.38.0, ONNX 1.14.1, ONNX Runtime 1.16.1, TVM 0.13.0, and their dependencies
* Upgrade presets for OpenCV 4.8.1, HDF5 1.14.3, DNNL 3.3, OpenBLAS 0.3.24, ARPACK-NG 3.9.1, CPython 3.12.0, NumPy 1.26.1, SciPy 1.11.3, LLVM 17.0.4, Leptonica 1.83.1, Tesseract 5.3.3, CUDA 12.3.0, cuDNN 8.9.5, NCCL 2.18.5, PyTorch 2.1.0 ([pull #1426](https://github.com/bytedeco/javacpp-presets/pull/1426)), TensorFlow Lite 2.14.0, Triton Inference Server 2.38.0, ONNX 1.15.0, ONNX Runtime 1.16.2, TVM 0.14.0, and their dependencies

### June 6, 2023 version 1.5.9
* Virtualize `nvinfer1::IGpuAllocator` from TensorRT to allow customization ([pull #1367](https://github.com/bytedeco/javacpp-presets/pull/1367))
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ Each child module in turn relies by default on the included [`cppbuild.sh` scrip
* MKL-DNN 0.21.x https://github.com/oneapi-src/oneDNN
* DNNL 3.3.x https://github.com/oneapi-src/oneDNN
* OpenBLAS 0.3.24 http://www.openblas.net/
* ARPACK-NG 3.9.0 https://github.com/opencollab/arpack-ng
* ARPACK-NG 3.9.x https://github.com/opencollab/arpack-ng
* CMINPACK 1.3.8 https://github.com/devernay/cminpack
* FFTW 3.3.10 http://www.fftw.org/download.html
* GSL 2.7 http://www.gnu.org/software/gsl/#downloading
Expand Down Expand Up @@ -230,10 +230,10 @@ Each child module in turn relies by default on the included [`cppbuild.sh` scrip
* Triton Inference Server 2.38.x https://developer.nvidia.com/nvidia-triton-inference-server
* The Arcade Learning Environment 0.8.x https://github.com/mgbellemare/Arcade-Learning-Environment
* DepthAI 2.21.x https://github.com/luxonis/depthai-core
* ONNX 1.14.x https://github.com/onnx/onnx
* ONNX 1.15.x https://github.com/onnx/onnx
* nGraph 0.26.0 https://github.com/NervanaSystems/ngraph
* ONNX Runtime 1.16.x https://github.com/microsoft/onnxruntime
* TVM 0.13.x https://github.com/apache/tvm
* TVM 0.14.x https://github.com/apache/tvm
* Bullet Physics SDK 3.25 https://pybullet.org
* LiquidFun http://google.github.io/liquidfun/
* Qt 5.15.x https://download.qt.io/archive/qt/
Expand Down
6 changes: 3 additions & 3 deletions arpack-ng/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Introduction
------------
This directory contains the JavaCPP Presets module for:

* ARPACK-NG 3.9.0 https://github.com/opencollab/arpack-ng
* ARPACK-NG 3.9.1 https://github.com/opencollab/arpack-ng

Please refer to the parent README.md file for more detailed information about the JavaCPP Presets.

Expand Down Expand Up @@ -38,15 +38,15 @@ We can use [Maven 3](http://maven.apache.org/) to download and install automatic
<modelVersion>4.0.0</modelVersion>
<groupId>org.bytedeco.arpack</groupId>
<artifactId>icbarpackc</artifactId>
<version>1.5.9</version>
<version>1.5.10-SNAPSHOT</version>
<properties>
<exec.mainClass>IcbArpackC</exec.mainClass>
</properties>
<dependencies>
<dependency>
<groupId>org.bytedeco</groupId>
<artifactId>arpack-ng-platform</artifactId>
<version>3.9.0-1.5.9</version>
<version>3.9.1-1.5.10-SNAPSHOT</version>
</dependency>
</dependencies>
<build>
Expand Down
2 changes: 1 addition & 1 deletion arpack-ng/cppbuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if [[ -z "$PLATFORM" ]]; then
exit
fi

ARPACK_NG_VERSION=3.9.0
ARPACK_NG_VERSION=3.9.1
download https://github.com/opencollab/arpack-ng/archive/$ARPACK_NG_VERSION.tar.gz arpack-ng-$ARPACK_NG_VERSION.tar.gz

mkdir -p $PLATFORM
Expand Down
2 changes: 1 addition & 1 deletion arpack-ng/platform/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>org.bytedeco</groupId>
<artifactId>arpack-ng-platform</artifactId>
<version>3.9.0-${project.parent.version}</version>
<version>3.9.1-${project.parent.version}</version>
<name>JavaCPP Presets Platform for ARPACK-NG</name>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion arpack-ng/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>org.bytedeco</groupId>
<artifactId>arpack-ng</artifactId>
<version>3.9.0-${project.parent.version}</version>
<version>3.9.1-${project.parent.version}</version>
<name>JavaCPP Presets for ARPACK-NG</name>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion arpack-ng/samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<dependency>
<groupId>org.bytedeco</groupId>
<artifactId>arpack-ng-platform</artifactId>
<version>3.9.0-1.5.10-SNAPSHOT</version>
<version>3.9.1-1.5.10-SNAPSHOT</version>
</dependency>
</dependencies>
<build>
Expand Down
4 changes: 2 additions & 2 deletions hdf5/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Introduction
------------
This directory contains the JavaCPP Presets module for:

* HDF5 1.14.1 https://support.hdfgroup.org/HDF5/
* HDF5 1.14.3 https://support.hdfgroup.org/HDF5/

Please refer to the parent README.md file for more detailed information about the JavaCPP Presets.

Expand Down Expand Up @@ -48,7 +48,7 @@ We can use [Maven 3](http://maven.apache.org/) to download and install automatic
<dependency>
<groupId>org.bytedeco</groupId>
<artifactId>hdf5-platform</artifactId>
<version>1.14.1-1.5.10-SNAPSHOT</version>
<version>1.14.3-1.5.10-SNAPSHOT</version>
</dependency>
</dependencies>
<build>
Expand Down
8 changes: 4 additions & 4 deletions hdf5/cppbuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ if [[ -z "$PLATFORM" ]]; then
exit
fi

ZLIB=zlib-1.2.13
HDF5_VERSION=1.14.1-2
AEC_VERSION=1.0.6
ZLIB=zlib-1.3
HDF5_VERSION=1.14.3
AEC_VERSION=1.1.2
download "http://zlib.net/$ZLIB.tar.gz" $ZLIB.tar.gz
download "https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.14/hdf5-1.14.1/src/hdf5-$HDF5_VERSION.tar.bz2" hdf5-$HDF5_VERSION.tar.bz2
download "https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.14/hdf5-$HDF5_VERSION/src/hdf5-$HDF5_VERSION.tar.bz2" hdf5-$HDF5_VERSION.tar.bz2
# Use Github mirror repo rather than Gitlab repo for download speed
#download "https://gitlab.dkrz.de/k202009/libaec/uploads/45b10e42123edd26ab7b3ad92bcf7be2/libaec-$AEC_VERSION.tar.gz" libaec-$AEC_VERSION.tar.gz
download "https://github.com/MathisRosenhauer/libaec/releases/download/v$AEC_VERSION/libaec-$AEC_VERSION.tar.gz" libaec-$AEC_VERSION.tar.gz
Expand Down
2 changes: 1 addition & 1 deletion hdf5/platform/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>org.bytedeco</groupId>
<artifactId>hdf5-platform</artifactId>
<version>1.14.1-${project.parent.version}</version>
<version>1.14.3-${project.parent.version}</version>
<name>JavaCPP Presets Platform for HDF5</name>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion hdf5/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>org.bytedeco</groupId>
<artifactId>hdf5</artifactId>
<version>1.14.1-${project.parent.version}</version>
<version>1.14.3-${project.parent.version}</version>
<name>JavaCPP Presets for HDF5</name>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion hdf5/samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<dependency>
<groupId>org.bytedeco</groupId>
<artifactId>hdf5-platform</artifactId>
<version>1.14.1-1.5.10-SNAPSHOT</version>
<version>1.14.3-1.5.10-SNAPSHOT</version>
</dependency>
</dependencies>
<build>
Expand Down
2 changes: 1 addition & 1 deletion hdf5/src/gen/java/org/bytedeco/hdf5/AbstractDs.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Targeted by JavaCPP version 1.5.9: DO NOT EDIT THIS FILE
// Targeted by JavaCPP version 1.5.10-SNAPSHOT: DO NOT EDIT THIS FILE

package org.bytedeco.hdf5;

Expand Down
5 changes: 4 additions & 1 deletion hdf5/src/gen/java/org/bytedeco/hdf5/ArrayType.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Targeted by JavaCPP version 1.5.9: DO NOT EDIT THIS FILE
// Targeted by JavaCPP version 1.5.10-SNAPSHOT: DO NOT EDIT THIS FILE

package org.bytedeco.hdf5;

Expand All @@ -21,6 +21,9 @@ public class ArrayType extends DataType {
static { Loader.load(); }
/** Pointer cast constructor. Invokes {@link Pointer#Pointer(Pointer)}. */
public ArrayType(Pointer p) { super(p); }
/** Downcast constructor. */
public ArrayType(H5Location pointer) { super((Pointer)null); allocate(pointer); }
@Namespace private native @Name("static_cast<H5::ArrayType*>") void allocate(H5Location pointer);

// Constructor that creates a new array data type based on the
// specified base type.
Expand Down
5 changes: 4 additions & 1 deletion hdf5/src/gen/java/org/bytedeco/hdf5/AtomType.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Targeted by JavaCPP version 1.5.9: DO NOT EDIT THIS FILE
// Targeted by JavaCPP version 1.5.10-SNAPSHOT: DO NOT EDIT THIS FILE

package org.bytedeco.hdf5;

Expand All @@ -24,6 +24,9 @@ public class AtomType extends DataType {
static { Loader.load(); }
/** Pointer cast constructor. Invokes {@link Pointer#Pointer(Pointer)}. */
public AtomType(Pointer p) { super(p); }
/** Downcast constructor. */
public AtomType(H5Location pointer) { super((Pointer)null); allocate(pointer); }
@Namespace private native @Name("static_cast<H5::AtomType*>") void allocate(H5Location pointer);

// Returns the byte order of an atomic datatype.
public native @Cast("H5T_order_t") int getOrder();
Expand Down
2 changes: 1 addition & 1 deletion hdf5/src/gen/java/org/bytedeco/hdf5/Attribute.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Targeted by JavaCPP version 1.5.9: DO NOT EDIT THIS FILE
// Targeted by JavaCPP version 1.5.10-SNAPSHOT: DO NOT EDIT THIS FILE

package org.bytedeco.hdf5;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Targeted by JavaCPP version 1.5.9: DO NOT EDIT THIS FILE
// Targeted by JavaCPP version 1.5.10-SNAPSHOT: DO NOT EDIT THIS FILE

package org.bytedeco.hdf5;

Expand Down
2 changes: 1 addition & 1 deletion hdf5/src/gen/java/org/bytedeco/hdf5/CommonFG.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Targeted by JavaCPP version 1.5.9: DO NOT EDIT THIS FILE
// Targeted by JavaCPP version 1.5.10-SNAPSHOT: DO NOT EDIT THIS FILE

package org.bytedeco.hdf5;

Expand Down
5 changes: 4 additions & 1 deletion hdf5/src/gen/java/org/bytedeco/hdf5/CompType.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Targeted by JavaCPP version 1.5.9: DO NOT EDIT THIS FILE
// Targeted by JavaCPP version 1.5.10-SNAPSHOT: DO NOT EDIT THIS FILE

package org.bytedeco.hdf5;

Expand All @@ -21,6 +21,9 @@ public class CompType extends DataType {
static { Loader.load(); }
/** Pointer cast constructor. Invokes {@link Pointer#Pointer(Pointer)}. */
public CompType(Pointer p) { super(p); }
/** Downcast constructor. */
public CompType(H5Location pointer) { super((Pointer)null); allocate(pointer); }
@Namespace private native @Name("static_cast<H5::CompType*>") void allocate(H5Location pointer);

// Default constructor
public CompType() { super((Pointer)null); allocate(); }
Expand Down
2 changes: 1 addition & 1 deletion hdf5/src/gen/java/org/bytedeco/hdf5/DSetAccPropList.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Targeted by JavaCPP version 1.5.9: DO NOT EDIT THIS FILE
// Targeted by JavaCPP version 1.5.10-SNAPSHOT: DO NOT EDIT THIS FILE

package org.bytedeco.hdf5;

Expand Down
2 changes: 1 addition & 1 deletion hdf5/src/gen/java/org/bytedeco/hdf5/DSetCreatPropList.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Targeted by JavaCPP version 1.5.9: DO NOT EDIT THIS FILE
// Targeted by JavaCPP version 1.5.10-SNAPSHOT: DO NOT EDIT THIS FILE

package org.bytedeco.hdf5;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Targeted by JavaCPP version 1.5.9: DO NOT EDIT THIS FILE
// Targeted by JavaCPP version 1.5.10-SNAPSHOT: DO NOT EDIT THIS FILE

package org.bytedeco.hdf5;

Expand Down
5 changes: 4 additions & 1 deletion hdf5/src/gen/java/org/bytedeco/hdf5/DataSet.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Targeted by JavaCPP version 1.5.9: DO NOT EDIT THIS FILE
// Targeted by JavaCPP version 1.5.10-SNAPSHOT: DO NOT EDIT THIS FILE

package org.bytedeco.hdf5;

Expand All @@ -24,6 +24,9 @@ public class DataSet extends H5Object {
static { Loader.load(); }
/** Pointer cast constructor. Invokes {@link Pointer#Pointer(Pointer)}. */
public DataSet(Pointer p) { super(p); }
/** Downcast constructor. */
public DataSet(H5Location pointer) { super((Pointer)null); allocate(pointer); }
@Namespace private native @Name("static_cast<H5::DataSet*>") void allocate(H5Location pointer);
public AbstractDs asAbstractDs() { return asAbstractDs(this); }
@Namespace public static native @Name("static_cast<H5::AbstractDs*>") AbstractDs asAbstractDs(DataSet pointer);

Expand Down
2 changes: 1 addition & 1 deletion hdf5/src/gen/java/org/bytedeco/hdf5/DataSetIException.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Targeted by JavaCPP version 1.5.9: DO NOT EDIT THIS FILE
// Targeted by JavaCPP version 1.5.10-SNAPSHOT: DO NOT EDIT THIS FILE

package org.bytedeco.hdf5;

Expand Down
2 changes: 1 addition & 1 deletion hdf5/src/gen/java/org/bytedeco/hdf5/DataSpace.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Targeted by JavaCPP version 1.5.9: DO NOT EDIT THIS FILE
// Targeted by JavaCPP version 1.5.10-SNAPSHOT: DO NOT EDIT THIS FILE

package org.bytedeco.hdf5;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Targeted by JavaCPP version 1.5.9: DO NOT EDIT THIS FILE
// Targeted by JavaCPP version 1.5.10-SNAPSHOT: DO NOT EDIT THIS FILE

package org.bytedeco.hdf5;

Expand Down
5 changes: 4 additions & 1 deletion hdf5/src/gen/java/org/bytedeco/hdf5/DataType.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Targeted by JavaCPP version 1.5.9: DO NOT EDIT THIS FILE
// Targeted by JavaCPP version 1.5.10-SNAPSHOT: DO NOT EDIT THIS FILE

package org.bytedeco.hdf5;

Expand All @@ -24,6 +24,9 @@ public class DataType extends H5Object {
static { Loader.load(); }
/** Pointer cast constructor. Invokes {@link Pointer#Pointer(Pointer)}. */
public DataType(Pointer p) { super(p); }
/** Downcast constructor. */
public DataType(H5Location pointer) { super((Pointer)null); allocate(pointer); }
@Namespace private native @Name("static_cast<H5::DataType*>") void allocate(H5Location pointer);

// Creates a datatype given its class and size
public DataType(@Cast("const H5T_class_t") int type_class, @Cast("size_t") long size) { super((Pointer)null); allocate(type_class, size); }
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Targeted by JavaCPP version 1.5.9: DO NOT EDIT THIS FILE
// Targeted by JavaCPP version 1.5.10-SNAPSHOT: DO NOT EDIT THIS FILE

package org.bytedeco.hdf5;

Expand Down
5 changes: 4 additions & 1 deletion hdf5/src/gen/java/org/bytedeco/hdf5/EnumType.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Targeted by JavaCPP version 1.5.9: DO NOT EDIT THIS FILE
// Targeted by JavaCPP version 1.5.10-SNAPSHOT: DO NOT EDIT THIS FILE

package org.bytedeco.hdf5;

Expand All @@ -21,6 +21,9 @@ public class EnumType extends DataType {
static { Loader.load(); }
/** Pointer cast constructor. Invokes {@link Pointer#Pointer(Pointer)}. */
public EnumType(Pointer p) { super(p); }
/** Downcast constructor. */
public EnumType(H5Location pointer) { super((Pointer)null); allocate(pointer); }
@Namespace private native @Name("static_cast<H5::EnumType*>") void allocate(H5Location pointer);

// Creates an empty enumeration datatype based on a native signed
// integer type, whose size is given by size.
Expand Down
2 changes: 1 addition & 1 deletion hdf5/src/gen/java/org/bytedeco/hdf5/Exception.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Targeted by JavaCPP version 1.5.9: DO NOT EDIT THIS FILE
// Targeted by JavaCPP version 1.5.10-SNAPSHOT: DO NOT EDIT THIS FILE

package org.bytedeco.hdf5;

Expand Down
2 changes: 1 addition & 1 deletion hdf5/src/gen/java/org/bytedeco/hdf5/FL_PacketTable.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Targeted by JavaCPP version 1.5.9: DO NOT EDIT THIS FILE
// Targeted by JavaCPP version 1.5.10-SNAPSHOT: DO NOT EDIT THIS FILE

package org.bytedeco.hdf5;

Expand Down
2 changes: 1 addition & 1 deletion hdf5/src/gen/java/org/bytedeco/hdf5/FileAccPropList.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Targeted by JavaCPP version 1.5.9: DO NOT EDIT THIS FILE
// Targeted by JavaCPP version 1.5.10-SNAPSHOT: DO NOT EDIT THIS FILE

package org.bytedeco.hdf5;

Expand Down
2 changes: 1 addition & 1 deletion hdf5/src/gen/java/org/bytedeco/hdf5/FileCreatPropList.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Targeted by JavaCPP version 1.5.9: DO NOT EDIT THIS FILE
// Targeted by JavaCPP version 1.5.10-SNAPSHOT: DO NOT EDIT THIS FILE

package org.bytedeco.hdf5;

Expand Down
2 changes: 1 addition & 1 deletion hdf5/src/gen/java/org/bytedeco/hdf5/FileIException.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Targeted by JavaCPP version 1.5.9: DO NOT EDIT THIS FILE
// Targeted by JavaCPP version 1.5.10-SNAPSHOT: DO NOT EDIT THIS FILE

package org.bytedeco.hdf5;

Expand Down
5 changes: 4 additions & 1 deletion hdf5/src/gen/java/org/bytedeco/hdf5/FloatType.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Targeted by JavaCPP version 1.5.9: DO NOT EDIT THIS FILE
// Targeted by JavaCPP version 1.5.10-SNAPSHOT: DO NOT EDIT THIS FILE

package org.bytedeco.hdf5;

Expand All @@ -21,6 +21,9 @@ public class FloatType extends AtomType {
static { Loader.load(); }
/** Pointer cast constructor. Invokes {@link Pointer#Pointer(Pointer)}. */
public FloatType(Pointer p) { super(p); }
/** Downcast constructor. */
public FloatType(H5Location pointer) { super((Pointer)null); allocate(pointer); }
@Namespace private native @Name("static_cast<H5::FloatType*>") void allocate(H5Location pointer);

// Creates a floating-point type using a predefined type.
public FloatType(@Const @ByRef PredType pred_type) { super((Pointer)null); allocate(pred_type); }
Expand Down
5 changes: 4 additions & 1 deletion hdf5/src/gen/java/org/bytedeco/hdf5/Group.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Targeted by JavaCPP version 1.5.9: DO NOT EDIT THIS FILE
// Targeted by JavaCPP version 1.5.10-SNAPSHOT: DO NOT EDIT THIS FILE

package org.bytedeco.hdf5;

Expand All @@ -20,6 +20,9 @@ public class Group extends H5Object {
static { Loader.load(); }
/** Pointer cast constructor. Invokes {@link Pointer#Pointer(Pointer)}. */
public Group(Pointer p) { super(p); }
/** Downcast constructor. */
public Group(H5Location pointer) { super((Pointer)null); allocate(pointer); }
@Namespace private native @Name("static_cast<H5::Group*>") void allocate(H5Location pointer);
public CommonFG asCommonFG() { return asCommonFG(this); }
@Namespace public static native @Name("static_cast<H5::CommonFG*>") CommonFG asCommonFG(Group pointer);

Expand Down
2 changes: 1 addition & 1 deletion hdf5/src/gen/java/org/bytedeco/hdf5/GroupIException.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Targeted by JavaCPP version 1.5.9: DO NOT EDIT THIS FILE
// Targeted by JavaCPP version 1.5.10-SNAPSHOT: DO NOT EDIT THIS FILE

package org.bytedeco.hdf5;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Targeted by JavaCPP version 1.5.9: DO NOT EDIT THIS FILE
// Targeted by JavaCPP version 1.5.10-SNAPSHOT: DO NOT EDIT THIS FILE

package org.bytedeco.hdf5;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Targeted by JavaCPP version 1.5.9: DO NOT EDIT THIS FILE
// Targeted by JavaCPP version 1.5.10-SNAPSHOT: DO NOT EDIT THIS FILE

package org.bytedeco.hdf5;

Expand Down
Loading

0 comments on commit 747c93f

Please sign in to comment.