LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

dh_numpy

debhelper addon for NumPy ABI dependencies

TLDR

Add NumPy dependencies to package
$ dh_numpy
copy
Process with verbose output
$ dh_numpy -v
copy
Process specific package
$ dh_numpy -p [package_name]
copy

SYNOPSIS

dh_numpy [debhelper-options]

DESCRIPTION

dh_numpy is a debhelper addon for Debian packages that use NumPy. It automatically adds the correct NumPy ABI dependency to packages that contain compiled extensions linked against NumPy.NumPy extensions compiled against one version may not work with another due to ABI changes. dh_numpy examines installed extensions and adds appropriate numpy-abiN dependencies to ensure binary compatibility.This automation prevents the common problem of NumPy extensions breaking after NumPy upgrades due to missing or incorrect ABI dependencies.

PARAMETERS

-v, --verbose

Verbose output.
-p PACKAGE, --package PACKAGE
Process specified package only.
-N PACKAGE
Exclude specified package.
-a, --arch
Process architecture-dependent packages.
-i, --indep
Process architecture-independent packages.

CAVEATS

Only relevant for packages with compiled NumPy extensions. Requires NumPy development headers present during build. NumPy ABI versioning policies affect dependency generation.

HISTORY

dh_numpy was created for the Debian Python ecosystem to manage the complexity of NumPy binary compatibility. It addresses the challenge of maintaining correct dependencies across NumPy version updates.

SEE ALSO

dh(1)

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid