From 890f3d17c4c3d810e9fba5cec33672af831b71bf Mon Sep 17 00:00:00 2001 From: Alejandro Mery Date: Sun, 15 Jul 2007 16:58:24 +0000 Subject: [PATCH] * updated duma (2.5.2 -> 2.5.3) git-svn-id: svn://svn.opensde.net/opensde/package/trunk@21745 10447126-35f2-4685-b0cf-6dd780d3921f --- develop/duma/duma.desc | 4 ++-- develop/duma/no_test.patch | 25 +++++++++++++++---------- 2 files changed, 17 insertions(+), 12 deletions(-) diff --git a/develop/duma/duma.desc b/develop/duma/duma.desc index 2362af2e4..4b1c6b1bc 100644 --- a/develop/duma/duma.desc +++ b/develop/duma/duma.desc @@ -34,7 +34,7 @@ [L] GPL [S] Stable -[V] 2.5.2 +[V] 2.5.3 [P] X -----5---9 105.000 -[D] 3787023661 duma_2_5_2.tar.gz http://dl.sourceforge.net/sourceforge/duma/ +[D] 2417243524 duma_2_5_3.tar.gz http://dl.sourceforge.net/sourceforge/duma/ diff --git a/develop/duma/no_test.patch b/develop/duma/no_test.patch index cb0368100..7524e2e2a 100644 --- a/develop/duma/no_test.patch +++ b/develop/duma/no_test.patch @@ -14,20 +14,25 @@ # version. # --- SDE-COPYRIGHT-NOTE-END --- ---- ./Makefile.orig 2007-07-11 11:08:19.000000000 -0400 -+++ ./Makefile 2007-07-11 11:08:36.000000000 -0400 -@@ -124,14 +124,6 @@ +--- ./Makefile.orig 2007-07-15 07:15:44.000000000 -0400 ++++ ./Makefile 2007-07-15 12:52:28.000000000 -0400 +@@ -170,19 +170,6 @@ SO_OBJECTS = dumapp_so.o duma_so.o sem_inc_so.o print_so.o - all: libduma.a $(DUMASO) tstheap dumatest dumatestpp testoperators tstheap_so dumatestpp_so -- @ echo "Testing DUMA." -- @ echo "After the last test, it should print that the test has PASSED." -- $(CURPATH)dumatest -- $(CURPATH)tstheap 3072 -- $(CURPATH)testoperators + all: libduma.a tstheap$(EXEPOSTFIX) dumatest$(EXEPOSTFIX) dumatestpp$(EXEPOSTFIX) testoperators$(EXEPOSTFIX) $(DUMA_DYN_DEPS) +- @ echo +- @ echo "Testing DUMA (static library):" +- $(CURPATH)dumatest$(EXEPOSTFIX) +- $(CURPATH)tstheap$(EXEPOSTFIX) 3072 +- $(CURPATH)testoperators$(EXEPOSTFIX) +- @ echo +- @ echo "DUMA static confidence test PASSED." +- @ echo +- @ echo "Testing DUMA (dynamic library)." - (export LD_PRELOAD=./$(DUMASO); exec $(CURPATH)tstheap_so 3072) - @ echo -- @ echo "DUMA confidence test PASSED." +- @ echo "DUMA dynamic confidence test PASSED." +- @ echo install: libduma.a duma.3 $(DUMASO) $(INSTALL) -m 755 duma.sh $(BIN_INSTALL_DIR)/duma