mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
libraries/CHOLMOD: Fixed dep information
This commit is contained in:
parent
39471626fa
commit
b5a752af66
2 changed files with 1 additions and 3 deletions
|
@ -5,6 +5,6 @@ DOWNLOAD="http://www.cise.ufl.edu/research/sparse/cholmod/CHOLMOD-1.7.3.tar.gz"
|
|||
MD5SUM="e3bcfeefe40a2f3ef712e1bd3ec36781"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="AMD CAMD CCOLAMD COLAMD UFconfig blas lapack metis"
|
||||
REQUIRES="AMD CAMD CCOLAMD COLAMD lapack metis"
|
||||
MAINTAINER="Kyle Guinn"
|
||||
EMAIL="elyk03@gmail.com"
|
||||
|
|
|
@ -2,5 +2,3 @@ CHOLMOD is a set of ANSI C routines for sparse Cholesky factorization and
|
|||
update/downdate.
|
||||
|
||||
This package is part of SuiteSparse.
|
||||
|
||||
Requires BLAS, LAPACK, metis, UFconfig, AMD, CAMD, COLAMD, and CCOLAMD.
|
||||
|
|
Loading…
Reference in a new issue