~logan/ubuntu/trusty/suitesparse/4.2.1-3ubuntu1

« back to all changes in this revision

Viewing changes to UMFPACK/Tcov/DO

  • Committer: Bazaar Package Importer
  • Author(s): Christophe Prud'homme
  • Date: 2007-05-29 09:36:29 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20070529093629-zowquo0b7slkk6nc
Tags: 3.0.0-2
* suitesparse builds properly twice in a row
* Bug fix: "suitesparse - FTBFS: Broken build depens: libgfortran1-dev",
  thanks to Bastian Blank (Closes: #426349).
* Bug fix: "suitesparse_3.0.0-1: FTBFS: build-depends on
  libgfortran1-dev", thanks to Steve Langasek (Closes: #426354).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/bin/csh
2
2
 
3
3
echo '################################################################################'
4
 
echo 'Tcov test:' $1 $2
 
4
echo 'Tcov test:' $1 $2 $3
5
5
echo '################################################################################'
6
6
 
7
7
#-------------------------------------------------------------------------------
21
21
/bin/cp -prL ../Lib Out/$1_$2/UMFPACK
22
22
/bin/cp -prL ../Include Out/$1_$2/UMFPACK
23
23
/bin/cp -prL ../Demo Out/$1_$2/UMFPACK
24
 
/bin/cp -prL ../Makefile Out/$1_$2/UMFPACK/Makefile
 
24
/bin/cp -prL Top_Makefile Out/$1_$2/UMFPACK/Makefile
 
25
/bin/cp -prL Out/$1_$2/UMFPACK/Lib/GNUmakefile Out/$1_$2/UMFPACK/Source/Makefile
 
26
/bin/cp -prL Demo_Makefile Out/$1_$2/UMFPACK/Demo/Makefile
25
27
/bin/cp -prL ../Doc/License Out/$1_$2/UMFPACK/Doc
 
28
 
 
29
# put in AMD
26
30
/bin/cp -prL ../../AMD Out/$1_$2
 
31
/bin/cp -prL Top_Makefile Out/$1_$2/AMD/Makefile
 
32
/bin/cp -prL Out/$1_$2/AMD/Lib/GNUmakefile Out/$1_$2/AMD/Source/Makefile
 
33
/bin/cp -prL AMD_Demo_Makefile Out/$1_$2/AMD/Demo/Makefile
 
34
 
27
35
/bin/cp debug.* Out/$1_$2
28
36
 
29
37
# put in the makefile