Accepting request 1010215 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1010215 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/adolc?expand=0&rev=30factory
commit
93c21dff4f
@ -0,0 +1,35 @@
|
||||
From 75ef7aee090d3704c8c6dbabf606b220f1834c5b Mon Sep 17 00:00:00 2001
|
||||
From: Dirk Mueller <dmueller@suse.com>
|
||||
Date: Fri, 7 Oct 2022 15:12:11 +0200
|
||||
Subject: [PATCH] Add RISCV-64 to the list of 64bit architectures
|
||||
|
||||
---
|
||||
autoconf/ax_boost_base.m4 | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
Index: ADOL-C-releases-2.7.2/autoconf/ax_boost_base.m4
|
||||
===================================================================
|
||||
--- ADOL-C-releases-2.7.2.orig/autoconf/ax_boost_base.m4
|
||||
+++ ADOL-C-releases-2.7.2/autoconf/ax_boost_base.m4
|
||||
@@ -95,7 +95,7 @@ if test "x$want_boost" = "xyes"; then
|
||||
x86_64)
|
||||
libsubdirs="lib64 libx32 lib lib64"
|
||||
;;
|
||||
- ppc64|s390x|sparc64|aarch64|ppc64le)
|
||||
+ ppc64|s390x|sparc64|aarch64|ppc64le|riscv64)
|
||||
libsubdirs="lib64 lib lib64 ppc64le"
|
||||
;;
|
||||
esac
|
||||
Index: ADOL-C-releases-2.7.2/configure
|
||||
===================================================================
|
||||
--- ADOL-C-releases-2.7.2.orig/configure
|
||||
+++ ADOL-C-releases-2.7.2/configure
|
||||
@@ -18369,7 +18369,7 @@ $as_echo_n "checking for boostlib >= $bo
|
||||
x86_64)
|
||||
libsubdirs="lib64 libx32 lib lib64"
|
||||
;;
|
||||
- ppc64|s390x|sparc64|aarch64|ppc64le)
|
||||
+ ppc64|s390x|sparc64|aarch64|ppc64le|riscv64)
|
||||
libsubdirs="lib64 lib lib64 ppc64le"
|
||||
;;
|
||||
esac
|
Loading…
Reference in New Issue