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

« back to all changes in this revision

Viewing changes to debian/Makefile_int.inc

  • Committer: Package Import Robot
  • Author(s): Andreas Tille, Christophe Trophime, Andreas Tille
  • Date: 2012-07-17 10:12:24 UTC
  • Revision ID: package-import@ubuntu.com-20120717101224-tamuyxw5aacd6lsp
Tags: 5.1.12b.dfsg-2
[ Christophe Trophime ]
* Rename gmap to avoid clash with "gmap package" (Closes: #680484)
* Update install for gmap name change
* Correct scotch_gmpap names in [pt]scotch.install Try to supress
  lintian warnings
* Fix install for scotch_gmap.1 manpage
* Fix change from gmap to scotch_gmap

[ Andreas Tille ]
* debian/control:
   - Add myself to uploaders
   - Standards-Version: 3.9.3 (no changes needed)
* debian/Makefile*.inc: Enable propagation of hardening flags
* debian/patches/format-security.patch: Fix format security issue

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
CCS     = mpicc
11
11
CCP     = mpicc
12
12
CCD     = mpicc
13
 
CFLAGS  = -O3 -fPIC -I. -I/usr/include/mpi -I/usr/include/lam -Drestrict=__restrict -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER
14
 
LDFLAGS = -pthread -lz -lm -lrt
 
13
CPPFLAGS= $(shell dpkg-buildflags --get CPPFLAGS)
 
14
CXXFLAGS= $(shell dpkg-buildflags --get CXXFLAGS)
 
15
CFLAGS  = $(shell dpkg-buildflags --get CFLAGS) -O3 -fPIC -I. -I/usr/include/mpi -I/usr/include/lam -Drestrict=__restrict -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER
 
16
LDFLAGS = $(shell dpkg-buildflags --get LDFLAGS) -pthread -lz -lm -lrt
15
17
CP      = cp
16
18
LEX     = flex -Pscotchyy -olex.yy.c
17
19
LN      = ln