[arch-commits] Commit in cblas/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Fri Dec 19 21:44:53 UTC 2014


    Date: Friday, December 19, 2014 @ 22:44:53
  Author: arojas
Revision: 124131

Fix build

Modified:
  cblas/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-12-19 21:38:39 UTC (rev 124130)
+++ PKGBUILD	2014-12-19 21:44:53 UTC (rev 124131)
@@ -10,7 +10,7 @@
 url="http://www.netlib.org/blas"
 arch=('i686' 'x86_64')
 license=('custom')
-depends=('glibc' 'blas')
+depends=('blas')
 makedepends=('gcc-fortran')
 source=('http://www.netlib.org/blas/blast-forum/cblas.tgz' 'cblas.patch' 'Makefile.in' 'LICENSE')
 md5sums=('1e8830f622d2112239a4a8a83b84209a'
@@ -24,11 +24,11 @@
   /bin/cp $srcdir/Makefile.in .
   patch -p0 -i $srcdir/cblas.patch
 
-  install -d CBLAS/src/lib
+  install -d src/lib
 }
 
 build() {
-  cd BLAS
+  cd CBLAS
   make alllib
 }
 



More information about the arch-commits mailing list