diff options
Diffstat (limited to 'extra/lapack')
-rw-r--r-- | extra/lapack/Pkgfile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/extra/lapack/Pkgfile b/extra/lapack/Pkgfile index da5be21a9..51b27e2cb 100644 --- a/extra/lapack/Pkgfile +++ b/extra/lapack/Pkgfile @@ -8,9 +8,7 @@ name=lapack version=3.2.1 release=1 source=(http://www.netlib.org/$name/$name-$version.tgz - make.inc.archlinux - blas-link.patch) - + http://nutyx.meticul.eu/files/patch/$name/{make.inc.archlinux,blas-link.patch}) build() { cd $name-$version install -d $PKG/usr/lib |