File: makefile_reorder_build.patch

package info (click to toggle)
libint2 2.7.2-1.2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 63,792 kB
  • sloc: ansic: 842,934; cpp: 47,847; sh: 3,139; makefile: 1,017; f90: 676; perl: 482; python: 334
file content (15 lines) | stat: -rw-r--r-- 757 bytes parent folder | download | duplicates (4)
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 \