diff options
author | 2009-12-04 22:41:48 +0000 | |
---|---|---|
committer | 2009-12-04 22:41:48 +0000 | |
commit | 355a9e2b1a9e884dd1d0c41de06019ecfa3ee6c7 (patch) | |
tree | 5d1f8244379a30415e5c8e81385b06106c8abc12 /sci-libs/minuit/files | |
parent | Masking dev-db/hk_classes for QA removal. (diff) | |
download | gentoo-2-355a9e2b1a9e884dd1d0c41de06019ecfa3ee6c7.tar.gz gentoo-2-355a9e2b1a9e884dd1d0c41de06019ecfa3ee6c7.tar.bz2 gentoo-2-355a9e2b1a9e884dd1d0c41de06019ecfa3ee6c7.zip |
Removed as needed patch, seems to be bugyy and not needed (included in recent autoconf?)
(Portage version: 2.2_rc55/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs/minuit/files')
-rw-r--r-- | sci-libs/minuit/files/minuit-5.16.00-gcc4.3.patch | 20 | ||||
-rw-r--r-- | sci-libs/minuit/files/minuit-5.20.00-gcc43.patch | 12 | ||||
-rw-r--r-- | sci-libs/minuit/files/minuit-5.22.00-as-needed.patch | 11 | ||||
-rw-r--r-- | sci-libs/minuit/files/minuit-5.24.00-as-needed.patch | 26 |
4 files changed, 0 insertions, 69 deletions
diff --git a/sci-libs/minuit/files/minuit-5.16.00-gcc4.3.patch b/sci-libs/minuit/files/minuit-5.16.00-gcc4.3.patch deleted file mode 100644 index e7b63574e248..000000000000 --- a/sci-libs/minuit/files/minuit-5.16.00-gcc4.3.patch +++ /dev/null @@ -1,20 +0,0 @@ -diff -Naur Minuit2-5.16.00/src/MnUserTransformation.cxx Minuit2-5.16.00.new/src/MnUserTransformation.cxx ---- Minuit2-5.16.00/src/MnUserTransformation.cxx 2006-07-05 12:04:25.000000000 -0400 -+++ Minuit2-5.16.00.new/src/MnUserTransformation.cxx 2008-06-01 06:15:23.000000000 -0400 -@@ -10,6 +10,7 @@ - #include "Minuit2/MnUserTransformation.h" - #include "Minuit2/MnUserCovariance.h" - -+#include <cstdio> - #include <algorithm> - - namespace ROOT { -@@ -47,7 +48,7 @@ - p[0] = 'p'; - p[4] = '\0'; - for(unsigned int i = 0; i < par.size(); i++) { -- std::sprintf(p+1,"%i",i); -+ sprintf(p+1,"%i",i); - Add(p, par[i], err[i]); - } - } diff --git a/sci-libs/minuit/files/minuit-5.20.00-gcc43.patch b/sci-libs/minuit/files/minuit-5.20.00-gcc43.patch deleted file mode 100644 index f19788f12705..000000000000 --- a/sci-libs/minuit/files/minuit-5.20.00-gcc43.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- test/MnSim/GaussRandomGen.h.orig 2008-07-03 11:03:17.000000000 +0100 -+++ test/MnSim/GaussRandomGen.h 2008-07-03 11:03:42.000000000 +0100 -@@ -10,7 +10,8 @@ - #ifndef MN_GaussRandomGen_H_ - #define MN_GaussRandomGen_H_ - --#include <math.h> -+#include <cmath> -+#include <cstdlib> - - namespace ROOT { - diff --git a/sci-libs/minuit/files/minuit-5.22.00-as-needed.patch b/sci-libs/minuit/files/minuit-5.22.00-as-needed.patch deleted file mode 100644 index 850098839c20..000000000000 --- a/sci-libs/minuit/files/minuit-5.22.00-as-needed.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- src/Makefile.am.orig 2009-01-22 00:44:01.925673316 +0000 -+++ src/Makefile.am 2009-01-22 00:43:34.963076306 +0000 -@@ -79,6 +79,8 @@ - mnvert.cxx \ - mnxerbla.cxx - -+libMinuit2_la_LDFLAGS = $(OPENMP_CXXFLAGS) -+ - INCLUDES = \ - -I$(top_srcdir)/inc - diff --git a/sci-libs/minuit/files/minuit-5.24.00-as-needed.patch b/sci-libs/minuit/files/minuit-5.24.00-as-needed.patch deleted file mode 100644 index b1cf59b177a9..000000000000 --- a/sci-libs/minuit/files/minuit-5.24.00-as-needed.patch +++ /dev/null @@ -1,26 +0,0 @@ ---- config/m4/ac_openmp.m4.orig 2009-07-17 16:35:06.000000000 +0100 -+++ config/m4/ac_openmp.m4 2009-09-24 07:17:56.000000000 +0100 -@@ -87,6 +87,13 @@ - *) - OPENMP_[]_AC_LANG_PREFIX[]FLAGS=$ac_cv_prog_[]_AC_LANG_ABBREV[]_openmp ;; - esac -+ OPENMP_LIBS= -+ if test "x$ac_option" = "x-fopenmp"; then -+ OPENMP_LIBS="-lgomp" -+ fi -+ AC_SUBST([OPENMP_LIBS]) -+ - fi - AC_SUBST([OPENMP_]_AC_LANG_PREFIX[FLAGS]) -+ - ]) ---- configure.in.orig 2009-09-24 06:53:14.000000000 +0100 -+++ configure.in 2009-09-24 06:50:12.000000000 +0100 -@@ -43,6 +43,7 @@ - AC_OPENMP - CFLAGS="$CFLAGS $OPENMP_CFLAGS" - CXXFLAGS="$CXXFLAGS $OPENMP_CXXFLAGS" -+LIBS="$LIBS $OPENMP_LIBS" - - dnl files to be generated - AC_OUTPUT(Makefile inc/Makefile inc/Minuit2/Makefile inc/Math/Makefile src/Makefile |