Package Details: hmat-oss 1.8.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: GPL
Submitter: xantares
Maintainer: xantares
Last Packager: xantares
Votes: 1
Popularity: 0.092466
First Submitted: 2014-11-21 19:22 (UTC)
Last Updated: 2022-11-03 08:41 (UTC)

Latest Comments

piranha007 commented on 2019-06-12 13:37 (UTC) (edited on 2019-06-12 13:37 (UTC) by piranha007)

Thanks for the patch, works perfectly now.

piranha007 commented on 2019-06-11 14:36 (UTC) (edited on 2019-06-12 13:03 (UTC) by piranha007)

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