~ubuntu-branches/ubuntu/raring/rheolef/raring-proposed

« back to all changes in this revision

Viewing changes to util/ublas/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Pierre Saramito, Pierre Saramito, Sylvestre Ledru
  • Date: 2012-05-14 14:02:09 UTC
  • mfrom: (1.1.6)
  • Revision ID: package-import@ubuntu.com-20120514140209-dzbdlidkotyflf9e
Tags: 6.1-1
[ Pierre Saramito ]
* New upstream release 6.1 (minor changes):
  - support arbitrarily polynomial order Pk
  - source code supports g++-4.7 (closes: #671996)

[ Sylvestre Ledru ]
* update of the watch file

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
vector_tst_SOURCES = vector_tst.cc
48
48
vector_valarray_tst_SOURCES = vector_valarray_tst.cc
49
49
 
 
50
TESTS = matrix_tst.sh
 
51
 
 
52
TESTS_ENVIRONMENT  =                                            \
 
53
        SRCDIR=${srcdir};     export SRCDIR;                    \
 
54
        TOP_SRCDIR=${top_srcdir}; export TOP_SRCDIR;            \
 
55
        DD_EXT=${DD_EXT};     export DD_EXT;                    \
 
56
        MPIRUN="${MPIRUN}";     export MPIRUN;                  \
 
57
        NPROC_MAX=${NPROC_MAX}; export NPROC_MAX;               \
 
58
        /bin/sh
50
59
 
51
60
INCLUDES = @INCLUDES_BOOST@
52
61
 
57
66
        matvec_range_tst.valid
58
67
 
59
68
EXTRA_DIST =                                            \
 
69
        $(TESTS)                                        \
60
70
        $(VALID)                                        \
61
71
        Makefile.am
62
72
 
73
83
        stamp-symlink.in ${DOC_TEXI}                            \
74
84
        ${man_MANS}
75
85
 
76
 
 
77
 
check-local:
78
 
        ./matrix_tst | diff $(srcdir)/matrix_tst.valid -
79
 
        ./muti_dim_array_tst | diff $(srcdir)/muti_dim_array_tst.valid -
80
 
        ./matvec_tst | diff $(srcdir)/matvec_tst.valid -
81
 
        ./matvec_range_tst | diff $(srcdir)/matvec_range_tst.valid -
82
 
 
83
86
BUILT_SOURCES = stamp-symlink.in
84
87
 
85
88
symlink: