pdl 1:2.085-1ubuntu1 source package in Ubuntu

Changelog

pdl (1:2.085-1ubuntu1) noble; urgency=medium

  * Add runtime dependency to fix compilation aborted error. (LP: #2060670)

 -- Sudip Mukherjee <email address hidden>  Wed, 10 Apr 2024 14:20:58 +0200

Upload details

Uploaded by:
Sudip Mukherjee
Sponsored by:
Benjamin Drung
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
math
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe math
Noble release universe math

Downloads

File Size SHA-256 Checksum
pdl_2.085.orig.tar.gz 2.9 MiB 8425595db6def04762fa6ee6b92485ea762914a2b1d694f9b7607f4e51e0b2c1
pdl_2.085-1ubuntu1.debian.tar.xz 29.2 KiB 50e6205d79af2ad3e715b1d58388bca8beb8292c0279ee7b18f43ed923605584
pdl_2.085-1ubuntu1.dsc 2.5 KiB b2201bbb084001112d5c1c79f16095b062979c25327e3d6bcf390a6ff5ba8a9f

Available diffs

View changes file

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