From 22b1896e39586c83bab46d50c9c303451f62a949 Mon Sep 17 00:00:00 2001 From: Gerald Pfeifer Date: Wed, 11 Feb 2009 11:04:55 +0000 Subject: Update to 4.0.6. This hugely re-arranges the include files provided and switches from providing a static library towards a dynamic one. It also addresses build failures with GCC 4.3 and beyond. [1] Reported by: pointyhat (pav) --- math/it++/files/patch-configure | 11 ----------- math/it++/files/patch-include_base_machdep.h | 22 ---------------------- 2 files changed, 33 deletions(-) delete mode 100644 math/it++/files/patch-configure delete mode 100644 math/it++/files/patch-include_base_machdep.h (limited to 'math/it++/files') diff --git a/math/it++/files/patch-configure b/math/it++/files/patch-configure deleted file mode 100644 index 4c3ae19fe376..000000000000 --- a/math/it++/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig Sat Feb 19 17:35:18 2005 -+++ configure Sat Feb 19 17:35:04 2005 -@@ -328,7 +328,7 @@ HAVE_LAPACK = $lapack - HAVE_FFTW = $fftw - OS = $os - IT_DIR = $it_dir --CXX = $compiler -+#CXX = $compiler - - PROF_FLAGS = -pg \$(OPTIMIZED_FLAGS) - DEBUG_FLAGS = -g -DASSERT_LEVEL=2 diff --git a/math/it++/files/patch-include_base_machdep.h b/math/it++/files/patch-include_base_machdep.h deleted file mode 100644 index d0c709113123..000000000000 --- a/math/it++/files/patch-include_base_machdep.h +++ /dev/null @@ -1,22 +0,0 @@ ---- include/base/machdep.h.orig 2005-01-17 09:02:20.000000000 +0000 -+++ include/base/machdep.h 2008-04-30 11:49:04.000000000 +0000 -@@ -24,6 +24,7 @@ - #ifndef __machdep_h - #define __machdep_h - -+#include - #include "itconfig.h" - - namespace itpp { -@@ -71,9 +72,9 @@ - inline void little_endian(it_s8 x, it_s8 &y) { y = x; } - inline void little_endian(it_u8 x, it_u8 &y) { y = x; } - --#if defined(sparc) -+#if _BYTE_ORDER == _LITTLE_ENDIAN - #define __LITTLE_ENDIAN__ --#elif defined(i386) || defined(_M_IX86) || defined(_x86_64) || defined(alpha) || defined(vms) -+#elif _BYTE_ORDER == _BIG_ENDIAN - #define __BIG_ENDIAN__ - #endif - -- cgit v1.2.3