diff options
author | Kyle Guinn <elyk03@gmail.com> | 2014-01-24 20:18:34 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2014-01-31 00:53:18 -0600 |
commit | b312365c1c38d4c1c7bfe07de978b587d0e1edae (patch) | |
tree | 16aa4aff1ab4a5f633bbe95026eab35b9860c87e | |
parent | 6dfc3f0199da616d39e3f55ae7a7a800de46cc71 (diff) | |
download | slackbuilds-b312365c1c38d4c1c7bfe07de978b587d0e1edae.tar.gz |
academic/suitesparseconfig: Renamed and moved from libraries.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
-rw-r--r-- | academic/suitesparseconfig/README (renamed from libraries/SuiteSparse_config/README) | 0 | ||||
-rw-r--r-- | academic/suitesparseconfig/autotoolize.diff (renamed from libraries/SuiteSparse_config/autotoolize.diff) | 0 | ||||
-rw-r--r-- | academic/suitesparseconfig/slack-desc | 19 | ||||
-rw-r--r-- | academic/suitesparseconfig/suitesparseconfig.SlackBuild (renamed from libraries/SuiteSparse_config/SuiteSparse_config.SlackBuild) | 9 | ||||
-rw-r--r-- | academic/suitesparseconfig/suitesparseconfig.info (renamed from libraries/SuiteSparse_config/SuiteSparse_config.info) | 2 | ||||
-rw-r--r-- | libraries/SuiteSparse_config/slack-desc | 19 |
6 files changed, 25 insertions, 24 deletions
diff --git a/libraries/SuiteSparse_config/README b/academic/suitesparseconfig/README index 1832b9d60e..1832b9d60e 100644 --- a/libraries/SuiteSparse_config/README +++ b/academic/suitesparseconfig/README diff --git a/libraries/SuiteSparse_config/autotoolize.diff b/academic/suitesparseconfig/autotoolize.diff index 495a940f10..495a940f10 100644 --- a/libraries/SuiteSparse_config/autotoolize.diff +++ b/academic/suitesparseconfig/autotoolize.diff diff --git a/academic/suitesparseconfig/slack-desc b/academic/suitesparseconfig/slack-desc new file mode 100644 index 0000000000..19bd30bf5e --- /dev/null +++ b/academic/suitesparseconfig/slack-desc @@ -0,0 +1,19 @@ +# 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------------------------------------------------------| +suitesparseconfig: SuiteSparse_config (SuiteSparse common library) +suitesparseconfig: +suitesparseconfig: SuiteSparse_config is a common configuration library for the +suitesparseconfig: SuiteSparse family of sparse matrix packages, including SuiteSparseQR, +suitesparseconfig: AMD, CAMD, COLAMD, CCOLAMD, CHOLMOD, KLU, BTF, LDL, CXSparse, RBio, +suitesparseconfig: and UMFPACK. +suitesparseconfig: +suitesparseconfig: +suitesparseconfig: +suitesparseconfig: +suitesparseconfig: diff --git a/libraries/SuiteSparse_config/SuiteSparse_config.SlackBuild b/academic/suitesparseconfig/suitesparseconfig.SlackBuild index 299d43c499..f33ac33455 100644 --- a/libraries/SuiteSparse_config/SuiteSparse_config.SlackBuild +++ b/academic/suitesparseconfig/suitesparseconfig.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=SuiteSparse_config +PRGNAM=suitesparseconfig +SRCNAM=SuiteSparse_config VERSION=${VERSION:-4.2.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/SuiteSparse_config/SuiteSparse_config.info b/academic/suitesparseconfig/suitesparseconfig.info index c52cc32173..bdcc90b4db 100644 --- a/libraries/SuiteSparse_config/SuiteSparse_config.info +++ b/academic/suitesparseconfig/suitesparseconfig.info @@ -1,4 +1,4 @@ -PRGNAM="SuiteSparse_config" +PRGNAM="suitesparseconfig" VERSION="4.2.1" HOMEPAGE="https://www.cise.ufl.edu/research/sparse/SuiteSparse_config/" DOWNLOAD="https://www.cise.ufl.edu/research/sparse/SuiteSparse_config/SuiteSparse_config-4.2.1.tar.gz" diff --git a/libraries/SuiteSparse_config/slack-desc b/libraries/SuiteSparse_config/slack-desc deleted file mode 100644 index 8fb31f619b..0000000000 --- a/libraries/SuiteSparse_config/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------------------------------------------------------| -SuiteSparse_config: SuiteSparse_config (SuiteSparse common library) -SuiteSparse_config: -SuiteSparse_config: SuiteSparse_config is a common configuration library for the -SuiteSparse_config: SuiteSparse family of sparse matrix packages, including SuiteSparseQR, -SuiteSparse_config: AMD, CAMD, COLAMD, CCOLAMD, CHOLMOD, KLU, BTF, LDL, CXSparse, RBio, -SuiteSparse_config: and UMFPACK. -SuiteSparse_config: -SuiteSparse_config: -SuiteSparse_config: -SuiteSparse_config: -SuiteSparse_config: |