~ubuntu-branches/ubuntu/trusty/scotch/trusty

« back to all changes in this revision

Viewing changes to src/libscotch/common_file.c

  • Committer: Bazaar Package Importer
  • Author(s): "Adam C. Powell, IV", Christophe Trophime, Adam C. Powell, IV
  • Date: 2010-12-29 13:07:19 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20101229130719-jwalolw5d6av6wqx
Tags: 5.1.11.dfsg-1
[Christophe Trophime]
* New upstream release
* Forward-ported patches to version 5.1.10b.
* Install scotch headers properly.
* Fix chrpath commands in debian/rules.
* Fix (pt)scotch library install paths.
* Fix lintian errors and warnings.

[Adam C. Powell, IV]
* Forward-ported patches to version 5.1.11.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* Copyright 2007,2008 ENSEIRB, INRIA & CNRS
 
1
/* Copyright 2007,2008,2010 ENSEIRB, INRIA & CNRS
2
2
**
3
3
** This file is part of the Scotch software package for static mapping,
4
4
** graph partitioning and sparse matrix ordering.
40
40
/**                                                        **/
41
41
/**   DATES      : # Version 5.0  : from : 21 may 2007     **/
42
42
/**                                 to   : 16 mar 2008     **/
 
43
/**                # Version 5.1  : from : 27 jun 2010     **/
 
44
/**                                 to     27 jun 2010     **/
43
45
/**                                                        **/
44
46
/************************************************************/
45
47
 
49
51
 
50
52
#define COMMON_FILE
51
53
 
 
54
#ifndef COMMON_NOMODULE
 
55
#include "module.h"
 
56
#endif /* COMMON_NOMODULE */
52
57
#include "common.h"
53
58
#include "common_file.h"
54
59