Skip to content
Snippets Groups Projects
Commit 380808d0 authored by Jakub Jirutka's avatar Jakub Jirutka :flag_ua:
Browse files

community/openblas: add check

parent 8a1b9502
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@
pkgname=openblas
_pkgname=OpenBLAS
pkgver=0.3.3
pkgrel=0
pkgrel=1
pkgdesc="A fast BSD-licensed BLAS based on gotoBLAS2, with LAPACK"
url="http://www.openblas.net"
arch="all"
......@@ -74,6 +74,11 @@ build() {
fi
}
check() {
cd "$builddir"
CFLAGS= make $_flags CFLAGS="$CFLAGS" tests
}
package() {
if $_ilp64; then
make -C "$_builddir64" $_flags64 \
......
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