Path to this page:
./
math/superlu,
ANSI C routine library for the solution of sparse linear systems
Branch: pkgsrc-2016Q1,
Version: 3.0.1nb4,
Package name: superlu-3.0.1nb4,
Maintainer: pkgsrc-usersSuperLU contains a set of subroutines to solve a sparse linear system
A*X=B. It uses Gaussian elimination with partial pivoting (GEPP). The
columns of A may be preordered before factorization; the preordering
for sparsity is completely separate from the factorization.
SuperLU is implemented in ANSI C, and must be compiled with standard
ANSI C compilers. It provides functionality for both real and complex
matrices, in both single and double precision.
Required to run:[
math/blas]
Master sites:
Version history: (Expand)
- (2016-04-07) Package added to pkgsrc.se, version superlu-3.0.1nb4 (created)
CVS history: (Expand)
2016-05-23 07:00:19 by Benny Siegert | Files touched by this commit (1) |
Log message:
Pullup ticket #4995 - requested by joerg
math/superlu: build fix
Revisions pulled up:
- math/superlu/Makefile 1.25
---
Module Name: pkgsrc
Committed By: joerg
Date: Sat May 7 10:04:14 UTC 2016
Modified Files:
pkgsrc/math/superlu: Makefile
Log message:
Not MAKE_JOBS_SAFE.
|