riscv64-supported
authorDebian Science Team <debian-science-maintainers@lists.alioth.debian.org>
Wed, 27 Jan 2021 05:56:54 +0000 (05:56 +0000)
committerMo Zhou <lumin@debian.org>
Wed, 27 Jan 2021 05:56:54 +0000 (05:56 +0000)
Gbp-Pq: Name riscv64-supported.patch

getarch.c

index 29671736e9da6f61d1da048141aa686746b5288a..f48944f36662cb43983d9d4b1f3e90fdad5c83d9 100644 (file)
--- a/getarch.c
+++ b/getarch.c
@@ -1375,6 +1375,7 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
 #ifdef __riscv
 #include "cpuid_riscv64.c"
+#define OPENBLAS_SUPPORTED
 #endif
 
 #ifdef __arm__