Update to 3.8.1

This commit is contained in:
Edwin Groothuis 2008-04-30 12:02:35 +00:00
parent 2baffc74eb
commit 3073c1b10f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=212354
4 changed files with 42 additions and 19 deletions

View file

@ -7,8 +7,7 @@
#
PORTNAME= it++
PORTVERSION= 3.8.0
PORTREVISION= 1
PORTVERSION= 3.8.1
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= itpp

View file

@ -1,3 +1,3 @@
MD5 (it++3.8.0.tar.gz) = 0003d5db4c010e1d833f7f1f1a5b26c8
SHA256 (it++3.8.0.tar.gz) = f4c5a14b9543489943e2ca872f2e99f3ef0ff99784c91438cc09df4f684a3f01
SIZE (it++3.8.0.tar.gz) = 447140
MD5 (it++3.8.1.tar.gz) = 152939bfc438f70e8eb0a056f2743ad4
SHA256 (it++3.8.1.tar.gz) = 376be56bf5bc8fdb003e95dd70caf788d25362616e62982ab5d9531451419d2d
SIZE (it++3.8.1.tar.gz) = 503647

View file

@ -1,5 +1,5 @@
--- include/base/machdep.h.orig Sat Feb 19 17:57:11 2005
+++ include/base/machdep.h Sat Feb 19 17:57:22 2005
--- 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
@ -8,14 +8,14 @@
#include "itconfig.h"
namespace itpp {
@@ -71,9 +72,9 @@ 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(alpha) || defined(vms)
-#elif defined(i386) || defined(_M_IX86) || defined(_x86_64) || defined(alpha) || defined(vms)
+#elif _BYTE_ORDER == _BIG_ENDIAN
#define __BIG_ENDIAN__
#endif

View file

@ -1,11 +1,11 @@
bin/it-config
lib/libit++.a
include/it++/base/array.h
include/it++/base/bessel.h
include/it++/base/binary.h
include/it++/base/binfile.h
include/it++/base/cblas.h
include/it++/base/cfix.h
include/it++/base/cfixed.h
include/it++/base/cholesky.h
include/it++/base/circular_buffer.h
include/it++/base/converters.h
@ -16,12 +16,6 @@ include/it++/base/factory.h
include/it++/base/fastica.h
include/it++/base/fastmath.h
include/it++/base/filter.h
include/it++/base/fix.h
include/it++/base/fix_base.h
include/it++/base/fix_factory.h
include/it++/base/fix_functions.h
include/it++/base/fix_operators.h
include/it++/base/fixed.h
include/it++/base/help_functions.h
include/it++/base/integration.h
include/it++/base/inv.h
@ -36,7 +30,6 @@ include/it++/base/mat.h
include/it++/base/matfunc.h
include/it++/base/operators.h
include/it++/base/parser.h
include/it++/base/plot_pdf.h
include/it++/base/qr.h
include/it++/base/random.h
include/it++/base/scalfunc.h
@ -83,7 +76,38 @@ include/it++/srccode/lpcfunc.h
include/it++/srccode/pnm.h
include/it++/srccode/vq.h
include/it++/srccode/vqtrain.h
lib/libit++.a
include/it++/alpha_modules.h
include/it++/base/copy_vector.h
include/it++/base/fftw3.h
include/it++/base/freq_filt.h
include/it++/base/lapack.h
include/it++/comm/channel_code.h
include/it++/fixedpoint/cfix.h
include/it++/fixedpoint/cfixed.h
include/it++/fixedpoint/fix.h
include/it++/fixedpoint/fix_base.h
include/it++/fixedpoint/fix_factory.h
include/it++/fixedpoint/fix_functions.h
include/it++/fixedpoint/fix_operators.h
include/it++/fixedpoint/fixed.h
include/it++/graphics/libharu.h
include/it++/graphics/plot_pdf.h
include/it++/itfixedpoint.h
include/it++/itgraphics.h
include/it++/itprotocol.h
include/it++/protocol/events.h
include/it++/protocol/front_drop_queue.h
include/it++/protocol/packet.h
include/it++/protocol/packet_channel.h
include/it++/protocol/packet_generator.h
include/it++/protocol/selective_repeat.h
include/it++/protocol/signals_slots.h
include/it++/protocol/tcp.h
include/it++/protocol/tcp_client_server.h
@dirrm include/it++/fixedpoint
@dirrm include/it++/graphics
@dirrm include/it++/protocol
@dirrm include/it++/srccode
@dirrm include/it++/matlab
@dirrm include/it++/comm