[freemat] 01/02: Disable LLVM-support. (Closes: #863686)
Anton Gladky
gladk at moszumanska.debian.org
Tue May 30 19:55:51 UTC 2017
This is an automated email from the git hooks/post-receive script.
gladk pushed a commit to branch master
in repository freemat.
commit 51ba71b82fc39a07ede735e8dd89e549d31c7dd2
Author: Anton Gladky <gladk at debian.org>
Date: Tue May 30 21:31:06 2017 +0200
Disable LLVM-support. (Closes: #863686)
---
debian/patches/disable_llvm.patch | 46 +++++++++++++++++++++++++++++++++++++++
debian/patches/series | 1 +
2 files changed, 47 insertions(+)
diff --git a/debian/patches/disable_llvm.patch b/debian/patches/disable_llvm.patch
new file mode 100644
index 0000000..12d3de1
--- /dev/null
+++ b/debian/patches/disable_llvm.patch
@@ -0,0 +1,46 @@
+Description: Disable LLVM support due to unresolved bug, see #863686
+ TODO: The bug should be properly resolved, possibly with upstream.
+Author: Anton Gladky <gladk at debian.org>
+Bug-Debian: https://bugs.debian.org/#863686
+Last-Update: 2017-05-30
+
+Index: freemat/libs/libMatC/CJitFuncClang.cpp
+===================================================================
+--- freemat.orig/libs/libMatC/CJitFuncClang.cpp
++++ freemat/libs/libMatC/CJitFuncClang.cpp
+@@ -1,3 +1,4 @@
++#ifdef HAVE_LLVM
+ #include "CJitFuncClang.hpp"
+ #include "CArray.hpp"
+ #include <iostream>
+@@ -227,3 +228,4 @@ void force_linkage()
+ carray_invoke_1(0,0,0,0);
+ carray_invoke_2(0,0,0,0,0);
+ }
++#endif
+Index: freemat/libs/libMatC/JITFactory.cpp
+===================================================================
+--- freemat.orig/libs/libMatC/JITFactory.cpp
++++ freemat/libs/libMatC/JITFactory.cpp
+@@ -1,5 +1,8 @@
+ #include "JITFactory.hpp"
++
++#ifdef HAVE_LLVM
+ #include "CJitFuncClang.hpp"
++#endif
+
+ JITFuncBase* JITFactory::GetJITFunc(Interpreter *eval)
+ {
+Index: freemat/CMakeLists.txt
+===================================================================
+--- freemat.orig/CMakeLists.txt
++++ freemat/CMakeLists.txt
+@@ -250,7 +250,7 @@ endif()
+ ######################################################################
+ OPTION(USE_LLVM "Build with LLVM support?" ON)
+
+-FIND_PACKAGE(LLVM REQUIRED)
++#FIND_PACKAGE(LLVM REQUIRED)
+
+ IF (LLVM_FOUND)
+ add_definitions(-DHAVE_LLVM)
diff --git a/debian/patches/series b/debian/patches/series
index 709eea7..4d58866 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -3,3 +3,4 @@
14_disable_pdf_install.patch
15_remove_qwebkit.patch
fix-llvm-build.patch
+disable_llvm.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/freemat.git
More information about the debian-science-commits
mailing list