~ubuntu-branches/debian/sid/pari/sid

« back to all changes in this revision

Viewing changes to config/get_gmp

  • Committer: Package Import Robot
  • Author(s): Bill Allombert
  • Date: 2013-09-24 20:49:44 UTC
  • mfrom: (1.2.7)
  • Revision ID: package-import@ubuntu.com-20130924204944-3ddctn0k2mk1rpov
Tags: 2.5.5-1
* New upstream release
  - Fix detection of multiarch GMP.
* debian/control:
  - Bump Standards-Version to 3.9.4.
* debian/rules:
  - Add CPU mapping for s390x, sparc64 and ppc64

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
fi
12
12
 
13
13
if test -n "$gmp"; then
14
 
  pth="$with_gmp_include $basic_include_path"
 
14
  pth="$with_gmp_include $basic_include_path /usr/include/$multiarch"
15
15
  x=`./locate 'gmp.h' '' $pth`
16
16
  case $x in
17
17
   ?:/*|/*) gmp_include=`dirname $x`