view src/of-linear-algebra-3-fixes.patch @ 4618:de2eedecd6ba

update broken PKG_UPDATE rules, handle missing update rules * Makefile.in: add handling for packages with no update rule * src/gtk2.mk, src/gtk3.mk, src/libvpx.mk, src/taglib.mk, src/hunspell.mk, src/vala.mk : use github tags for version info * src/llvm.mk: add '?' to update url * src/openscenegraph.mk: update SED rule for version extraction * src/pthread-stubs.mk, src/qt5.mk, src/renderproto.mk, src/sm.mk, src/s2tc.mk, src/util-macros.mk: added dummy PKG_UPDATE rule * src/qscintilla.mk: change search name for version extraction * src/qtbase.mk: use short pkg version in update path * src/suitesparse.mk: update change in main url/version url * src/tre.mk: update download page link * src/vmime.mk: update download and update url * src/wget.mk, src/xapian-core.mk: update url, sed rule * src/wt.mk: update to use github download/update * src/src-msys-libcrypt.mk: update sed rule
author John Donoghue
date Fri, 09 Mar 2018 11:46:42 -0500
parents 705d0432dbf1
children
line wrap: on
line source

diff -uNr a/src/CmplxGSVD.cc b/src/CmplxGSVD.cc
--- a/src/CmplxGSVD.cc	2015-01-24 14:54:11.000000000 -0500
+++ b/src/CmplxGSVD.cc	2018-01-09 18:01:22.672116302 -0500
@@ -14,10 +14,6 @@
 // You should have received a copy of the GNU General Public License along with
 // this program; if not, see <http://www.gnu.org/licenses/>.
 
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
 #include <iostream>
 
 #include "CmplxGSVD.h"
diff -uNr a/src/configure b/src/configure
--- a/src/configure	2018-01-09 18:00:27.978452208 -0500
+++ b/src/configure	2018-01-09 18:02:12.066006875 -0500
@@ -2720,7 +2720,7 @@
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for F77_FUNC" >&5
 $as_echo_n "checking for F77_FUNC... " >&6; }
 cat > conftest.cc << EOF
-#include <octave/config.h>
+#include <octave/f77-fcn.h>
 int F77_FUNC (hello, HELLO) (const int &n);
 EOF
 ac_try="$MKOCTFILE -c conftest.cc"
diff -uNr a/src/configure.base b/src/configure.base
--- a/src/configure.base	2018-01-09 18:00:27.978452208 -0500
+++ b/src/configure.base	2018-01-09 18:01:54.598752821 -0500
@@ -135,7 +135,7 @@
 AC_DEFUN(TRY_MKOCTFILE,
 [AC_MSG_CHECKING($1)
 cat > conftest.cc << EOF
-#include <octave/config.h>
+#include <octave/f77-fcn.h>
 $2
 EOF
 ac_try="$MKOCTFILE -c conftest.cc"
diff -uNr a/src/dbleGSVD.cc b/src/dbleGSVD.cc
--- a/src/dbleGSVD.cc	2015-01-24 14:54:11.000000000 -0500
+++ b/src/dbleGSVD.cc	2018-01-09 18:01:43.855211637 -0500
@@ -14,10 +14,6 @@
 // You should have received a copy of the GNU General Public License along with
 // this program; if not, see <http://www.gnu.org/licenses/>.
 
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
 #include <iostream>
 
 #include "dbleGSVD.h"
diff -uNr a/src/gsvd.cc b/src/gsvd.cc
--- a/src/gsvd.cc	2015-01-24 14:54:11.000000000 -0500
+++ b/src/gsvd.cc	2018-01-09 18:02:03.650366267 -0500
@@ -14,10 +14,6 @@
 // You should have received a copy of the GNU General Public License along with
 // this program; if not, see <http://www.gnu.org/licenses/>.
 
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
 #include "CmplxGSVD.h"
 #include "dbleGSVD.h"