~chaffra/+junk/trilinos

« back to all changes in this revision

Viewing changes to sampleScripts/linux-scico-lan-serial-debug-cmake

  • 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
EXTRA_ARGS=$@
 
2
 
 
3
cmake \
 
4
-D CMAKE_BUILD_TYPE:STRING=DEBUG \
 
5
-D CMAKE_CXX_COMPILER:FILEPATH=/usr/local/gcc/64Bit/3.4.3/bin/g++ \
 
6
-D CMAKE_C_COMPILER:FILEPATH=/usr/local/gcc/64Bit/3.4.3/bin/gcc \
 
7
-D CMAKE_Fortran_COMPILER:FILEPATH=/usr/local/gcc/64Bit/3.4.3/bin/g77 \
 
8
-D MEMORYCHECK_COMMAND:FILEPATH=/usr/local/bin/valgrind \
 
9
-D DART_TESTING_TIMEOUT:STRING=600 \
 
10
-D CMAKE_VERBOSE_MAKEFILE:BOOL=TRUE \
 
11
-D Trilinos_ENABLE_ALL_PACKAGES:BOOL=ON \
 
12
-D Trilinos_ENABLE_TESTS:BOOL=ON \
 
13
-D Teuchos_ENABLE_BOOST:BOOL=ON \
 
14
-D Teuchos_ENABLE_EXPLICIT_INSTANTIATION:BOOL=ON \
 
15
-D EpetraExt_BUILD_GRAPH_REORDERINGS:BOOL=ON \
 
16
-D EpetraExt_BUILD_BDF:BOOL=ON \
 
17
$EXTRA_ARGS \
 
18
/var/scratch2/rabartl/PROJECTS/Sierra/Aria_Trilinos/Trilinos/dev