~logan/ubuntu/trusty/suitesparse/4.2.1-3ubuntu1

« back to all changes in this revision

Viewing changes to CAMD/Include/camd.h

  • Committer: Bazaar Package Importer
  • Author(s): Christophe Prud'homme
  • Date: 2007-05-29 09:36:29 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20070529093629-zowquo0b7slkk6nc
Tags: 3.0.0-2
* suitesparse builds properly twice in a row
* Bug fix: "suitesparse - FTBFS: Broken build depens: libgfortran1-dev",
  thanks to Bastian Blank (Closes: #426349).
* Bug fix: "suitesparse_3.0.0-1: FTBFS: build-depends on
  libgfortran1-dev", thanks to Steve Langasek (Closes: #426354).

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
/* ========================================================================= */
4
4
 
5
5
/* ------------------------------------------------------------------------- */
6
 
/* CAMD Version 2.1, Copyright (c) 2006 by Timothy A. Davis, Yanqing Chen,   */
 
6
/* CAMD Version 2.2, Copyright (c) 2007 by Timothy A. Davis, Yanqing Chen,   */
7
7
/* Patrick R. Amestoy, and Iain S. Duff.  See ../README.txt for License.     */
8
8
/* email: davis at cise.ufl.edu    CISE Department, Univ. of Florida.        */
9
9
/* web: http://www.cise.ufl.edu/research/sparse/camd                         */
405
405
 *      #endif
406
406
 */
407
407
 
408
 
#define CAMD_DATE "Sept 28, 2006"
 
408
#define CAMD_DATE "May 31, 2007"
409
409
#define CAMD_VERSION_CODE(main,sub) ((main) * 1000 + (sub))
410
410
#define CAMD_MAIN_VERSION 2
411
 
#define CAMD_SUB_VERSION 1
412
 
#define CAMD_SUBSUB_VERSION 2
 
411
#define CAMD_SUB_VERSION 2
 
412
#define CAMD_SUBSUB_VERSION 0
413
413
#define CAMD_VERSION CAMD_VERSION_CODE(CAMD_MAIN_VERSION,CAMD_SUB_VERSION)
414
414
 
415
415
#ifdef __cplusplus