Search Criteria
Package Details: blis 0.8.0-1
Git Clone URL: | https://aur.archlinux.org/blis.git (read-only, click to copy) |
---|---|
Package Base: | blis |
Description: | BLAS-like Library Instantiation Software framework by the Science of High-Performance Computing Group |
Upstream URL: | https://github.com/flame/blis |
Licenses: | |
Submitter: | jdarch |
Maintainer: | haawda |
Last Packager: | haawda |
Votes: | 2 |
Popularity: | 0.001072 |
First Submitted: | 2015-08-13 02:47 |
Last Updated: | 2020-11-20 15:10 |
Latest Comments
haawda commented on 2018-10-04 10:52
a.kudelin, I followed your suggestion.
a.kudelin commented on 2018-10-04 09:53
--- PKGBUILD 2018-10-04 12:32:47.864104365 +0300
+++ PKGBUILD 2018-10-04 12:31:24.330520209 +0300
@@ -21,8 +21,8 @@
build() {
cd $pkgname-$pkgver
- CFLAGS+=" -fPIC" ./configure -p "${pkgdir}"/usr x86_64
- make BLIS_ENABLE_DYNAMIC_BUILD:=yes
+ CFLAGS+=" -fPIC" ./configure -p "${pkgdir}"/usr auto
+ make
}
check() {