~chaffra/+junk/trilinos

« back to all changes in this revision

Viewing changes to packages/zoltan/src/Utilities/Config/Config.icc

  • 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
 
# Zoltan Library for Parallel Applications                                   #
3
 
# Copyright (c) 2000,2001,2002, Sandia National Laboratories.                #
4
 
# For more info, see the README file in the top-level Zoltan directory.      # 
5
 
##############################################################################
6
 
##############################################################################
7
 
# CVS File Information
8
 
#    $RCSfile: Config.icc,v $
9
 
#    $Author: kddevin $
10
 
#    $Date: 2005/03/25 22:54:31 $
11
 
#    $Revision: 1.3 $
12
 
##############################################################################
13
 
 
14
 
##############################################################################
15
 
#  Environment variables for compiling the Zoltan and test drivers for
16
 
#  Sandia's Institutional Computing Cluster, which are Intel 7.1 compilers.
17
 
#  Submitted by Rich Drake, 9/23/03.
18
 
#  For explanations of these variables, please see Makefile.generic.
19
 
##############################################################################
20
 
 
21
 
DEFS                    = 
22
 
 
23
 
RANLIB                  = echo
24
 
AR                      = /usr/bin/ar rcv
25
 
 
26
 
CC                      = mpicc
27
 
INCLUDE_PATH            = 
28
 
DBG_FLAGS               = -g
29
 
OPT_FLAGS               = -O2
30
 
CFLAGS = $(OPT_FLAGS)
31
 
 
32
 
F90                     = mpif77
33
 
LOCAL_F90               = mpif77
34
 
F90CFLAGS               = -DFMANGLE=UNDERSCORE -DNO_MPI2
35
 
FFLAGS                  = 
36
 
SPPR_HEAD               = 
37
 
F90_MODULE_PREFIX       = -M
38
 
FARG                    = 
39
 
 
40
 
MPI_LIB                 = 
41
 
MPI_LIBPATH             = 
42
 
 
43
 
PARMETIS_LIBPATH        = -L../../ParMETIS
44
 
PARMETIS_INCPATH        = -I../../ParMETIS
45
 
 
46
 
PATOH_LIBPATH           = -L../../PaToH/lib
47
 
PATOH_INCPATH           = -I../../PaToH/src/api
48
 
 
49
 
#JOSTLE_LIBPATH         = -L/Net/proj/zoltan/arch/alpha/lib
50
 
#JOSTLE_INCPATH         = -I/Net/proj/zoltan/arch/all/src
51
 
#JOSTLE_SRCPATH         = /Net/proj/zoltan/arch/all/src
52
 
 
53
 
#NEMESIS_LIBPATH                = -L/projects/seacas/ross/current/lib
54
 
#NEMESIS_INCPATH                = -I/projects/seacas/ross/current/inc