summaryrefslogtreecommitdiffstats
path: root/extra/lapack/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-07-14 14:10:28 +0200
committertnut <thierryn1 at hispeed dot ch>2010-07-14 14:10:28 +0200
commit88a2715a74d0d8e0c809f5c0ea73d46d4dbb7e39 (patch)
tree03ff8a41dd0c929aa4f3caaa5c321a5d05b79f0a /extra/lapack/Pkgfile
parent708877a033c48c6f8fb1bee0fee725644a443f5a (diff)
parent2914c401c0c2edd31ee8f90a2460f16d16620597 (diff)
downloadnutyx-extra-88a2715a74d0d8e0c809f5c0ea73d46d4dbb7e39.tar.gz
nutyx-extra-88a2715a74d0d8e0c809f5c0ea73d46d4dbb7e39.tar.bz2
nutyx-extra-88a2715a74d0d8e0c809f5c0ea73d46d4dbb7e39.tar.xz
nutyx-extra-88a2715a74d0d8e0c809f5c0ea73d46d4dbb7e39.zip
Merge branch 'master' of ssh://kiao.no-ip.info:443/~/attapu
Diffstat (limited to 'extra/lapack/Pkgfile')
-rw-r--r--extra/lapack/Pkgfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/lapack/Pkgfile b/extra/lapack/Pkgfile
index be2741893..11200fb23 100644
--- a/extra/lapack/Pkgfile
+++ b/extra/lapack/Pkgfile
@@ -8,7 +8,8 @@ name=lapack
version=3.2.1
release=1
source=(http://www.netlib.org/$name/$name-$version.tgz
- make.inc.archlinux blas-link.patch)
+ make.inc.archlinux
+ blas-link.patch)
build() {
cd $name-$version
@@ -17,7 +18,6 @@ build() {
# fix blas linking FS#13093
patch -Np1 -i $SRC/blas-link.patch
-
# Build with Position Independent Code (PIC) FS#12464 (i686), required for x86_64
CFLAGS="${CFLAGS} -fPIC"