Opened 7 months ago

Closed 7 months ago

#18565 closed enhancement (fixed)

numpy-1.26.0 (Python module)

Reported by: Bruce Dubbs Owned by: Douglas R. Reno
Priority: normal Milestone: 12.1
Component: BOOK Version: git
Severity: normal Keywords:
Cc:

Description

New minor version.

Change History (3)

comment:1 by Douglas R. Reno, 7 months ago

Owner: changed from blfs-book to Douglas R. Reno
Status: newassigned

comment:2 by Douglas R. Reno, 7 months ago

NumPy 1.26.0 released

Sep 16, 2023 – NumPy 1.26.0 is now available. The highlights of the release are:

    Python 3.12.0 support.
    Cython 3.0.0 compatibility.
    Use of the Meson build system
    Updated SIMD support
    f2py fixes, meson and bind(x) support
    Support for the updated Accelerate BLAS/LAPACK library

That meson conversion was a bit of a challenge. We'll need to add -Csetup-args=-Dallow-noblas=true to the pip3 wheel command, otherwise we'll get an error from meson about not having a BLAS library present:

Run-time dependency openblas found: NO (tried pkgconfig and cmake)
      
      ../../numpy/meson.build:207:4: ERROR: Problem encountered: No BLAS library 
detected! Install one, or use the `allow-noblas` build option (note, this may be up to 
100x slower for some linear algebra operations).

comment:3 by Douglas R. Reno, 7 months ago

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.