academic/btf: Renamed and moved from libraries.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Kyle Guinn 2014-01-24 21:04:57 -06:00 committed by Robby Workman
parent a953dce010
commit 43292a63d5
5 changed files with 18 additions and 17 deletions

View file

@ -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=BTF
PRGNAM=btf
SRCNAM=BTF
VERSION=${VERSION:-1.2.0}
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 \

View file

@ -1,10 +1,10 @@
PRGNAM="BTF"
PRGNAM="btf"
VERSION="1.2.0"
HOMEPAGE="https://www.cise.ufl.edu/research/sparse/btf/"
DOWNLOAD="https://www.cise.ufl.edu/research/sparse/btf/BTF-1.2.0.tar.gz"
MD5SUM="00ece872530408f3f5598b0eaa83c7fc"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="SuiteSparse_config"
REQUIRES="suitesparseconfig"
MAINTAINER="Kyle Guinn"
EMAIL="elyk03@gmail.com"

View file

@ -6,14 +6,14 @@
# customary to leave one space after the ':' except on otherwise blank lines.
|-----handy-ruler------------------------------------------------------|
BTF: BTF (matrix permuting routines)
BTF:
BTF: BTF permutes an unsymmetric matrix (square or rectangular) into its
BTF: block upper triangular form (more precisely, it computes a
BTF: Dulmage-Mendelsohn decomposition).
BTF:
BTF:
BTF:
BTF:
BTF:
BTF:
btf: BTF (matrix permuting routines)
btf:
btf: BTF permutes an unsymmetric matrix (square or rectangular) into its
btf: block upper triangular form (more precisely, it computes a
btf: Dulmage-Mendelsohn decomposition).
btf:
btf:
btf:
btf:
btf:
btf: