summaryrefslogtreecommitdiff
path: root/math/it++/files
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2009-02-11 11:04:55 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2009-02-11 11:04:55 +0000
commit22b1896e39586c83bab46d50c9c303451f62a949 (patch)
tree02578c4bc6f2d6432b612d36f2434f6c087c3905 /math/it++/files
parent- Update to 4.2.6 (diff)
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)
Diffstat (limited to 'math/it++/files')
-rw-r--r--math/it++/files/patch-configure11
-rw-r--r--math/it++/files/patch-include_base_machdep.h22
2 files changed, 0 insertions, 33 deletions
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 <machine/endian.h>
- #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
-