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

« back to all changes in this revision

Viewing changes to CHOLMOD/Include/cholmod_core.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
 
 * CHOLMOD/Include/cholmod_core.h.  Version 1.3.
 
6
 * CHOLMOD/Include/cholmod_core.h.
7
7
 * Copyright (C) 2005-2006, Univ. of Florida.  Author: Timothy A. Davis
8
8
 * CHOLMOD/Include/cholmod_core.h is licensed under Version 2.1 of the GNU
9
9
 * Lesser General Public License.  See lesser.txt for a text of the license.
244
244
 *      #endif
245
245
 */
246
246
 
247
 
#define CHOLMOD_DATE "Dec 2, 2006"
 
247
#define CHOLMOD_DATE "May 31, 2007"
248
248
#define CHOLMOD_VER_CODE(main,sub) ((main) * 1000 + (sub))
249
249
#define CHOLMOD_MAIN_VERSION 1
250
 
#define CHOLMOD_SUB_VERSION 3
 
250
#define CHOLMOD_SUB_VERSION 5
251
251
#define CHOLMOD_SUBSUB_VERSION 0
252
252
#define CHOLMOD_VERSION \
253
253
    CHOLMOD_VER_CODE(CHOLMOD_MAIN_VERSION,CHOLMOD_SUB_VERSION)
898
898
     * and workspace.  Note:  additional entries were added in v1.1 to the
899
899
     * method array, above, and thus v1.0 and v1.1 are not binary compatible.
900
900
     *
901
 
     * v1.1 through v1.3 are binary compatible.
 
901
     * v1.1 to the current version are binary compatible.
902
902
     */
903
903
 
904
904
    double  other1 [16] ;