diff options
Diffstat (limited to 'extra/lapack/Pkgfile')
-rw-r--r-- | extra/lapack/Pkgfile | 4 |
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" |