[Pkg-scicomp-devel] suitesparse/trunk

Daniel Rus danirus at tol-project.org
Sat Dec 15 19:55:31 UTC 2007


SVN commit 1960 by danirus-guest:

The root Makefile is no longer needed due to it has been fixed in upstream

 M  +9 -0      suitesparse/trunk/Makefile  


--- suitesparse/trunk/Makefile #1959:1960
@@ -55,6 +55,7 @@
 	( cd CXSparse ; $(MAKE) purge )
 	( cd RBio ; $(RM) *.mex* )
 	( cd UFcollection ; $(RM) *.mex* )
+	( cd SSMULT ; $(RM) *.mex* )
 #	( cd LPDASA ; $(MAKE) purge )
 #	( cd PARAKLETE ; $(MAKE) purge )
 
@@ -88,3 +89,11 @@
 	( cd CXSparse/Demo ; $(MAKE) > cs_demo.out )
 	( cd CXSparse ; $(MAKE) purge )
 
+# statement coverage (Linux only); this requires a lot of time.
+# The umfpack tcov requires a lot of disk space
+cov:
+	( cd CXSparse ; $(MAKE) cov )
+	( cd CSparse ; $(MAKE) cov )
+	( cd KLU ; $(MAKE) cov )
+	( cd CHOLMOD ; $(MAKE) cov )
+	( cd UMFPACK ; $(MAKE) cov )



More information about the Pkg-scicomp-devel mailing list