~chaffra/+junk/trilinos

« back to all changes in this revision

Viewing changes to cmake/ctest/drivers/s909348/ctest_mac_nightly_serial_release_s909348.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
 
 
2
INCLUDE("${CTEST_SCRIPT_DIRECTORY}/TrilinosCTestDriverCore.s909348.gcc.cmake")
 
3
 
 
4
#
 
5
# Set the options specific to this build case
 
6
#
 
7
 
 
8
SET(COMM_TYPE SERIAL)
 
9
SET(BUILD_TYPE RELEASE)
 
10
SET(BUILD_DIR_NAME SERIAL_RELEASE_10.0)
 
11
SET(Trilinos_TRACK "Nightly Release 10.0")
 
12
 
 
13
SET(Trilinos_BRANCH "trilinos-release-10-0-branch")
 
14
 
 
15
# Exclude Sundance because of strange segfault (see bug 4382)
 
16
SET(EXTRA_EXCLUDE_PACKAGES Sundance)
 
17
 
 
18
SET( EXTRA_CONFIGURE_OPTIONS
 
19
  "-DDART_TESTING_TIMEOUT:STRING=600"
 
20
  "-DCMAKE_VERBOSE_MAKEFILE:BOOL=TRUE"
 
21
  "-DTrilinos_ENABLE_EXPLICIT_INSTANTIATION:BOOL=ON"
 
22
  "-DTPL_ENABLE_Boost:BOOL=ON"
 
23
  "-DBoost_INCLUDE_DIRS=/Users/bmpersc/lib/boost_1_38_0"
 
24
  )
 
25
 
 
26
#
 
27
# Set the rest of the system-specific options and run the dashboard build/test
 
28
#
 
29
 
 
30
TRILINOS_SYSTEM_SPECIFIC_CTEST_DRIVER()