xtensor 0.24.7-5 source package in Ubuntu

Changelog

xtensor (0.24.7-5) unstable; urgency=medium

  * Disable xsimd support.
    xtensor currently requires xsimd 10, but xsimd 12 is released and
    required for stable SIMD support on less common architectures like
    armhf. So disable xsimd support until xsimd 12 can be used.
    See Bug#1061243 and upstream issue #2769.

 -- Drew Parsons <email address hidden>  Sun, 21 Jan 2024 14:14:58 +0100

Upload details

Uploaded by:
Debian Science Team
Uploaded to:
Sid
Original maintainer:
Debian Science Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
xtensor_0.24.7-5.dsc 2.4 KiB b1b767075f14639950c4ea175cd9cd326cd1c12c94f2ccf0fdcebff998408a57
xtensor_0.24.7.orig.tar.gz 1.2 MiB 0fbbd524dde2199b731b6af99b16063780de6cf1d0d6cb1f3f4d4ceb318f3106
xtensor_0.24.7-5.debian.tar.xz 9.2 KiB 50705535ee23bfc9a92dca3292849a494503ef604ef4be9cda1aa74243e497e0

Available diffs

No changes file available.

Binary packages built by this source

libxtensor-dev: multi-dimensional arrays with broadcasting and lazy computing

 xtensor is a C++ library meant for numerical analysis with multi-dimensional
 array expressions.
 .
 xtensor provides:
 .
   - an extensible expression system enabling lazy broadcasting.
   - an API following the idioms of the C++ standard library.
   - tools to manipulate array expressions and build upon xtensor.
 .
 Containers of xtensor are inspired by NumPy, the Python array programming
 library. In fact, xtensor can be used to process numpy data structures inplace
 using Python's buffer protocol. For more details on the numpy bindings, check
 out the xtensor-python project.
 .
 This package provides the header-only library.

xtensor-dev: multi-dimensional arrays with broadcasting (transition package)

 xtensor is a C++ library meant for numerical analysis with multi-dimensional
 array expressions.
 .
 This is a dummy package transitioning to libxtensor-dev.

xtensor-doc: documentation for xtensor

 xtensor is a C++ library meant for numerical analysis with multi-dimensional
 array expressions.
 .
 xtensor provides:
 .
   - an extensible expression system enabling lazy broadcasting.
   - an API following the idioms of the C++ standard library.
   - tools to manipulate array expressions and build upon xtensor.
 .
 Containers of xtensor are inspired by NumPy, the Python array programming
 library. In fact, xtensor can be used to process numpy data structures inplace
 using Python's buffer protocol. For more details on the numpy bindings, check
 out the xtensor-python project.
 .
 This package provides the documentation.