~ubuntu-branches/ubuntu/warty/petsc/warty

« back to all changes in this revision

Viewing changes to bmake/linux_gcc_ifc/packages

  • Committer: Bazaar Package Importer
  • Author(s): Adam C. Powell, IV
  • Date: 2004-06-07 13:41:43 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040607134143-92p586zrauvie0le
Tags: 2.2.0-2
* Upstream patch level 2.
* New PETSC_BOPT_EXTRA option for different BOPT and lib names, with _c++
  symlinks only for plain and single (closes: #249617).
* New DEBIAN_DIST=contrib option to link with hypre, parmetis (closes:
  #249619).
* Combined petsc-c and petsc-fortran substvars into petsc-compilers.
* Extra quote in -dev prerm eliminates "too many arguments" problem.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# $Id: packages,v 1.6 2001/10/10 18:49:15 balay Exp $ 
 
2
#
 
3
# Location of BLAS and LAPACK.  See ${PETSC_DIR}/docs/intallation.html 
 
4
# for information on retrieving them.
 
5
#
 
6
BLASLAPACK_LIB = -L/home/petsc/soft/linux-rh73-intel/fblaslapack -lflapack -lfblas
 
7
#
 
8
# Location of MPI (Message Passing Interface) software
 
9
#
 
10
MPI_LIB        = ${PETSC_DIR}/lib/lib${BOPT}/${PETSC_ARCH}/libmpiuni.a
 
11
MPI_INCLUDE    = -I${PETSC_DIR}/include/mpiunix
 
12
MPIRUN         = ${PETSC_DIR}/bin/mpirun.uni
 
13
#
 
14
# ----------------------------------------------------------------------------------------  
 
15
#  Locations of OPTIONAL packages. Comment out those you do not have.
 
16
# ----------------------------------------------------------------------------------------  
 
17
#
 
18
# Location of X-windows software
 
19
#
 
20
X11_INCLUDE    =
 
21
X11_LIB        = -L/usr/X11R6/lib -lX11
 
22
PETSC_HAVE_X11 = -DPETSC_HAVE_X11
 
23
#
 
24
#