libBLAS: removed; superseded by blas

This commit is contained in:
Alessio Sergi 2014-08-29 19:29:29 +02:00
parent daf87aa527
commit 5cdeb8c334

View File

@ -1,17 +0,0 @@
# Template file for 'libBLAS'
version="2007_03"
pkgname="libBLAS"
revision=1
build_style="gnu-makefile"
short_desc="Basic Linear Algebra Subprograms"
maintainer="Martin Riese <grauehaare@gmx.de>"
license="see http://www.netlib.org/blas/faq.html#2 for the licence"
homepage="http://www.netlib.org/blas/index.html"
hostmakedepends="gcc-fortran"
distfiles="http://www.netlib.org/blas/blas.tgz"
checksum="ea87df6dc44829ee0a1733226d130c550b17a0bc51c8dbfcd662fb15520b23b5"
wrksrc="BLAS"
do_install() {
vinstall blas_LINUX.a 755 usr/lib
}