about summary refs log tree commit diff
path: root/pkgs/development/libraries/mpfr/default.nix
Commit message (Collapse)AuthorAge
* treewide: Remove usage of remaining redundant platform compatability stuffJohn Ericson2018-08-30
| | | | | Want to get this out of here for 18.09, so it can be deprecated thereafter.
* treewide: http -> httpsRyan Mulligan2018-06-23
|
* mpfr: 3.1.6 -> 4.0.1Timo Kaufmann2018-04-27
|
* mpfr: 3.1.3 -> 3.1.6 (bugfix)Vladimír Čunát2018-02-13
| | | | There's also 4.0.0, but I'd leave that for later.
* treewide: Simplify some `doCheck` callsJohn Ericson2018-01-09
| | | | | | In anticipation of what I outline in #33599, I only simplify exactly those `doCheck`s which are equal to `hostPlatform != buildPlatform`. I also stick a comment next to them so I can grep for them later.
* treewide: Do not limit hardenging because gcc 4.9 in bootstrapJohn Ericson2017-09-14
| | | | Bootstrap tools has since been bumped
* treewide: Add man & info outputs where necessary (instead of doc)Tuomas Tynkkynen2017-08-11
| | | | | Because man & info pages won't be going to $doc after the next commit. Scripted change for the files having one-package-per-file.
* mpfs: Fix for cross by disabling checkJohn Ericson2017-06-22
| | | | | check phase is now only disabled by *default* for cross, but mpfr was forcing it always.
* treewide: Shuffle outputsTuomas Tynkkynen2016-08-29
| | | | Make either 'bin' or 'out' the first output.
* Merge remote-tracking branch 'upstream/master' into hardened-stdenvRobin Gloster2016-04-18
|\
| * Merge branch 'master' into closure-sizeLuca Bruno2015-12-11
| |\
| * \ Merge commit staging+systemd into closure-sizeVladimír Čunát2015-10-03
| |\ \ | | | | | | | | | | | | Many non-conflict problems weren't (fully) resolved in this commit yet.
| * \ \ Merge 'staging' into closure-sizeVladimír Čunát2015-04-18
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - there were many easy merge conflicts - cc-wrapper needed nontrivial changes Many other problems might've been created by interaction of the branches, but stdenv and a few other packages build fine now.
| * \ \ \ Merge branch 'staging' into v/modularVladimír Čunát2014-08-31
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts (easy): pkgs/development/interpreters/perl/5.10/setup-hook.sh pkgs/development/interpreters/perl/5.8/setup-hook.sh pkgs/development/libraries/gtk+/2.x.nix
| * | | | | mutiout: make it builtinVladimír Čunát2014-08-30
| | | | | |
| * | | | | WIP: getting goodVladimír Čunát2014-08-27
| | | | | |
* | | | | | Use general hardening flag toggle listsFranz Pletz2016-03-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The following parameters are now available: * hardeningDisable To disable specific hardening flags * hardeningEnable To enable specific hardening flags Only the cc-wrapper supports this right now, but these may be reused by other wrappers, builders or setup hooks. cc-wrapper supports the following flags: * fortify * stackprotector * pie (disabled by default) * pic * strictoverflow * format * relro * bindnow
* | | | | | bootstrap env: disable stackprotector hardening until gcc >=4.9Robin Gloster2016-02-22
| |_|_|_|/ |/| | | |
* | | | | Fix MPFR build again on SmartOS.Danny Wilson2015-11-16
| |_|_|/ |/| | |
* | | | mpfr: 3.1.2 -> 3.1.3William A. Kennington III2015-07-17
| |_|/ |/| |
* | | mpfr: move gmp to propagatedBuildInputsLuca Bruno2015-04-08
| | |
* | | unmaintain a bunch of packagesLudovic Courtès2015-01-13
| | |
* | | mpfr: add gmp to LDFLAGSJohn Wiegley2015-01-03
| | |
* | | wip libc++Joel Taylor2014-09-09
| |/ |/|
* | Fix many package descriptionsBjørn Forsman2014-08-24
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (My OCD kicked in today...) Remove repeated package names, capitalize first word, remove trailing periods and move overlong descriptions to longDescription. I also simplified some descriptions as well, when they were particularly long or technical, often based on Arch Linux' package descriptions. I've tried to stay away from generated expressions (and I think I succeeded). Some specifics worth mentioning: * cron, has "Vixie Cron" in its description. The "Vixie" part is not mentioned anywhere else. I kept it in a parenthesis at the end of the description. * ctags description started with "Exuberant Ctags ...", and the "exuberant" part is not mentioned elsewhere. Kept it in a parenthesis at the end of description. * nix has the description "The Nix Deployment System". Since that doesn't really say much what it is/does (especially after removing the package name!), I changed that to "Powerful package manager that makes package management reliable and reproducible" (borrowed from nixos.org). * Tons of "GNU Foo, Foo is a [the important bits]" descriptions is changed to just [the important bits]. If the package name doesn't contain GNU I don't think it's needed to say it in the description either.
* Turn some license strings into lib.licenses valuesMateusz Kowalczyk2014-07-28
|
* mpfr: only use 3.1.2 and drop 3.1.1Vladimír Čunát2013-06-30
| | | | I tried some packages, all seem to compile fine.
* GCC 4.7.2 + updated libraries compiles on Illumos/SmartOS!Danny Wilson2013-02-28
| | | | | - Add solaris native ld support to GCC build wrapper - Add solaris ld wrapper that fixes -L argument order
* Attempt at getting GCC 4.7 compiled on Illumos...Danny Wilson2013-02-28
| | | | No success yet :-(
* GNU MPFR: Work around a FreeBSD bug.Ludovic Courtès2012-03-08
| | | | svn path=/nixpkgs/trunk/; revision=32884
* GNU MPFR 3.1.0.Ludovic Courtès2011-10-14
| | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=29849
* GNU MPFR 3.0.1.Ludovic Courtès2011-10-02
| | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=29586
* GNU MPFR 3.0.0.Ludovic Courtès2010-08-23
| | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=23372
* GNU MPFR: Add `platforms' and `maintainers'.Ludovic Courtès2010-08-23
| | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=23371
* Patches for mpfr to work on mips with gcc newer or equal to 4.4Lluís Batlle i Rossell2010-08-01
| | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=22843
* Enable parallel building of gcc, glibc, gmp, mpfr, coreutils, perl, git, and ↵Peter Simons2010-06-23
| | | | | | qt4. svn path=/nixpkgs/branches/stdenv-updates/; revision=22400
* GNU MPFR 2.4.2.Ludovic Courtès2009-12-18
| | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=19042
* * Oops.Eelco Dolstra2009-03-25
| | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=14711
* * mpfr updated to 2.4.1. Removed the INRIA link since the tarballEelco Dolstra2009-03-25
| | | | | | there has a different hash (!). svn path=/nixpkgs/branches/stdenv-updates/; revision=14709
* Update description for MPFR, now a GNU project.Ludovic Courtès2009-02-12
| | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=14040
* * mpfr 2.4.0.Eelco Dolstra2009-02-01
| | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=13935
* * Latest gmp, mpfr libraries.Eelco Dolstra2009-01-19
| | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=13803
* * GCC 4.3.1. (g++ doesn't work yet though.)Eelco Dolstra2008-06-26
| | | | svn path=/nixpkgs/trunk/; revision=12194
* Updated MPFRMichael Raskin2008-04-01
| | | | svn path=/nixpkgs/trunk/; revision=11441
* Added MPFR; will be needed for gfortran, that doesn't work for now.Michael Raskin2007-10-26
svn path=/nixpkgs/trunk/; revision=9526