- Update to release 3.16

OBS-URL: https://build.opensuse.org/package/show/devel:tools/hfst?expand=0&rev=14
This commit is contained in:
2022-02-10 19:25:48 +00:00
committed by Git OBS Bridge
parent 05dd455db9
commit 0ded1c9920
5 changed files with 44 additions and 28 deletions

18
hfst-sse.diff Normal file
View File

@@ -0,0 +1,18 @@
---
configure.ac | 3 ---
1 file changed, 3 deletions(-)
Index: hfst-3.16.0/configure.ac
===================================================================
--- hfst-3.16.0.orig/configure.ac
+++ hfst-3.16.0/configure.ac
@@ -661,9 +661,6 @@ AC_LANG_PUSH([C++])
AM_COND_IF([WANT_OPENFST_UPSTREAM], [CXXFLAGS="$CXXFLAGS -std=c++17"], [CXXFLAGS="$CXXFLAGS -std=c++14"])
# On 32bit x86, we need to use SSE for precise floating point arithmetics in OpenFST
-AX_CHECK_COMPILE_FLAG([-msse], [CXXFLAGS="$CXXFLAGS -msse"], [])
-AX_CHECK_COMPILE_FLAG([-msse2], [CXXFLAGS="$CXXFLAGS -msse2"], [])
-AX_CHECK_COMPILE_FLAG([-mfpmath=sse], [CXXFLAGS="$CXXFLAGS -mfpmath=sse"], [])
AC_CHECK_HEADERS([ext/slist])