Skip to content

Commit 0486b03

Browse files
committed
* Upgrade presets for OpenCV 4.10.0, CMINPACK 1.3.9, GSL 2.8, CPython 3.12.4, SciPy 1.13.1, ONNX 1.16.1, ONNX Runtime 1.18.0
1 parent ba67cea commit 0486b03

File tree

1,236 files changed

+3164
-2388
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,236 files changed

+3164
-2388
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Build FFmpeg with zimg to enable zscale filter ([pull #1481](https://github.com/bytedeco/javacpp-presets/pull/1481))
55
* Enable PulseAudio support for FFmpeg on Linux ([pull #1472](https://github.com/bytedeco/javacpp-presets/pull/1472))
66
* Virtualize `btCollisionWorld`, `btOverlapFilterCallback`, `btOverlapCallback` from Bullet Physics SDK ([pull #1475](https://github.com/bytedeco/javacpp-presets/pull/1475))
7-
* Upgrade presets for FFmpeg 7.0, DNNL 3.4.1, OpenBLAS 0.3.27, CPython 3.12.3, NumPy 1.26.4, SciPy 1.13.0, LLVM 18.1.4, libffi 3.4.6, PyTorch 2.3.0 ([pull #1466](https://github.com/bytedeco/javacpp-presets/pull/1466)), SentencePiece 0.2.0, TensorFlow Lite 2.16.1, TensorRT 10.0.1.6, Triton Inference Server 2.44.0, ONNX 1.16.0, ONNX Runtime 1.17.3, TVM 0.16.0, and their dependencies
7+
* Upgrade presets for OpenCV 4.10.0, FFmpeg 7.0, DNNL 3.4.1, OpenBLAS 0.3.27, CMINPACK 1.3.9, GSL 2.8, CPython 3.12.4, NumPy 1.26.4, SciPy 1.13.1, LLVM 18.1.4, libffi 3.4.6, PyTorch 2.3.0 ([pull #1466](https://github.com/bytedeco/javacpp-presets/pull/1466)), SentencePiece 0.2.0, TensorFlow Lite 2.16.1, TensorRT 10.0.1.6, Triton Inference Server 2.44.0, ONNX 1.16.1, ONNX Runtime 1.18.0, TVM 0.16.0, and their dependencies
88

99
### January 29, 2024 version 1.5.10
1010
* Introduce `macosx-arm64` builds for PyTorch ([pull #1463](https://github.com/bytedeco/javacpp-presets/pull/1463))

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ The JavaCPP Presets depend on Maven, a powerful build system for Java, so before
179179

180180
Each child module in turn relies by default on the included [`cppbuild.sh` scripts](#the-cppbuildsh-scripts), explained below, to install its corresponding native libraries in the `cppbuild` subdirectory. To use native libraries already installed somewhere else on the system, other installation directories than `cppbuild` can also be specified either in the `pom.xml` files or in the `.java` configuration files. The following versions are supported:
181181

182-
* OpenCV 4.9.x https://opencv.org/releases/
182+
* OpenCV 4.10.x https://opencv.org/releases/
183183
* FFmpeg 7.0.x http://ffmpeg.org/download.html
184184
* FlyCapture 2.13.x https://www.flir.com/products/flycapture-sdk
185185
* Spinnaker 3.0.x https://www.flir.com/products/spinnaker-sdk
@@ -201,9 +201,9 @@ Each child module in turn relies by default on the included [`cppbuild.sh` scrip
201201
* DNNL 3.4.x https://github.com/oneapi-src/oneDNN
202202
* OpenBLAS 0.3.27 http://www.openblas.net/
203203
* ARPACK-NG 3.9.x https://github.com/opencollab/arpack-ng
204-
* CMINPACK 1.3.8 https://github.com/devernay/cminpack
204+
* CMINPACK 1.3.9 https://github.com/devernay/cminpack
205205
* FFTW 3.3.10 http://www.fftw.org/download.html
206-
* GSL 2.7 http://www.gnu.org/software/gsl/#downloading
206+
* GSL 2.8 http://www.gnu.org/software/gsl/#downloading
207207
* CPython 3.12.x https://www.python.org/downloads/
208208
* NumPy 1.26.x https://github.com/numpy/numpy
209209
* SciPy 1.13.x https://github.com/scipy/scipy
@@ -223,7 +223,7 @@ Each child module in turn relies by default on the included [`cppbuild.sh` scrip
223223
* NVIDIA Video Codec SDK 12.1.x https://developer.nvidia.com/nvidia-video-codec-sdk
224224
* OpenCL 3.0.x https://github.com/KhronosGroup/OpenCL-ICD-Loader
225225
* MXNet 1.9.x https://github.com/apache/incubator-mxnet
226-
* PyTorch 2.2.x https://github.com/pytorch/pytorch
226+
* PyTorch 2.3.x https://github.com/pytorch/pytorch
227227
* SentencePiece 0.2.0 https://github.com/google/sentencepiece
228228
* TensorFlow 1.15.x https://github.com/tensorflow/tensorflow
229229
* TensorFlow Lite 2.16.x https://github.com/tensorflow/tensorflow
@@ -233,7 +233,7 @@ Each child module in turn relies by default on the included [`cppbuild.sh` scrip
233233
* DepthAI 2.24.x https://github.com/luxonis/depthai-core
234234
* ONNX 1.16.x https://github.com/onnx/onnx
235235
* nGraph 0.26.0 https://github.com/NervanaSystems/ngraph
236-
* ONNX Runtime 1.17.x https://github.com/microsoft/onnxruntime
236+
* ONNX Runtime 1.18.x https://github.com/microsoft/onnxruntime
237237
* TVM 0.16.x https://github.com/apache/tvm
238238
* Bullet Physics SDK 3.25 https://pybullet.org
239239
* LiquidFun http://google.github.io/liquidfun/

cminpack/cminpack.patch

+15-30
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
diff -ruN cminpack-1.3.7/cminpack.h cminpack-1.3.7-patch/cminpack.h
2-
--- cminpack-1.3.7/cminpack.h 2020-12-10 12:46:30.000000000 +0900
3-
+++ cminpack-1.3.7-patch/cminpack.h 2020-12-14 09:56:21.103983672 +0900
1+
diff -ruN cminpack-1.3.9/cminpack.h cminpack-1.3.9-patch/cminpack.h
2+
--- cminpack-1.3.9/cminpack.h 2024-05-29 06:09:16.000000000 +0900
3+
+++ cminpack-1.3.9-patch/cminpack.h 2024-06-16 11:16:11.274115743 +0900
44
@@ -36,38 +36,7 @@
55
extern "C" {
66
#endif /* __cplusplus */
@@ -28,8 +28,8 @@ diff -ruN cminpack-1.3.7/cminpack.h cminpack-1.3.7-patch/cminpack.h
2828
-#define CMINPACK_DECLSPEC_IMPORT _Import
2929
-#endif
3030
-
31-
-#if !defined(CMINPACK_NO_DLL) && (defined(__WIN32__) || defined(WIN32) || defined (_WIN32))
32-
-#if defined(cminpack_EXPORTS) || defined(CMINPACK_EXPORTS) || defined(CMINPACK_DLL_EXPORTS)
31+
-#if !defined(CMINPACK_NO_DLL) && defined(_WIN32)
32+
- #if defined(CMINPACK_DLL_EXPORTS)
3333
- #define CMINPACK_EXPORT CMINPACK_DECLSPEC_EXPORT
3434
- #else
3535
- #define CMINPACK_EXPORT CMINPACK_DECLSPEC_IMPORT
@@ -40,25 +40,10 @@ diff -ruN cminpack-1.3.7/cminpack.h cminpack-1.3.7-patch/cminpack.h
4040

4141
#if defined(__CUDA_ARCH__) || defined(__CUDACC__)
4242
#define __cminpack_attr__ __device__
43-
diff -ruN cminpack-1.3.7/cminpackP.h cminpack-1.3.7-patch/cminpackP.h
44-
--- cminpack-1.3.7/cminpackP.h 2020-12-10 12:46:30.000000000 +0900
45-
+++ cminpack-1.3.7-patch/cminpackP.h 2020-12-14 09:56:01.382967467 +0900
46-
@@ -11,20 +11,20 @@
47-
#endif
48-
49-
#ifdef USE_CBLAS
50-
-#ifdef __APPLE__
51-
-#include <Accelerate/Accelerate.h>
52-
-#else
53-
+//#ifdef __APPLE__
54-
+//#include <Accelerate/Accelerate.h>
55-
+//#else
56-
#include <cblas.h>
57-
-#endif
58-
+//#endif
59-
#define __cminpack_enorm__(n,x) __cminpack_cblas__(nrm2)(n,x,1)
60-
#else
61-
#define __cminpack_enorm__(n,x) __cminpack_func__(enorm)(n,x)
43+
diff -ruN cminpack-1.3.9/cminpackP.h cminpack-1.3.9-patch/cminpackP.h
44+
--- cminpack-1.3.9/cminpackP.h 2024-05-29 06:09:16.000000000 +0900
45+
+++ cminpack-1.3.9-patch/cminpackP.h 2024-06-16 11:17:44.793475898 +0900
46+
@@ -33,9 +33,9 @@
6247
#endif
6348

6449
#ifdef USE_LAPACK
@@ -71,7 +56,7 @@ diff -ruN cminpack-1.3.7/cminpackP.h cminpack-1.3.7-patch/cminpackP.h
7156
#if defined(__LP64__) /* In LP64 match sizes with the 32 bit ABI */
7257
typedef int __CLPK_integer;
7358
typedef int __CLPK_logical;
74-
@@ -47,7 +47,7 @@
59+
@@ -58,7 +58,7 @@
7560
__CLPK_integer *m, __CLPK_integer *n, __cminpack_real__ *a, __CLPK_integer * lda,
7661
__cminpack_real__ *tau, __cminpack_real__ *work, __CLPK_integer *lwork, __CLPK_integer *info);
7762
#endif
@@ -80,13 +65,13 @@ diff -ruN cminpack-1.3.7/cminpackP.h cminpack-1.3.7-patch/cminpackP.h
8065

8166
#include "minpackP.h"
8267

83-
diff -ruN cminpack-1.3.7/Makefile cminpack-1.3.7-patch/Makefile
84-
--- cminpack-1.3.7/Makefile 2020-12-10 12:46:30.000000000 +0900
85-
+++ cminpack-1.3.7-patch/Makefile 2020-12-14 09:55:58.464965069 +0900
68+
diff -ruN cminpack-1.3.9/Makefile cminpack-1.3.9-patch/Makefile
69+
--- cminpack-1.3.9/Makefile 2024-05-29 06:09:16.000000000 +0900
70+
+++ cminpack-1.3.9-patch/Makefile 2024-06-16 11:15:38.626990012 +0900
8671
@@ -11,7 +11,7 @@
8772
#LIBSUFFIX=s
88-
#CFLAGS="-O3 -g -Wall -Wextra -DUSE_CBLAS -DUSE_LAPACK"
89-
CFLAGS_L=$(CFLAGS) -DUSE_CBLAS -DUSE_LAPACK
73+
#CFLAGS="-O3 -g -Wall -Wextra -DUSE_BLAS -DUSE_LAPACK"
74+
CFLAGS_L=$(CFLAGS) -DUSE_BLAS -DUSE_LAPACK
9075
-LDADD_L=-framework Accelerate
9176
+#LDADD_L=-framework Accelerate
9277

cminpack/cppbuild.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ if [[ -z "$PLATFORM" ]]; then
77
exit
88
fi
99

10-
CMINPACK_VERSION=1.3.8
10+
CMINPACK_VERSION=1.3.9
1111
download https://github.com/devernay/cminpack/archive/v$CMINPACK_VERSION.tar.gz cminpack-$CMINPACK_VERSION.tar.gz
1212

1313
mkdir -p $PLATFORM

cminpack/platform/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<groupId>org.bytedeco</groupId>
1414
<artifactId>cminpack-platform</artifactId>
15-
<version>1.3.8-${project.parent.version}</version>
15+
<version>1.3.9-${project.parent.version}</version>
1616
<name>JavaCPP Presets Platform for CMINPACK</name>
1717

1818
<properties>

cminpack/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<groupId>org.bytedeco</groupId>
1313
<artifactId>cminpack</artifactId>
14-
<version>1.3.8-${project.parent.version}</version>
14+
<version>1.3.9-${project.parent.version}</version>
1515
<name>JavaCPP Presets for CMINPACK</name>
1616

1717
<dependencies>

cminpack/samples/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<dependency>
1313
<groupId>org.bytedeco</groupId>
1414
<artifactId>cminpack-platform</artifactId>
15-
<version>1.3.8-1.5.11-SNAPSHOT</version>
15+
<version>1.3.9-1.5.11-SNAPSHOT</version>
1616
</dependency>
1717
</dependencies>
1818
<build>

cminpack/src/gen/java/org/bytedeco/cminpack/global/cminpack.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE
1+
// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE
22

33
package org.bytedeco.cminpack.global;
44

@@ -74,7 +74,7 @@ __cminpack_half__ for half from the OpenEXR library (in this case, you must
7474

7575
// #ifdef __cminpack_double__
7676
// #define __cminpack_func__(func) func
77-
// #define __cminpack_cblas__(func) cblas_d ## func
77+
// #define __cminpack_blas__(func) d ## func ## _
7878
// #define __cminpack_lapack__(func) d ## func
7979
// #endif
8080

cminpack/src/gen/java/org/bytedeco/cminpack/global/cminpackl.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE
1+
// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE
22

33
package org.bytedeco.cminpack.global;
44

@@ -74,7 +74,7 @@ __cminpack_half__ for half from the OpenEXR library (in this case, you must
7474

7575
// #ifdef __cminpack_double__
7676
// #define __cminpack_func__(func) func
77-
// #define __cminpack_cblas__(func) cblas_d ## func
77+
// #define __cminpack_blas__(func) d ## func ## _
7878
// #define __cminpack_lapack__(func) d ## func
7979
// #endif
8080

cminpack/src/gen/java/org/bytedeco/cminpack/global/cminpacks.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE
1+
// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE
22

33
package org.bytedeco.cminpack.global;
44

@@ -80,7 +80,7 @@ __cminpack_half__ for half from the OpenEXR library (in this case, you must
8080

8181
// #ifdef __cminpack_float__
8282
// #define __cminpack_func__(func) s ## func
83-
// #define __cminpack_cblas__(func) cblas_s ## func
83+
// #define __cminpack_blas__(func) s ## func ## _
8484
// #define __cminpack_lapack__(func) s ## func
8585
// #endif
8686

cpython/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Introduction
1414
------------
1515
This directory contains the JavaCPP Presets module for:
1616

17-
* CPython 3.12.3 https://www.python.org/
17+
* CPython 3.12.4 https://www.python.org/
1818

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

@@ -54,7 +54,7 @@ We can use [Maven 3](http://maven.apache.org/) to download and install automatic
5454
<dependency>
5555
<groupId>org.bytedeco</groupId>
5656
<artifactId>cpython-platform</artifactId>
57-
<version>3.12.3-1.5.11-SNAPSHOT</version>
57+
<version>3.12.4-1.5.11-SNAPSHOT</version>
5858
</dependency>
5959
</dependencies>
6060
<build>

cpython/cppbuild.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ if [[ -z "$PLATFORM" ]]; then
88
fi
99

1010
OPENSSL=openssl-3.3.0
11-
CPYTHON_VERSION=3.12.3
11+
CPYTHON_VERSION=3.12.4
1212
download https://www.openssl.org/source/$OPENSSL.tar.gz $OPENSSL.tar.gz
1313
download https://www.python.org/ftp/python/$CPYTHON_VERSION/Python-$CPYTHON_VERSION.tgz Python-$CPYTHON_VERSION.tgz
1414

cpython/platform/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<groupId>org.bytedeco</groupId>
1414
<artifactId>cpython-platform</artifactId>
15-
<version>3.12.3-${project.parent.version}</version>
15+
<version>3.12.4-${project.parent.version}</version>
1616
<name>JavaCPP Presets Platform for CPython</name>
1717

1818
<properties>

cpython/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<groupId>org.bytedeco</groupId>
1313
<artifactId>cpython</artifactId>
14-
<version>3.12.3-${project.parent.version}</version>
14+
<version>3.12.4-${project.parent.version}</version>
1515
<name>JavaCPP Presets for CPython</name>
1616

1717
<dependencies>

cpython/samples/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<dependency>
1313
<groupId>org.bytedeco</groupId>
1414
<artifactId>cpython-platform</artifactId>
15-
<version>3.12.3-1.5.11-SNAPSHOT</version>
15+
<version>3.12.4-1.5.11-SNAPSHOT</version>
1616
</dependency>
1717
</dependencies>
1818
<build>

cpython/src/gen/java/org/bytedeco/cpython/global/python.java

+9-4
Original file line numberDiff line numberDiff line change
@@ -144,12 +144,12 @@ There is also (independent) API version information in modsupport.h.
144144
/*--start constants--*/
145145
public static final int PY_MAJOR_VERSION = 3;
146146
public static final int PY_MINOR_VERSION = 12;
147-
public static final int PY_MICRO_VERSION = 3;
147+
public static final int PY_MICRO_VERSION = 4;
148148
public static final int PY_RELEASE_LEVEL = PY_RELEASE_LEVEL_FINAL;
149149
public static final int PY_RELEASE_SERIAL = 0;
150150

151151
/* Version as a string */
152-
public static final String PY_VERSION = "3.12.3";
152+
public static final String PY_VERSION = "3.12.4";
153153
/*--end constants--*/
154154

155155
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
@@ -2889,6 +2889,9 @@ linkage handling and it uses __declspec().
28892889
// # if defined(__SANITIZE_ADDRESS__)
28902890
// # define _Py_ADDRESS_SANITIZER
28912891
// # endif
2892+
// # if defined(__SANITIZE_THREAD__)
2893+
// # define _Py_THREAD_SANITIZER
2894+
// # endif
28922895
// #endif
28932896

28942897

@@ -9234,7 +9237,7 @@ of a key wins, else the first. The Python dict constructor dict(seq2)
92349237
// #endif
92359238

92369239

9237-
// #define COMMON_FIELDS(PREFIX)
9240+
// #define _Py_COMMON_FIELDS(PREFIX)
92389241
// PyObject *PREFIX ## globals;
92399242
// PyObject *PREFIX ## builtins;
92409243
// PyObject *PREFIX ## name;
@@ -9250,6 +9253,8 @@ of a key wins, else the first. The Python dict constructor dict(seq2)
92509253

92519254

92529255

9256+
// #undef _Py_COMMON_FIELDS
9257+
92539258
public static native @ByRef PyTypeObject PyFunction_Type(); public static native void PyFunction_Type(PyTypeObject setter);
92549259

92559260
// #define PyFunction_Check(op) Py_IS_TYPE((op), &PyFunction_Type)
@@ -13707,7 +13712,7 @@ or PyObject_FastCallDict() (both forms are supported),
1370713712
*/
1370813713
// #define PY_PARSER_REQUIRES_FUTURE_KEYWORD
1370913714

13710-
public static final int CO_MAXBLOCKS = 20; /* Max static block nesting within a function */
13715+
public static final int CO_MAXBLOCKS = 21; /* Max static block nesting within a function */
1371113716

1371213717
public static native @ByRef PyTypeObject PyCode_Type(); public static native void PyCode_Type(PyTypeObject setter);
1371313718

gsl/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Introduction
99
------------
1010
This directory contains the JavaCPP Presets module for:
1111

12-
* GSL 2.7 http://www.gnu.org/software/gsl/
12+
* GSL 2.8 http://www.gnu.org/software/gsl/
1313

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

gsl/cppbuild.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ if [[ -z "$PLATFORM" ]]; then
77
exit
88
fi
99

10-
GSL_VERSION=2.7
10+
GSL_VERSION=2.8
1111
download http://ftp.gnu.org/gnu/gsl/gsl-$GSL_VERSION.tar.gz gsl-$GSL_VERSION.tar.gz
1212

1313
mkdir -p $PLATFORM

gsl/platform/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<groupId>org.bytedeco</groupId>
1414
<artifactId>gsl-platform</artifactId>
15-
<version>2.7-${project.parent.version}</version>
15+
<version>2.8-${project.parent.version}</version>
1616
<name>JavaCPP Presets Platform for GSL</name>
1717

1818
<properties>

gsl/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<groupId>org.bytedeco</groupId>
1313
<artifactId>gsl</artifactId>
14-
<version>2.7-${project.parent.version}</version>
14+
<version>2.8-${project.parent.version}</version>
1515
<name>JavaCPP Presets for GSL</name>
1616

1717
<dependencies>

gsl/samples/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<dependency>
1313
<groupId>org.bytedeco</groupId>
1414
<artifactId>gsl-platform</artifactId>
15-
<version>2.7-1.5.11-SNAPSHOT</version>
15+
<version>2.8-1.5.11-SNAPSHOT</version>
1616
</dependency>
1717

1818
<!-- Additional dependencies to use bundled full version of MKL -->

gsl/src/gen/java/org/bytedeco/gsl/Ainvx_int_gsl_vector_Pointer.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE
1+
// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE
22

33
package org.bytedeco.gsl;
44

gsl/src/gen/java/org/bytedeco/gsl/_gsl_matrix_char_const_view.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE
1+
// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE
22

33
package org.bytedeco.gsl;
44

gsl/src/gen/java/org/bytedeco/gsl/_gsl_matrix_char_view.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE
1+
// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE
22

33
package org.bytedeco.gsl;
44

gsl/src/gen/java/org/bytedeco/gsl/_gsl_matrix_complex_const_view.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE
1+
// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE
22

33
package org.bytedeco.gsl;
44

gsl/src/gen/java/org/bytedeco/gsl/_gsl_matrix_complex_float_const_view.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE
1+
// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE
22

33
package org.bytedeco.gsl;
44

gsl/src/gen/java/org/bytedeco/gsl/_gsl_matrix_complex_float_view.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE
1+
// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE
22

33
package org.bytedeco.gsl;
44

0 commit comments

Comments
 (0)