diff options
author | Michel Zou | 2015-12-10 23:00:01 +0100 |
---|---|---|
committer | Michel Zou | 2015-12-10 23:00:01 +0100 |
commit | de951d21eeb887292a0c39c81596e9f4917649c4 (patch) | |
tree | e42ad1be2d2047cf6955092f5870839d5e4d31e7 | |
parent | b2fe25b97fffe1ecb9df06a9da154e784003d9e3 (diff) | |
download | aur-de951d21eeb887292a0c39c81596e9f4917649c4.tar.gz |
Revert "no more cblas split package"
This reverts commit b2fe25b97fffe1ecb9df06a9da154e784003d9e3.
-rw-r--r-- | .SRCINFO | 1 | ||||
-rw-r--r-- | PKGBUILD | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -6,6 +6,7 @@ pkgbase = mingw-w64-hmat-oss arch = any license = GPL makedepends = mingw-w64-cmake + depends = mingw-w64-cblas depends = mingw-w64-lapack options = !buildflags options = staticlibs @@ -5,7 +5,7 @@ pkgdesc="A hierarchical matrix C/C++ library (mingw-w64)" license=('GPL') arch=('any') url="https://github.com/jeromerobert/hmat-oss" -depends=('mingw-w64-lapack') +depends=('mingw-w64-cblas' 'mingw-w64-lapack') makedepends=('mingw-w64-cmake') options=('!buildflags' 'staticlibs' '!strip') source=("https://github.com/jeromerobert/hmat-oss/archive/${pkgver}.tar.gz") |