diff options
author | Kyle Guinn <elyk03@gmail.com> | 2014-01-24 20:25:48 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2014-01-31 00:53:23 -0600 |
commit | e9391302d0525ae4127b22f31e560882cbe14d11 (patch) | |
tree | f4560ad3b9e8fefcdc40ed555613f2da528fe5e9 /libraries/AMD | |
parent | a9ed977d47a6693781415821eef7b7e71b6f2266 (diff) | |
download | slackbuilds-e9391302d0525ae4127b22f31e560882cbe14d11.tar.gz |
academic/amd: Renamed and moved from libraries
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'libraries/AMD')
-rw-r--r-- | libraries/AMD/AMD.SlackBuild | 107 | ||||
-rw-r--r-- | libraries/AMD/AMD.info | 10 | ||||
-rw-r--r-- | libraries/AMD/README | 6 | ||||
-rw-r--r-- | libraries/AMD/autotoolize.diff | 211 | ||||
-rw-r--r-- | libraries/AMD/slack-desc | 19 |
5 files changed, 0 insertions, 353 deletions
diff --git a/libraries/AMD/AMD.SlackBuild b/libraries/AMD/AMD.SlackBuild deleted file mode 100644 index b375459fa0..0000000000 --- a/libraries/AMD/AMD.SlackBuild +++ /dev/null @@ -1,107 +0,0 @@ -#!/bin/sh - -# Slackware build script for AMD - -# Copyright 2013 Kyle Guinn <elyk03@gmail.com>, USA -# All rights reserved. -# -# Redistribution and use of this script, with or without modification, is -# permitted provided that the following conditions are met: -# -# 1. Redistributions of this script must retain the above copyright -# notice, this list of conditions and the following disclaimer. -# -# THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS OR IMPLIED -# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO -# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, -# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; -# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, -# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF -# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -PRGNAM=AMD -VERSION=${VERSION:-2.3.1} -BUILD=${BUILD:-1} -TAG=${TAG:-_SBo} - -if [ -z "$ARCH" ]; then - case "$(uname -m)" in - i?86) ARCH=i486 ;; - arm*) ARCH=arm ;; - *) ARCH=$(uname -m) ;; - esac -fi - -CWD=$(pwd) -TMP=${TMP:-/tmp/SBo} -PKG=$TMP/package-$PRGNAM -OUTPUT=${OUTPUT:-/tmp} - -DOCS="README.txt Doc/ChangeLog Doc/License Doc/lesser.txt" - -if [ "$ARCH" = "i486" ]; then - SLKCFLAGS="-O2 -march=i486 -mtune=i686" - LIBDIRSUFFIX="" -elif [ "$ARCH" = "i686" ]; then - SLKCFLAGS="-O2 -march=i686 -mtune=i686" - LIBDIRSUFFIX="" -elif [ "$ARCH" = "x86_64" ]; then - SLKCFLAGS="-O2 -fPIC" - LIBDIRSUFFIX="64" -else - SLKCFLAGS="-O2" - LIBDIRSUFFIX="" -fi - -# Recommended by SuiteSparse -SLKCFLAGS="$SLKCFLAGS -fexceptions -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE" - -set -e - -rm -rf $PKG -mkdir -p $TMP $PKG $OUTPUT -cd $TMP -rm -rf $PRGNAM -tar xvf $CWD/$PRGNAM-$VERSION.tar.gz -cd $PRGNAM -chown -R root:root . -find -L . \ - \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ - -o -perm 511 \) -exec chmod 755 {} \; -o \ - \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ - -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; - -patch -p1 < $CWD/autotoolize.diff -autoreconf -vif - -CFLAGS="$SLKCFLAGS" \ -FFLAGS="$SLKCFLAGS" \ -./configure \ - --prefix=/usr \ - --libdir=/usr/lib${LIBDIRSUFFIX} \ - --sysconfdir=/etc \ - --localstatedir=/var \ - --mandir=/usr/man \ - --infodir=/usr/info \ - --docdir=/usr/doc/$PRGNAM-$VERSION \ - --enable-shared \ - --disable-static \ - --disable-dependency-tracking \ - --build=$ARCH-slackware-linux - -make -make check -make install-strip DESTDIR=$PKG - -mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a $DOCS $PKG/usr/doc/$PRGNAM-$VERSION -cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild - -mkdir -p $PKG/install -cat $CWD/slack-desc > $PKG/install/slack-desc - -cd $PKG -/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz} diff --git a/libraries/AMD/AMD.info b/libraries/AMD/AMD.info deleted file mode 100644 index 8c36f13da0..0000000000 --- a/libraries/AMD/AMD.info +++ /dev/null @@ -1,10 +0,0 @@ -PRGNAM="AMD" -VERSION="2.3.1" -HOMEPAGE="https://www.cise.ufl.edu/research/sparse/amd/" -DOWNLOAD="https://www.cise.ufl.edu/research/sparse/amd/AMD-2.3.1.tar.gz" -MD5SUM="ee402611aa672257752611cfac10d7cd" -DOWNLOAD_x86_64="" -MD5SUM_x86_64="" -REQUIRES="SuiteSparse_config" -MAINTAINER="Kyle Guinn" -EMAIL="elyk03@gmail.com" diff --git a/libraries/AMD/README b/libraries/AMD/README deleted file mode 100644 index 07e4dcafc0..0000000000 --- a/libraries/AMD/README +++ /dev/null @@ -1,6 +0,0 @@ -AMD is a set of routines for ordering a sparse matrix prior to Cholesky -factorization (or for LU factorization with diagonal pivoting). There are -versions in both C and Fortran. Note that this software has nothing to do -with AMD the company. This package runs on any platform. - -This package is part of SuiteSparse. diff --git a/libraries/AMD/autotoolize.diff b/libraries/AMD/autotoolize.diff deleted file mode 100644 index 92a4b25e38..0000000000 --- a/libraries/AMD/autotoolize.diff +++ /dev/null @@ -1,211 +0,0 @@ -diff --git a/Demo/Makefile.am b/Demo/Makefile.am -new file mode 100644 ---- /dev/null -+++ b/Demo/Makefile.am -@@ -0,0 +1,53 @@ -+AM_CPPFLAGS = -I$(top_srcdir)/Include $(SUITESPARSECONFIG_CFLAGS) -+LDADD = $(top_builddir)/Source/libamd.la -+ -+EXTRA_DIST = \ -+ amd_demo.out \ -+ amd_demo2.out \ -+ amd_l_demo.out \ -+ amd_simple.out \ -+ amd_f77cross.out \ -+ amd_f77demo.out \ -+ amd_f77simple.out -+ -+# Disable the .out implicit pattern rule. Prevents GNU make from -+# adding bogus dependencies for the .out files listed above. -+%.out: % -+ -+check_PROGRAMS = \ -+ amd_demo \ -+ amd_demo2 \ -+ amd_l_demo \ -+ amd_simple \ -+ amd_f77cross \ -+ amd_f77demo \ -+ amd_f77simple -+ -+amd_demo_SOURCES = amd_demo.c -+amd_demo2_SOURCES = amd_demo2.c -+amd_l_demo_SOURCES = amd_l_demo.c -+amd_simple_SOURCES = amd_simple.c -+ -+check_LTLIBRARIES = libamd_f77wrapper.la -+libamd_f77wrapper_la_SOURCES = amd_f77wrapper.c -+libamd_f77wrapper_la_CPPFLAGS = $(AM_CPPFLAGS) -DDINT -+ -+amd_f77cross_SOURCES = amd_f77cross.f -+amd_f77cross_LDADD = $(LDADD) $(top_builddir)/Source/libamdf77.la libamd_f77wrapper.la -+amd_f77demo_SOURCES = amd_f77demo.f -+amd_f77demo_LDADD = $(LDADD) $(top_builddir)/Source/libamdf77.la -+amd_f77simple_SOURCES = amd_f77simple.f -+amd_f77simple_LDADD = $(LDADD) $(top_builddir)/Source/libamdf77.la -+ -+check-local: $(check_PROGRAMS) $(check_PROGRAMS:=.out) -+ @for i in $(check_PROGRAMS); do \ -+ echo "Testing $$i"; \ -+ ./$$i$(EXEEXT) > my_$$i.out; \ -+ if diff -u $(srcdir)/$$i.out my_$$i.out; then \ -+ echo "Test $$i PASSED."; \ -+ else \ -+ echo "Test $$i FAILED."; \ -+ fi; \ -+ done -+ -+CLEANFILES = my_*.out -diff --git a/Doc/Makefile.am b/Doc/Makefile.am -new file mode 100644 ---- /dev/null -+++ b/Doc/Makefile.am -@@ -0,0 +1,27 @@ -+EXTRA_DIST = ChangeLog License lesser.txt -+ -+dist_noinst_DATA = AMD_UserGuide.tex AMD_UserGuide.bib -+dist_pdf_DATA = AMD_UserGuide.pdf -+ -+AMD_UserGuide.pdf AMD_UserGuide.aux: amd_h.tex -+.INTERMEDIATE: AMD_UserGuide.aux amd_h.tex -+ -+%_h.tex: $(top_srcdir)/Include/%.h -+ echo '\begin{verbatim}' > $@ -+ expand -8 $< >> $@ -+ echo '\end{verbatim}' >> $@ -+ -+TEX = TEXINPUTS="$(srcdir):" pdflatex -interaction nonstopmode -file-line-error -+BIB = BIBINPUTS="$(srcdir):" bibtex -+%.pdf: %.tex %.bbl -+ $(TEX) $* -+ while grep -q "Rerun to get cross-references right" $*.log; do \ -+ $(TEX) $*; \ -+ done -+%.bbl: %.aux %.bib -+ $(BIB) $* -+%.aux: %.tex -+ $(TEX) $* -+ -+CLEANFILES = *.aux *.bbl *.blg *.log *.toc *_h.tex -+MAINTAINERCLEANFILES = $(dist_pdf_DATA) -diff --git a/Include/Makefile.am b/Include/Makefile.am -new file mode 100644 ---- /dev/null -+++ b/Include/Makefile.am -@@ -0,0 +1 @@ -+pkginclude_HEADERS = amd.h amd_internal.h -diff --git a/Makefile.am b/Makefile.am -new file mode 100644 ---- /dev/null -+++ b/Makefile.am -@@ -0,0 +1,5 @@ -+SUBDIRS = Include Source Demo Doc -+EXTRA_DIST = README.txt -+ -+pkgconfigdir = $(libdir)/pkgconfig -+pkgconfig_DATA = amd.pc -diff --git a/Source/Makefile.am b/Source/Makefile.am -new file mode 100644 ---- /dev/null -+++ b/Source/Makefile.am -@@ -0,0 +1,33 @@ -+AM_CPPFLAGS = -I$(top_srcdir)/Include $(SUITESPARSECONFIG_CFLAGS) -+ -+AMDSRC = \ -+ amd_1.c \ -+ amd_2.c \ -+ amd_aat.c \ -+ amd_control.c \ -+ amd_defaults.c \ -+ amd_dump.c \ -+ amd_info.c \ -+ amd_order.c \ -+ amd_postorder.c \ -+ amd_post_tree.c \ -+ amd_preprocess.c \ -+ amd_valid.c -+ -+lib_LTLIBRARIES = libamd.la libamdf77.la -+noinst_LTLIBRARIES = libamdi.la libamdl.la -+ -+libamdi_la_SOURCES = $(AMDSRC) -+libamdi_la_LIBADD = -lm -+libamdi_la_CPPFLAGS = $(AM_CPPFLAGS) -DDINT -+ -+libamdl_la_SOURCES = $(AMDSRC) -+libamdl_la_LIBADD = -lm -+libamdl_la_CPPFLAGS = $(AM_CPPFLAGS) -DDLONG -+ -+libamd_la_SOURCES = amd_global.c -+libamd_la_LIBADD = libamdl.la libamdi.la -+libamd_la_LDFLAGS = -no-undefined -version-number 2:3:1 -+ -+libamdf77_la_SOURCES = amd.f amdbar.f -+libamdf77_la_LDFLAGS = -no-undefined -version-number 2:3:1 -diff --git a/amd.pc.in b/amd.pc.in -new file mode 100644 ---- /dev/null -+++ b/amd.pc.in -@@ -0,0 +1,13 @@ -+prefix=@prefix@ -+exec_prefix=@exec_prefix@ -+libdir=@libdir@ -+includedir=@includedir@ -+ -+Name: @PACKAGE_NAME@ -+Description: Approximate minimum degree ordering -+Version: @PACKAGE_VERSION@ -+URL: @PACKAGE_URL@ -+Requires.private: suitesparseconfig -+Libs: -L${libdir} -lamd -+Libs.private: -lm -+Cflags: -I${includedir}/amd -diff --git a/configure.ac b/configure.ac -new file mode 100644 ---- /dev/null -+++ b/configure.ac -@@ -0,0 +1,44 @@ -+# -*- Autoconf -*- -+# Process this file with autoconf to produce a configure script. -+ -+AC_PREREQ([2.69]) -+AC_INIT([AMD],[2.3.1],[DrTimothyAldenDavis@gmail.com],[amd],[http://www.suitesparse.com/]) -+AC_CONFIG_SRCDIR([Source/amd_global.c]) -+AC_CONFIG_HEADERS([config.h]) -+AM_INIT_AUTOMAKE([foreign]) -+LT_INIT -+ -+# Checks for programs. -+AC_PROG_INSTALL -+AC_PROG_CC -+AC_PROG_F77 -+ -+LIBS_SAVED=$LIBS -+ -+# Checks for libraries. -+AC_CHECK_LIB([m], [sqrt]) -+ -+PKG_PROG_PKG_CONFIG -+PKG_CHECK_MODULES([SUITESPARSECONFIG],[suitesparseconfig], -+ [], -+ [AC_MSG_ERROR([cannot find suitesparseconfig])]) -+ -+# Checks for header files. -+AC_CHECK_HEADERS([limits.h stddef.h stdlib.h]) -+ -+# Checks for typedefs, structures, and compiler characteristics. -+AC_TYPE_SIZE_T -+ -+# Checks for library functions. -+AC_CHECK_FUNCS([sqrt]) -+ -+LIBS=$LIBS_SAVED -+ -+AC_CONFIG_FILES([ -+ amd.pc -+ Makefile -+ Demo/Makefile -+ Doc/Makefile -+ Include/Makefile -+ Source/Makefile]) -+AC_OUTPUT diff --git a/libraries/AMD/slack-desc b/libraries/AMD/slack-desc deleted file mode 100644 index 9ce8105437..0000000000 --- a/libraries/AMD/slack-desc +++ /dev/null @@ -1,19 +0,0 @@ -# HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. -# Line up the first '|' above the ':' following the base package name, and -# the '|' on the right side marks the last column you can put a character in. -# You must make exactly 11 lines for the formatting to be correct. It's also -# customary to leave one space after the ':' except on otherwise blank lines. - - |-----handy-ruler------------------------------------------------------| -AMD: AMD (sparse matrix ordering routines) -AMD: -AMD: AMD is a set of routines for ordering a sparse matrix prior to -AMD: Cholesky factorization (or for LU factorization with diagonal -AMD: pivoting). There are versions in both C and Fortran. Note that -AMD: this software has nothing to do with AMD the company. This package -AMD: runs on any platform. -AMD: -AMD: -AMD: -AMD: |