mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
academic/suitesparseconfig: Renamed and moved from libraries.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
6dfc3f0199
commit
b312365c1c
6 changed files with 25 additions and 24 deletions
19
academic/suitesparseconfig/slack-desc
Normal file
19
academic/suitesparseconfig/slack-desc
Normal file
|
@ -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:
|
|
@ -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 \
|
|
@ -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"
|
|
@ -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:
|
Loading…
Reference in a new issue