1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
|
Index: libint2/src/bin/libint/Makefile
===================================================================
--- libint2.orig/src/bin/libint/Makefile
+++ libint2/src/bin/libint/Makefile
@@ -22,8 +22,8 @@ DEPSUF = d
CXXDEPENDSUF = none
CXXDEPENDFLAGS = -M
-LIBCXXSRC = default_params.cc rr.cc dg.cc dgvertex.cc dgarc.cc gauss.cc \
-oper.cc iter.cc policy.cc strategy.cc policy_spec.cc flop.cc \
+LIBCXXSRC = strategy.cc default_params.cc rr.cc dg.cc dgvertex.cc dgarc.cc \
+gauss.cc oper.cc iter.cc policy.cc policy_spec.cc flop.cc \
prefactors.cc context.cc memory.cc tactic.cc codeblock.cc dims.cc code.cc \
iface.cc class_registry.cc algebra.cc graph_registry.cc drtree.cc task.cc \
extract.cc util.cc purgeable.cc buildtest.cc comp_deriv_gauss.cc \
|