mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
academic/camd: Renamed and moved from libraries.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
2609c59586
commit
6f66dde845
5 changed files with 18 additions and 17 deletions
|
@ -22,7 +22,8 @@
|
|||
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=CAMD
|
||||
PRGNAM=camd
|
||||
SRCNAM=CAMD
|
||||
VERSION=${VERSION:-2.3.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
@ -64,9 +65,9 @@ set -e
|
|||
rm -rf $PKG
|
||||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
||||
cd $PRGNAM
|
||||
rm -rf $SRCNAM
|
||||
tar xvf $CWD/$SRCNAM-$VERSION.tar.gz
|
||||
cd $SRCNAM
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="CAMD"
|
||||
PRGNAM="camd"
|
||||
VERSION="2.3.1"
|
||||
HOMEPAGE="https://www.cise.ufl.edu/research/sparse/camd/"
|
||||
DOWNLOAD="https://www.cise.ufl.edu/research/sparse/camd/CAMD-2.3.1.tar.gz"
|
||||
MD5SUM="2df3aa57af6bf241fa7f9c4ebb696ac8"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="SuiteSparse_config"
|
||||
REQUIRES="suitesparseconfig"
|
||||
MAINTAINER="Kyle Guinn"
|
||||
EMAIL="elyk03@gmail.com"
|
|
@ -6,14 +6,14 @@
|
|||
# customary to leave one space after the ':' except on otherwise blank lines.
|
||||
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
CAMD: CAMD (sparse matrix ordering routines)
|
||||
CAMD:
|
||||
CAMD: CAMD is a set of routines for ordering a sparse matrix prior to
|
||||
CAMD: Cholesky factorization (or for LU factorization with diagonal
|
||||
CAMD: pivoting).
|
||||
CAMD:
|
||||
CAMD:
|
||||
CAMD:
|
||||
CAMD:
|
||||
CAMD:
|
||||
CAMD:
|
||||
camd: CAMD (sparse matrix ordering routines)
|
||||
camd:
|
||||
camd: CAMD is a set of routines for ordering a sparse matrix prior to
|
||||
camd: Cholesky factorization (or for LU factorization with diagonal
|
||||
camd: pivoting).
|
||||
camd:
|
||||
camd:
|
||||
camd:
|
||||
camd:
|
||||
camd:
|
||||
camd:
|
Loading…
Reference in a new issue