- Add psm3-fix-SIGILL-on-system-not-supporting-AVX.patch to fix SIGILL hapening during init on older CPU (bsc#1213538, bsc#1233356). - Refresh libfabric-libtool.patch tu support patch -p0 OBS-URL: https://build.opensuse.org/request/show/1227162 OBS-URL: https://build.opensuse.org/package/show/science:HPC/libfabric?expand=0&rev=106
24 lines
572 B
Diff
24 lines
572 B
Diff
commit 81de541fdd4abc77167f955f8ddd85f195888e5c
|
|
Author: Nicolas Morey-Chaisemartin <nmoreychaisemartin@suse.com>
|
|
Date: Fri Sep 30 13:49:16 2022 +0200
|
|
|
|
libfabric libtool
|
|
|
|
Disable static libs
|
|
|
|
Signed-off-by: Nicolas Morey-Chaisemartin <nmoreychaisemartin@suse.com>
|
|
|
|
diff --git configure.ac configure.ac
|
|
index 7dacf69c9a69..90fcdc610754 100644
|
|
--- configure.ac
|
|
+++ configure.ac
|
|
@@ -193,7 +193,7 @@ m4_version_prereq([2.70],
|
|
dnl Check for compiler features
|
|
AC_C_TYPEOF
|
|
|
|
-LT_INIT
|
|
+LT_INIT([disable-static])
|
|
LT_OUTPUT
|
|
|
|
dnl dlopen support is optional
|