mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
academic/ldl: Renamed and moved from libraries.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
428355651d
commit
3ae8fba936
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=LDL
|
||||
PRGNAM=ldl
|
||||
SRCNAM=LDL
|
||||
VERSION=${VERSION:-2.1.0}
|
||||
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="LDL"
|
||||
PRGNAM="ldl"
|
||||
VERSION="2.1.0"
|
||||
HOMEPAGE="https://www.cise.ufl.edu/research/sparse/ldl/"
|
||||
DOWNLOAD="https://www.cise.ufl.edu/research/sparse/ldl/LDL-2.1.0.tar.gz"
|
||||
MD5SUM="654e7b8a45a123b7cab7182dd01a2dc9"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="%README% SuiteSparse_config"
|
||||
REQUIRES="%README% 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------------------------------------------------------|
|
||||
LDL: LDL (sparse matrix factoring routines)
|
||||
LDL:
|
||||
LDL: LDL is a set of concise routines for factorizing symmetric
|
||||
LDL: positive-definite sparse matrices, with some applicability to
|
||||
LDL: symmetric indefinite matrices.
|
||||
LDL:
|
||||
LDL:
|
||||
LDL:
|
||||
LDL:
|
||||
LDL:
|
||||
LDL:
|
||||
ldl: LDL (sparse matrix factoring routines)
|
||||
ldl:
|
||||
ldl: LDL is a set of concise routines for factorizing symmetric
|
||||
ldl: positive-definite sparse matrices, with some applicability to
|
||||
ldl: symmetric indefinite matrices.
|
||||
ldl:
|
||||
ldl:
|
||||
ldl:
|
||||
ldl:
|
||||
ldl:
|
||||
ldl:
|
Loading…
Reference in a new issue