diff --git a/libraries/SuiteSparse_config/README b/academic/suitesparseconfig/README similarity index 100% rename from libraries/SuiteSparse_config/README rename to academic/suitesparseconfig/README diff --git a/libraries/SuiteSparse_config/autotoolize.diff b/academic/suitesparseconfig/autotoolize.diff similarity index 100% rename from libraries/SuiteSparse_config/autotoolize.diff rename to 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 similarity index 96% rename from libraries/SuiteSparse_config/SuiteSparse_config.SlackBuild rename to 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 similarity index 92% rename from libraries/SuiteSparse_config/SuiteSparse_config.info rename to 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: