[SCM] Fast arithmetic with dense matrices over F_{2^e} branch, upstream, updated. 9faf6ece9a183a703670566609063ab274b1c544

Martin Albrecht martinralbrecht at googlemail.com
Mon Sep 10 12:24:21 UTC 2012


The following commit has been merged in the upstream branch:
commit 2bc54c7250363af6ecdd3cae18eaef1dfbecc7e5
Author: Martin Albrecht <martinralbrecht at googlemail.com>
Date:   Thu Jun 21 16:29:58 2012 +0100

    don't use rpath in TESTS on Makefile.am, Solaris chokes on this.
    Makefile.am in bench still uses it, but that's not used by Sage so we don't care (for now) and we like it there.

diff --git a/Makefile.am b/Makefile.am
index aa547a4..a46b0a9 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -39,7 +39,7 @@ libm4rie_la_LIBADD = -lm4ri
 TESTCXXFLAGS = ${AM_CFLAGS} @CXXFLAGS@ ${M4RIE_M4RI_CFLAGS} ${M4RIE_GIVARO_CXXFLAGS} ${M4RI_CFLAGS}
 TESTLIBADD = -lm4ri -lm4rie -lgivaro -lgmpxx -lgmp -lm -lstdc++
 TESTLDADD = ${M4RIE_GIVARO_LDFLAGS}
-TESTLDFLAGS =  -Wl,-rpath,.libs/
+TESTLDFLAGS =
 
 check_PROGRAMS=test_trsm test_elimination test_multiplication test_smallops test_ple
 test_elimination_SOURCES=tests/test_elimination.cc

-- 
Fast arithmetic with dense matrices over F_{2^e}



More information about the debian-science-commits mailing list