~chaffra/+junk/trilinos

« back to all changes in this revision

Viewing changes to packages/didasko/examples/aztecoo/CMakeLists.txt

  • Committer: Bazaar Package Importer
  • Author(s): Christophe Prud'homme, Christophe Prud'homme, Johannes Ring
  • Date: 2009-12-13 12:53:22 UTC
  • mfrom: (5.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20091213125322-in0nrdjc55deqsw9
Tags: 10.0.3.dfsg-1
[Christophe Prud'homme]
* New upstream release

[Johannes Ring]
* debian/patches/libname.patch: Add prefix 'libtrilinos_' to all
  libraries. 
* debian/patches/soname.patch: Add soversion to libraries.
* debian/watch: Update download URL.
* debian/control:
  - Remove python-numeric from Build-Depends (virtual package).
  - Remove automake and autotools from Build-Depends and add cmake to
    reflect switch to CMake.
  - Add python-support to Build-Depends.
* debian/rules: 
  - Cleanup and updates for switch to CMake.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
INCLUDE(PackageAddExecutableAndTest)
 
3
 
 
4
PACKAGE_ADD_EXECUTABLE_AND_TEST(
 
5
  AztecOO_ex1
 
6
  SOURCES ex1.cpp
 
7
  ARGS
 
8
  COMM serial mpi
 
9
  NUM_MPI_PROCS 1-4
 
10
  )
 
11
 
 
12
PACKAGE_ADD_EXECUTABLE_AND_TEST(
 
13
  AztecOO_ex2
 
14
  SOURCES ex2.cpp
 
15
  ARGS
 
16
  COMM serial mpi
 
17
  NUM_MPI_PROCS 1-4
 
18
  )
 
19
 
 
20
PACKAGE_ADD_EXECUTABLE_AND_TEST(
 
21
  AztecOO_ex3
 
22
  SOURCES ex3.cpp
 
23
  ARGS
 
24
  COMM serial mpi
 
25
  NUM_MPI_PROCS 1-4
 
26
  )