pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math/octave octave: reference llvm & octave bug report...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ac56d4185fc8
branches:  trunk
changeset: 355028:ac56d4185fc8
user:      maya <maya%pkgsrc.org@localhost>
date:      Sat Nov 19 00:47:08 2016 +0000

description:
octave: reference llvm & octave bug reports for ambiguous float
precision patch.

diffstat:

 math/octave/distinfo                                        |  4 ++--
 math/octave/patches/patch-liboctave_operators_mx-inlines.cc |  5 ++++-
 2 files changed, 6 insertions(+), 3 deletions(-)

diffs (36 lines):

diff -r 3d6db7c52563 -r ac56d4185fc8 math/octave/distinfo
--- a/math/octave/distinfo      Fri Nov 18 18:22:47 2016 +0000
+++ b/math/octave/distinfo      Sat Nov 19 00:47:08 2016 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.48 2016/09/28 02:54:15 maya Exp $
+$NetBSD: distinfo,v 1.49 2016/11/19 00:47:08 maya Exp $
 
 SHA1 (octave-4.0.3.tar.xz) = c798346a8271e0141d9dbe5610584dabb8311277
 RMD160 (octave-4.0.3.tar.xz) = 32bad5cdb6b832d651183b92f59b396940d6ec04
@@ -28,7 +28,7 @@
 SHA1 (patch-libinterp_dldfcn_module.mk) = 7627fa6132036f26b77743d30dbbe99ed6442b42
 SHA1 (patch-libinterp_oct-conf.in.h) = 9a6b0e8d38bc2f9da916cb3d8145307e7a415f4f
 SHA1 (patch-liboctave_numeric_oct-fftw.h) = b152566ad3fcf6c5c1808f4428e6d51966ca1daf
-SHA1 (patch-liboctave_operators_mx-inlines.cc) = 3f01077700a3b8f51a3a171fdc11bafd784e3ea3
+SHA1 (patch-liboctave_operators_mx-inlines.cc) = 3002122937942a4a2bbcc6fff90398d082971d53
 SHA1 (patch-liboctave_system_oct-time.cc) = 7b8a33911c69861572e35320e13c6c777048bc6c
 SHA1 (patch-m4_acinclude.m4) = 194b8c3cf6f5e45a0251b229af9b3a47c12aa608
 SHA1 (patch-scripts_pkg_private_configure__make.m) = 7d4b620f889faa66c4c9c581ef8a7e7692b68c94
diff -r 3d6db7c52563 -r ac56d4185fc8 math/octave/patches/patch-liboctave_operators_mx-inlines.cc
--- a/math/octave/patches/patch-liboctave_operators_mx-inlines.cc       Fri Nov 18 18:22:47 2016 +0000
+++ b/math/octave/patches/patch-liboctave_operators_mx-inlines.cc       Sat Nov 19 00:47:08 2016 +0000
@@ -1,10 +1,13 @@
-$NetBSD: patch-liboctave_operators_mx-inlines.cc,v 1.1 2016/02/16 04:21:40 dbj Exp $
+$NetBSD: patch-liboctave_operators_mx-inlines.cc,v 1.2 2016/11/19 00:47:08 maya Exp $
 
 std::pow is required to promote numeric arguments to the smallest
 common float type. octave_int<> provides another test of template
 specializations for pow() as well as explicit cast operators.
 The combination of both leads to ambiguous resolutions.
 
+https://savannah.gnu.org/bugs/?43298
+https://llvm.org/bugs/show_bug.cgi?id=21083
+
 --- liboctave/operators/mx-inlines.cc.orig     2015-05-23 14:21:53.000000000 +0000
 +++ liboctave/operators/mx-inlines.cc
 @@ -307,7 +307,6 @@ inline void F (size_t n, R *r, X x, cons



Home | Main Index | Thread Index | Old Index