Search Criteria
Package Details: hmat-oss 1.6.1-1
Git Clone URL: | https://aur.archlinux.org/hmat-oss.git (read-only, click to copy) |
---|---|
Package Base: | hmat-oss |
Description: | A hierarchical matrix C/C++ library |
Upstream URL: | https://github.com/jeromerobert/hmat-oss |
Licenses: | |
Submitter: | xantares |
Maintainer: | xantares |
Last Packager: | xantares |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2014-11-21 19:22 |
Last Updated: | 2021-02-09 21:16 |
Dependencies (3)
- cblas (openblas-lapack-git, cblas-tmg, flexiblas, openblas-lapack-static, openblas-cblas-git, atlas-lapack, blis-cblas-openmp, blis-cblas, blas-git, openblas-lapack, armpl, opencblas)
- lapack (openblas-lapack-git, lapack-tmg, flexiblas, openblas-lapack-static, atlas-lapack, lapack-git, openblas-lapack, armpl)
- cmake (cmake-git) (make)
Latest Comments
piranha007 commented on 2019-06-12 13:37
Thanks for the patch, works perfectly now.
piranha007 commented on 2019-06-11 14:36
Do not compile, need to add "void openblas_set_num_threads(int num_threads);" in disable_threading.cpp.
#ifdef OPENBLAS_DISABLE_THREADS
#include <cblas.h>
extern "C" {
// This function is private in openblas
int goto_get_num_procs(void);
void openblas_set_num_threads(int num_threads); //ADD HERE
}
#endif