mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
academic/cxsparse: Renamed and moved from libraries.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
eb69a19f3c
commit
ed6a99bbf8
5 changed files with 18 additions and 17 deletions
|
@ -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=CXSparse
|
||||
PRGNAM=cxsparse
|
||||
SRCNAM=CXSparse
|
||||
VERSION=${VERSION:-3.1.2}
|
||||
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,10 +1,10 @@
|
|||
PRGNAM="CXSparse"
|
||||
PRGNAM="cxsparse"
|
||||
VERSION="3.1.2"
|
||||
HOMEPAGE="https://www.cise.ufl.edu/research/sparse/CXSparse/"
|
||||
DOWNLOAD="https://www.cise.ufl.edu/research/sparse/CXSparse/versions/CXSparse-3.1.2.tar.gz"
|
||||
MD5SUM="1406442cd2741e9786393bfa7514c17f"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="SuiteSparse_config"
|
||||
REQUIRES="suitesparseconfig"
|
||||
MAINTAINER="Kyle Guinn"
|
||||
EMAIL="elyk03@gmail.com"
|
|
@ -6,14 +6,14 @@
|
|||
# customary to leave one space after the ':' except on otherwise blank lines.
|
||||
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
CXSparse: CXSparse (sparse matrix routines)
|
||||
CXSparse:
|
||||
CXSparse: CXSparse is an extended version of CSparse, with support for
|
||||
CXSparse: double or complex matrices, with int or long integers.
|
||||
CXSparse:
|
||||
CXSparse:
|
||||
CXSparse:
|
||||
CXSparse:
|
||||
CXSparse:
|
||||
CXSparse:
|
||||
CXSparse:
|
||||
cxsparse: CXSparse (sparse matrix routines)
|
||||
cxsparse:
|
||||
cxsparse: CXSparse is an extended version of CSparse, with support for
|
||||
cxsparse: double or complex matrices, with int or long integers.
|
||||
cxsparse:
|
||||
cxsparse:
|
||||
cxsparse:
|
||||
cxsparse:
|
||||
cxsparse:
|
||||
cxsparse:
|
||||
cxsparse:
|
Loading…
Reference in a new issue