[SCM] an open source computer algebra system branch, cleanedupstream, updated. 6125e540ca6d66c307958938a9d53b245507c323
Bernhard R. Link
brlink at debian.org
Tue Apr 24 15:53:13 UTC 2012
The following commit has been merged in the cleanedupstream branch:
commit bbde39b606b697d36cbeb4baf274fb7f7ab7ab3d
Author: Martin Lee <martinlee84 at web.de>
Date: Thu Feb 9 15:30:08 2012 +0100
chg: template instantiation is now part of *.a
diff --git a/factory/GNUmakefile.in b/factory/GNUmakefile.in
index de04610..5833951 100644
--- a/factory/GNUmakefile.in
+++ b/factory/GNUmakefile.in
@@ -183,6 +183,7 @@ basefactorysrc := \
facSparseHensel.cc \
fieldGCD.cc \
ffops.cc \
+ ftmpl_inst.cc \
gf_tabutil.cc \
gfops.cc \
imm.cc \
diff --git a/factory/ftmpl_inst.cc b/factory/ftmpl_inst.cc
index 26d5bbd..6927875 100644
--- a/factory/ftmpl_inst.cc
+++ b/factory/ftmpl_inst.cc
@@ -10,15 +10,15 @@
//
//}}}
-#include <factoryconf.h>
-
#include <templates/ftmpl_array.cc>
#include <templates/ftmpl_factor.cc>
#include <templates/ftmpl_list.cc>
#include <templates/ftmpl_functions.h>
#include <templates/ftmpl_matrix.cc>
-#include <factory.h>
+#include <canonicalform.h>
+#include <cf_map.h>
+#include <cf_reval.h>
//{{{ explicit template class instantiations
--
an open source computer algebra system
More information about the debian-science-commits
mailing list