Commit graph

10 commits

Author SHA1 Message Date
Peter Simons 785e9630f0 gmp: use standard GNU config.guess
libgmp comes with an extended config.guess script that features more
accurate CPU detection. Unfortunately, use of that script causes the
configure phase to choose fairly aggressive optimization flags and the
resulting binaries might not work on architectures other than the
machine those binaries were built on.

The standard GNU config.guess script, however, recognizes a CPU type of
'x86' only. Thus, libgmp chooses the following settings:

  ABI="32"
  CC="gcc"
  CFLAGS="-m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro -march=pentiumpro"
  CPPFLAGS=""
  MPN_PATH=" x86/p6 x86 generic"

svn path=/nixpkgs/branches/stdenv-updates/; revision=16084
2009-06-29 11:01:10 +00:00
Eelco Dolstra 8f0f5c403d * gmp 4.3.1. Hopefully this fixes those weird build errors people
have been reporting.

svn path=/nixpkgs/branches/stdenv-updates/; revision=16030
2009-06-22 19:55:47 +00:00
Eelco Dolstra a422ef08e2 svn path=/nixpkgs/branches/stdenv-updates/; revision=13947 2009-02-01 21:46:11 +00:00
Eelco Dolstra d8f6e06ae4 * Latest gmp, mpfr libraries.
svn path=/nixpkgs/branches/stdenv-updates/; revision=13803
2009-01-19 10:45:46 +00:00
Pjotr Prins a4b504243d gmp: removed superfluous settings
svn path=/nixpkgs/trunk/; revision=12791
2008-09-03 10:30:47 +00:00
Pjotr Prins 73d2e4f49d - Some Ruby interpreter bumped version
- Kernel headers 2.6.18 added (XEN virtual images)
- unifdef package added for kernel headers 2.6.18
- Python Zope and 4suite added
- Trying bioconductor packages with R-lang (still failing)
- Bumped gmp version
- Added rq cluster runner - still requires extra gems (installs, but does not run)


svn path=/nixpkgs/trunk/; revision=12766
2008-08-29 13:53:28 +00:00
Peter Simons db8241e430 gmp: added flag to enable building the cxx library (enabled by default)
svn path=/nixpkgs/trunk/; revision=12357
2008-07-15 09:58:11 +00:00
Eelco Dolstra be02132b5d * gmp 4.2.2 (needed for Mac OS X).
svn path=/nixpkgs/trunk/; revision=9939
2007-12-14 16:35:31 +00:00
Eelco Dolstra 544cb9cb83 * Rewrite all URLs to GNU mirrors to mirror://gnu/.
svn path=/nixpkgs/trunk/; revision=9201
2007-08-27 13:42:00 +00:00
Eelco Dolstra fb73ce99f2 * Added wxHaskell.
* Added GNU MP, use it in pycrypto.

svn path=/nixpkgs/trunk/; revision=7343
2006-12-13 22:29:40 +00:00