summary refs log tree commit diff
path: root/pkgs/development/libraries/gmp
Commit message (Collapse)AuthorAge
* Enable parallel building of gcc, glibc, gmp, mpfr, ncurses, coreutils, perl, ↵Peter Simons2010-08-08
| | | | | | | | | | | | python, git, and qt4. If a build expressions has set "enableParallelBuilding = true", then the generic builder may utilize more than one CPU core to build that particular expression. This feature works out of the box for GNU Make. Expressions that use other build drivers like Boost.Jam or SCons have to specify appropriate flags such as "-j${NIX_BUILD_CORES}" themselves. svn path=/nixpkgs/trunk/; revision=23042
* GMP: Build on all platforms.Ludovic Courtès2010-02-12
| | | | svn path=/nixpkgs/trunk/; revision=19955
* * Incorrect filename: 4.3.2 -> 4.3.1Eelco Dolstra2010-02-08
| | | | svn path=/nixpkgs/trunk/; revision=19869
* use gmp 4.3.2 on i686-darwinRob Vermaas2010-02-08
| | | | svn path=/nixpkgs/trunk/; revision=19864
* * gmp 4.3.2.Eelco Dolstra2010-01-19
| | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=19535
* Fixed some details on cross compilation. Among others:Lluís Batlle i Rossell2009-11-21
| | | | | | | | | | | | | | | | | | | | - Stating better the guile dependencies (native/host) for guile to build - Fixing cross-linking, through --rpath-link (ld(1) explains well about it - Made gcc call the linker and the assembler through the gcc wrapper instead of directly. I thought this was the source of missing -rpath's, but the source of the problem ended up being the lack of --rpath-link. But I think the native gcc calls the wrapped ld and as, so let's do the same cross compiling. - Removed the binutilsCross from the glibc expressions. Now they are built using the gcc-cross-wrapper, and they were built with the direct gcc and binutils before this change. - I think patchelf and strip don't break the cross-compiled binaries, so I reallow them on cross compilation. - I disable the checkPhase on cross compilation. This made gmp and libtool fail when cross compiled, iirc. svn path=/nixpkgs/branches/stdenv-updates/; revision=18498
* gmp: use standard GNU config.guessPeter Simons2009-06-29
| | | | | | | | | | | | | | | | | | | 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
* * gmp 4.3.1. Hopefully this fixes those weird build errors peopleEelco Dolstra2009-06-22
| | | | | | have been reporting. svn path=/nixpkgs/branches/stdenv-updates/; revision=16030
* svn path=/nixpkgs/branches/stdenv-updates/; revision=13947Eelco Dolstra2009-02-01
|
* * Latest gmp, mpfr libraries.Eelco Dolstra2009-01-19
| | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=13803
* gmp: removed superfluous settingsPjotr Prins2008-09-03
| | | | svn path=/nixpkgs/trunk/; revision=12791
* - Some Ruby interpreter bumped versionPjotr Prins2008-08-29
| | | | | | | | | | | | - 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
* gmp: added flag to enable building the cxx library (enabled by default)Peter Simons2008-07-15
| | | | svn path=/nixpkgs/trunk/; revision=12357
* * gmp 4.2.2 (needed for Mac OS X).Eelco Dolstra2007-12-14
| | | | svn path=/nixpkgs/trunk/; revision=9939
* * Rewrite all URLs to GNU mirrors to mirror://gnu/.Eelco Dolstra2007-08-27
| | | | svn path=/nixpkgs/trunk/; revision=9201
* * Added wxHaskell.Eelco Dolstra2006-12-13
* Added GNU MP, use it in pycrypto. svn path=/nixpkgs/trunk/; revision=7343