Skip to content

Commit 54af465

Browse files
committed
* Upgrade presets for OpenBLAS 0.3.32, CPython 3.14.4, NumPy 2.4.4, SciPy 1.17.1
1 parent 2053802 commit 54af465

43 files changed

Lines changed: 108 additions & 96 deletions

File tree

Some content is hidden

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

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Add new `SampleOnnxMNIST` in samples for TensorRT ([pull #1742](https://github.com/bytedeco/javacpp-presets/pull/1742))
33
* Fix loading issues with `libomp.dylib` and `libiomp5.dylib` for DNNL and PyTorch on Mac
44
* Include `model_package_loader.h` header file in presets for PyTorch ([issue #1729](https://github.com/bytedeco/javacpp-presets/issues/1729))
5-
* Upgrade presets for FFmpeg 8.1, LLVM 22.1.1, PyTorch 2.11.0, TensorFlow Lite 2.21.0, and their dependencies
5+
* Upgrade presets for FFmpeg 8.1, OpenBLAS 0.3.32, CPython 3.14.4, NumPy 2.4.4, SciPy 1.17.1, LLVM 22.1.1, PyTorch 2.11.0, TensorFlow Lite 2.21.0, and their dependencies
66
* Compile classes with `parameters` bumping minimum requirements to Java SE 8 and Android 7.0 ([issue #1739](https://github.com/bytedeco/javacpp-presets/issues/1739))
77

88
### February 22, 2026 version 1.5.13

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ Each child module in turn relies by default on the included [`cppbuild.sh` scrip
200200
* MKL 2025.3.x https://software.intel.com/mkl
201201
* MKL-DNN 0.21.x https://github.com/oneapi-src/oneDNN
202202
* DNNL 3.11.x https://github.com/oneapi-src/oneDNN
203-
* OpenBLAS 0.3.31 http://www.openblas.net/
203+
* OpenBLAS 0.3.32 http://www.openblas.net/
204204
* ARPACK-NG 3.9.x https://github.com/opencollab/arpack-ng
205205
* CMINPACK 1.3.11 https://github.com/devernay/cminpack
206206
* FFTW 3.3.10 http://www.fftw.org/download.html

arpack-ng/platform/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<dependency>
2525
<groupId>org.bytedeco</groupId>
2626
<artifactId>openblas-platform</artifactId>
27-
<version>0.3.31-${project.parent.version}</version>
27+
<version>0.3.32-${project.parent.version}</version>
2828
</dependency>
2929
<dependency>
3030
<groupId>${project.groupId}</groupId>

arpack-ng/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<dependency>
2323
<groupId>org.bytedeco</groupId>
2424
<artifactId>openblas</artifactId>
25-
<version>0.3.31-${project.parent.version}</version>
25+
<version>0.3.32-${project.parent.version}</version>
2626
</dependency>
2727
<dependency>
2828
<groupId>org.bytedeco</groupId>
@@ -45,12 +45,12 @@
4545
<dependency>
4646
<groupId>org.bytedeco</groupId>
4747
<artifactId>openblas</artifactId>
48-
<version>0.3.31-${project.parent.version}</version>
48+
<version>0.3.32-${project.parent.version}</version>
4949
</dependency>
5050
<dependency>
5151
<groupId>org.bytedeco</groupId>
5252
<artifactId>openblas</artifactId>
53-
<version>0.3.31-${project.parent.version}</version>
53+
<version>0.3.32-${project.parent.version}</version>
5454
<classifier>${javacpp.platform}</classifier>
5555
</dependency>
5656
</dependencies>

cminpack/platform/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<dependency>
2424
<groupId>org.bytedeco</groupId>
2525
<artifactId>openblas-platform</artifactId>
26-
<version>0.3.31-${project.parent.version}</version>
26+
<version>0.3.32-${project.parent.version}</version>
2727
</dependency>
2828
<dependency>
2929
<groupId>${project.groupId}</groupId>

cminpack/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<dependency>
1919
<groupId>org.bytedeco</groupId>
2020
<artifactId>openblas</artifactId>
21-
<version>0.3.31-${project.parent.version}</version>
21+
<version>0.3.32-${project.parent.version}</version>
2222
</dependency>
2323
<dependency>
2424
<groupId>org.bytedeco</groupId>
@@ -41,12 +41,12 @@
4141
<dependency>
4242
<groupId>org.bytedeco</groupId>
4343
<artifactId>openblas</artifactId>
44-
<version>0.3.31-${project.parent.version}</version>
44+
<version>0.3.32-${project.parent.version}</version>
4545
</dependency>
4646
<dependency>
4747
<groupId>org.bytedeco</groupId>
4848
<artifactId>openblas</artifactId>
49-
<version>0.3.31-${project.parent.version}</version>
49+
<version>0.3.32-${project.parent.version}</version>
5050
<classifier>${javacpp.platform}</classifier>
5151
</dependency>
5252
</dependencies>

cpython/README.md

Lines changed: 3 additions & 3 deletions
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.14.3 https://www.python.org/
17+
* CPython 3.14.4 https://www.python.org/
1818

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

@@ -46,15 +46,15 @@ We can use [Maven 3](http://maven.apache.org/) to download and install automatic
4646
<modelVersion>4.0.0</modelVersion>
4747
<groupId>org.bytedeco.cpython</groupId>
4848
<artifactId>simple</artifactId>
49-
<version>1.5.13</version>
49+
<version>1.5.14-SNAPSHOT</version>
5050
<properties>
5151
<exec.mainClass>Simple</exec.mainClass>
5252
</properties>
5353
<dependencies>
5454
<dependency>
5555
<groupId>org.bytedeco</groupId>
5656
<artifactId>cpython-platform</artifactId>
57-
<version>3.14.3-1.5.13</version>
57+
<version>3.14.4-1.5.14-SNAPSHOT</version>
5858
</dependency>
5959
</dependencies>
6060
<build>

cpython/cppbuild.sh

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

1010
OPENSSL=openssl-3.5.5
11-
CPYTHON_VERSION=3.14.3
11+
CPYTHON_VERSION=3.14.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

Lines changed: 1 addition & 1 deletion
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.14.3-${project.parent.version}</version>
15+
<version>3.14.4-${project.parent.version}</version>
1616
<name>JavaCPP Presets Platform for CPython</name>
1717

1818
<properties>

cpython/pom.xml

Lines changed: 1 addition & 1 deletion
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.14.3-${project.parent.version}</version>
14+
<version>3.14.4-${project.parent.version}</version>
1515
<name>JavaCPP Presets for CPython</name>
1616

1717
<dependencies>

0 commit comments

Comments
 (0)