diff options
-rw-r--r-- | academic/amd/README (renamed from libraries/AMD/README) | 0 | ||||
-rw-r--r-- | academic/amd/amd.SlackBuild (renamed from libraries/AMD/AMD.SlackBuild) | 9 | ||||
-rw-r--r-- | academic/amd/amd.info (renamed from libraries/AMD/AMD.info) | 4 | ||||
-rw-r--r-- | academic/amd/autotoolize.diff (renamed from libraries/AMD/autotoolize.diff) | 0 | ||||
-rw-r--r-- | academic/amd/slack-desc (renamed from libraries/AMD/slack-desc) | 22 |
5 files changed, 18 insertions, 17 deletions
diff --git a/libraries/AMD/README b/academic/amd/README index 07e4dcafc0..07e4dcafc0 100644 --- a/libraries/AMD/README +++ b/academic/amd/README diff --git a/libraries/AMD/AMD.SlackBuild b/academic/amd/amd.SlackBuild index b375459fa0..86fb3dfc9a 100644 --- a/libraries/AMD/AMD.SlackBuild +++ b/academic/amd/amd.SlackBuild @@ -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=AMD +PRGNAM=amd +SRCNAM=AMD 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 \ diff --git a/libraries/AMD/AMD.info b/academic/amd/amd.info index 8c36f13da0..aa8d4028d1 100644 --- a/libraries/AMD/AMD.info +++ b/academic/amd/amd.info @@ -1,10 +1,10 @@ -PRGNAM="AMD" +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" +REQUIRES="suitesparseconfig" MAINTAINER="Kyle Guinn" EMAIL="elyk03@gmail.com" diff --git a/libraries/AMD/autotoolize.diff b/academic/amd/autotoolize.diff index 92a4b25e38..92a4b25e38 100644 --- a/libraries/AMD/autotoolize.diff +++ b/academic/amd/autotoolize.diff diff --git a/libraries/AMD/slack-desc b/academic/amd/slack-desc index 9ce8105437..426c7eef82 100644 --- a/libraries/AMD/slack-desc +++ b/academic/amd/slack-desc @@ -6,14 +6,14 @@ # 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: +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: |