Skip to content
Snippets Groups Projects
Commit 684757ed authored by Antonio Rojas's avatar Antonio Rojas
Browse files

Link to libgomp

parent 2a7494a2
No related branches found
Tags 4.0.0-1
No related merge requests found
......@@ -2,7 +2,7 @@
pkgname=fflas-ffpack
pkgver=2.2.1
pkgrel=2
pkgrel=3
pkgdesc="A library for dense linear algebra over word-size finite fields"
arch=(any)
url="http://linbox-team.github.io/fflas-ffpack/"
......@@ -13,7 +13,7 @@ md5sums=('4aa8d77f233774ed29c4be84e43190dd')
build() {
cd $pkgname-$pkgver
./configure --prefix=/usr --with-blas-libs="-lcblas -llapack"
./configure --prefix=/usr --with-blas-libs="-lcblas -llapack -lgomp"
make
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment