diff options
-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 1832b9d60ec3..1832b9d60ec3 100644 --- a/libraries/SuiteSparse_config/README +++ b/academic/suitesparseconfig/README diff --git a/libraries/SuiteSparse_config/autotoolize.diff b/academic/suitesparseconfig/autotoolize.diff index 495a940f1054..495a940f1054 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 000000000000..19bd30bf5ef5 --- /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 299d43c4993b..f33ac334550c 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 c52cc32173c2..bdcc90b4db26 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 8fb31f619b8b..000000000000 --- 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: |