superlu 6.0.1+dfsg1-1 source package in Ubuntu

Changelog

superlu (6.0.1+dfsg1-1) unstable; urgency=medium

  * New upstream release.
    - applies debian patch malloc_PR100.diff
  * manage generated config files in debian/rules
    - dh_clean: remove make.inc (generated from make.inc.in)
    - make copy of SRC/superlu_config.h to enable repeated builds
    - Closes: #1048237

 -- Drew Parsons <email address hidden>  Mon, 04 Sep 2023 15:10:39 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
superlu_6.0.1+dfsg1-1.dsc 2.2 KiB 06d2c2ae20767ae80fceb7be03fd871e17104b147580c4c22d20dfc5c96cfd3c
superlu_6.0.1+dfsg1.orig.tar.xz 715.5 KiB ced06f92438ec836ef08292a8d392eb5bfa3a523262277119ecc162119c55d7a
superlu_6.0.1+dfsg1-1.debian.tar.xz 7.0 KiB 1e6eccb205b71ca047413cac8c802a7a430f61ad34805613d9da79734e526eb1

Available diffs

No changes file available.

Binary packages built by this source

libsuperlu-dev: Direct solution of large, sparse systems of linear equations

 Development files for SuperLU.
 .
 SuperLU is a general purpose library for the direct solution of
 large, sparse, nonsymmetric systems of linear equations on high
 performance machines.
 .
 The library is written in C and is callable from either C or Fortran.
 The library routines will perform an LU decomposition with partial
 pivoting and triangular system solves through forward and back
 substitution. The LU factorization routines can handle non-square
 matrices but the triangular solves are performed only for square
 matrices. The matrix columns may be preordered (before factorization)
 either through library or user supplied routines. This preordering
 for sparsity is completely separate from the factorization. Working
 precision iterative refinement subroutines are provided for improved
 backward stability. Routines are also provided to equilibrate the
 system, estimate the condition number, calculate the relative
 backward error, and estimate error bounds for the refined solutions.
 .
 This package contains the header and development files to build
 against SuperLU.

libsuperlu-doc: Documentation for SuperLU

 This package contains the user guide and the reference manual of SuperLU.
 It also includes some example programs.

libsuperlu6: Direct solution of large, sparse systems of linear equations

 SuperLU is a general purpose library for the direct solution of
 large, sparse, nonsymmetric systems of linear equations on high
 performance machines.
 .
 The library is written in C and is callable from either C or Fortran.
 The library routines will perform an LU decomposition with partial
 pivoting and triangular system solves through forward and back
 substitution. The LU factorization routines can handle non-square
 matrices but the triangular solves are performed only for square
 matrices. The matrix columns may be preordered (before factorization)
 either through library or user supplied routines. This preordering
 for sparsity is completely separate from the factorization. Working
 precision iterative refinement subroutines are provided for improved
 backward stability. Routines are also provided to equilibrate the
 system, estimate the condition number, calculate the relative
 backward error, and estimate error bounds for the refined solutions.
 .
 This package contains the SuperLU shared library.

libsuperlu6-dbgsym: debug symbols for libsuperlu6