~chaffra/+junk/petsc

« back to all changes in this revision

Viewing changes to include/petscversion.h

  • Committer: Package Import Robot
  • Author(s): "Adam C. Powell, IV", Adam C. Powell, IV, Matthias Klose
  • Date: 2011-04-07 21:20:50 UTC
  • mfrom: (6.1.17 sid)
  • Revision ID: package-import@ubuntu.com-20110407212050-gu6b1jbtvs8992nb
Tags: 3.1.dfsg-11
[ Adam C. Powell, IV ]
* Use HDF5 only on openmpi architectures (closes: #602660, #605294).
* Bump Standards-Version, no changes needed.
* Update to upstream patch level 8 (closes: #621609).
* Clean target update.
* Fix stamps to prevent double-building.

[ Matthias Klose ]
* Patch PETSc build system to link properly to hypre libs, and change BLACS
  lib order in rules, to make binutils-gold work (closes: #608902).
* Explicitly set PETSC_BUILD_GNU_SYSTEM in rules.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
#define PETSC_VERSION_MAJOR      3
6
6
#define PETSC_VERSION_MINOR      1
7
7
#define PETSC_VERSION_SUBMINOR   0
8
 
#define PETSC_VERSION_PATCH      5
 
8
#define PETSC_VERSION_PATCH      8
9
9
#define PETSC_VERSION_DATE       "Mar, 25, 2010"
10
 
#define PETSC_VERSION_PATCH_DATE "Mon Sep 27 11:51:54 CDT 2010"
 
10
#define PETSC_VERSION_PATCH_DATE "Thu Mar 17 13:37:48 CDT 2011"
11
11
 
12
12
#if !defined (PETSC_VERSION_HG)
13
 
#define PETSC_VERSION_HG         "1b3dc7caf650c17b3732147f0ff2f82ed80e0fd9"
 
13
#define PETSC_VERSION_HG         "1409dfc44c26997c47851592fa5dce2a0c80bb8d"
14
14
#endif
15
15
 
16
16
#if !defined(PETSC_VERSION_DATE_HG)
17
 
#define PETSC_VERSION_DATE_HG         "Mon Sep 27 11:51:31 2010 -0500"
 
17
#define PETSC_VERSION_DATE_HG         "Thu Mar 17 12:43:03 2011 -0500"
18
18
#endif
19
19
 
20
20
#define PETSC_VERSION_(MAJOR,MINOR,SUBMINOR) \