~ubuntu-branches/ubuntu/maverick/petsc/maverick

« back to all changes in this revision

Viewing changes to debian/petsc-ext

  • Committer: Bazaar Package Importer
  • Author(s): Adam C. Powell, IV
  • Date: 2008-08-28 12:49:26 UTC
  • Revision ID: james.westby@ubuntu.com-20080828124926-pnlysvt37zwz56hr
Tags: 2.3.3-15
* Fixed bashism in debian/petsc-ext (closes: #488714).
* Added src/mat/impls/aij/mpi/mpiaij.h to include directory in
  libpetsc2.3.3-dev (closes: #496679).
* Moved debian/petsc2.3.2-doc* files to correct version (closes: #496680).

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
# This little script determines the extensions on the PETSC_NAME, the shared
3
3
# library sonames, etc. based on nonstandard compiler and MPI implementations.
4
4
 
5
 
if [ "$1" == "linux_alpha_dec" ]; then
 
5
if [ "$1" = "linux_alpha_dec" ]; then
6
6
        echo -n "-dec";
7
7
fi
8
8
if [ "$2" != "openmpi" ]; then