pdl 1:2.088-2 source package in Ubuntu

Changelog

pdl (1:2.088-2) unstable; urgency=medium

  * Team upload.
  * Add upstream patch to fix FTBFS on i386.

 -- Bas Couwenberg <email address hidden>  Thu, 25 Apr 2024 05:35:06 +0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
math
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
pdl_2.088-2.dsc 2.4 KiB aec67b623d2a5a7e905ed29d8ab144f9bbd424d347aeed6a306c21bbb57cf42c
pdl_2.088.orig.tar.gz 2.9 MiB 0dd7de4d47259cd7b3f677f0b73afaddcba4e973c5575dc580ec7aaa02146cdd
pdl_2.088-2.debian.tar.xz 29.3 KiB ef1e8fc0261e7b233fbf37e8a15306d2fa81b3efd9e0d23dced78892668b6bf7

No changes file available.

Binary packages built by this source

pdl: perl data language: Perl extensions for numerics

 PDL gives standard perl the ability to COMPACTLY
 store and SPEEDILY manipulate the large N-dimensional data arrays
 which are the bread and butter of scientific computing. The idea
 is to turn perl in to a free, array-oriented, numerical language
 in the same sense as commercial packages like IDL and MatLab. One
 can write simple perl expressions to manipulate entire numerical arrays
 all at once. For example, using PDL the perl variable $a can hold a
 1024x1024 floating point image, it only takes 4Mb of memory to store
 it and expressions like $a=sqrt($a)+2 would manipulate the whole image
 in a few seconds.
 .
 A simple interactive shell (perldl) is provided for command line use
 together with a module (PDL) for use in perl scripts.

pdl-dbgsym: debug symbols for pdl