about summary refs log tree commit diff
path: root/pkgs/development/libraries/mpfr
AgeCommit message (Collapse)AuthorFilesLines
2021-01-21pkgs/development/libraries: stdenv.lib -> libBen Siraphob1-5/+5
2020-08-04mpfr: 4.0.2 -> 4.1.0R. RyanTM1-2/+2
2020-07-31treewide: add warning comment to “boot” packagesMatthew Bauer1-0/+5
This adds a warning to the top of each “boot” package that reads: Note: this package is used for bootstrapping fetchurl, and thus cannot use fetchpatch! All mutable patches (generated by GitHub or cgit) that are needed here should be included directly in Nixpkgs as files. This makes it clear to maintainer that they may need to treat this package a little differently than others. Importantly, we can’t use fetchpatch here due to using <nix/fetchurl.nix>. To avoid having stale hashes, we need to include patches that are subject to changing overtime (for instance, gitweb’s patches contain a version number at the bottom).
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-2/+2
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-01-31mpfr: 4.0.1 -> 4.0.2Will Dietz1-3/+6
https://www.mpfr.org/mpfr-4.0.2/
2018-08-30treewide: Remove usage of remaining redundant platform compatability stuffJohn Ericson1-5/+3
Want to get this out of here for 18.09, so it can be deprecated thereafter.
2018-06-23treewide: http -> httpsRyan Mulligan1-1/+1
2018-04-27mpfr: 3.1.6 -> 4.0.1Timo Kaufmann1-2/+3
2018-04-03mpfr: remove unused patchMatthew Bauer1-1699/+0
2018-02-13mpfr: 3.1.3 -> 3.1.6 (bugfix)Vladimír Čunát1-6/+4
There's also 4.0.0, but I'd leave that for later.
2018-01-09treewide: Simplify some `doCheck` callsJohn Ericson1-1/+1
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.
2017-09-14treewide: Do not limit hardenging because gcc 4.9 in bootstrapJohn Ericson1-3/+0
Bootstrap tools has since been bumped
2017-08-11treewide: Add man & info outputs where necessary (instead of doc)Tuomas Tynkkynen1-1/+1
Because man & info pages won't be going to $doc after the next commit. Scripted change for the files having one-package-per-file.
2017-06-22mpfs: Fix for cross by disabling checkJohn Ericson1-4/+6
check phase is now only disabled by *default* for cross, but mpfr was forcing it always.
2016-08-29treewide: Shuffle outputsTuomas Tynkkynen1-1/+1
Make either 'bin' or 'out' the first output.
2016-04-18Merge remote-tracking branch 'upstream/master' into hardened-stdenvRobin Gloster1-0/+2
2016-03-05Use general hardening flag toggle listsFranz Pletz1-1/+1
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
2016-02-22bootstrap env: disable stackprotector hardening until gcc >=4.9Robin Gloster1-0/+3
2015-12-11Merge branch 'master' into closure-sizeLuca Bruno1-0/+1
2015-11-16Fix MPFR build again on SmartOS.Danny Wilson1-0/+1
2015-10-03Merge commit staging+systemd into closure-sizeVladimír Čunát2-11/+1703
Many non-conflict problems weren't (fully) resolved in this commit yet.
2015-07-17mpfr: 3.1.2 -> 3.1.3William A. Kennington III2-11/+1703
2015-04-18Merge 'staging' into closure-sizeVladimír Čunát1-2/+6
- 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.
2015-04-08mpfr: move gmp to propagatedBuildInputsLuca Bruno1-1/+2
2015-01-13unmaintain a bunch of packagesLudovic Courtès1-1/+1
2015-01-03mpfr: add gmp to LDFLAGSJohn Wiegley1-0/+1
2014-09-09wip libc++Joel Taylor1-0/+2
2014-08-31Merge branch 'staging' into v/modularVladimír Čunát1-1/+1
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
2014-08-30mutiout: make it builtinVladimír Čunát1-1/+1
2014-08-27WIP: getting goodVladimír Čunát1-1/+3
2014-08-24Fix many package descriptionsBjørn Forsman1-1/+1
(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.
2014-07-28Turn some license strings into lib.licenses valuesMateusz Kowalczyk1-2/+1
2013-06-30mpfr: only use 3.1.2 and drop 3.1.1Vladimír Čunát2-64/+13
I tried some packages, all seem to compile fine.
2013-06-17Merge remote-tracking branch 'origin/master' into stdenv-updates.Peter Simons1-0/+51
2013-06-11Update Julia to today's revisionMichael Raskin1-0/+51
2013-02-28GCC 4.7.2 + updated libraries compiles on Illumos/SmartOS!Danny Wilson1-13/+11
- Add solaris native ld support to GCC build wrapper - Add solaris ld wrapper that fixes -L argument order
2013-02-28Attempt at getting GCC 4.7 compiled on Illumos...Danny Wilson1-3/+3
No success yet :-(
2012-03-08GNU MPFR: Work around a FreeBSD bug.Ludovic Courtès1-1/+13
svn path=/nixpkgs/trunk/; revision=32884
2011-10-14GNU MPFR 3.1.0.Ludovic Courtès1-2/+2
svn path=/nixpkgs/branches/stdenv-updates/; revision=29849
2011-10-02GNU MPFR 3.0.1.Ludovic Courtès1-2/+2
svn path=/nixpkgs/branches/stdenv-updates/; revision=29586
2010-08-23GNU MPFR 3.0.0.Ludovic Courtès3-263/+2
svn path=/nixpkgs/branches/stdenv-updates/; revision=23372
2010-08-23GNU MPFR: Add `platforms' and `maintainers'.Ludovic Courtès1-0/+3
svn path=/nixpkgs/branches/stdenv-updates/; revision=23371
2010-08-01Patches for mpfr to work on mips with gcc newer or equal to 4.4Lluís Batlle i Rossell3-0/+261
svn path=/nixpkgs/branches/stdenv-updates/; revision=22843
2010-06-23Enable parallel building of gcc, glibc, gmp, mpfr, coreutils, perl, git, and ↵Peter Simons1-0/+2
qt4. svn path=/nixpkgs/branches/stdenv-updates/; revision=22400
2009-12-18GNU MPFR 2.4.2.Ludovic Courtès1-5/+7
svn path=/nixpkgs/branches/stdenv-updates/; revision=19042
2009-03-25* Oops.Eelco Dolstra1-1/+1
svn path=/nixpkgs/branches/stdenv-updates/; revision=14711
2009-03-25* mpfr updated to 2.4.1. Removed the INRIA link since the tarballEelco Dolstra1-5/+2
there has a different hash (!). svn path=/nixpkgs/branches/stdenv-updates/; revision=14709
2009-02-12Update description for MPFR, now a GNU project.Ludovic Courtès1-1/+15
svn path=/nixpkgs/branches/stdenv-updates/; revision=14040
2009-02-01* mpfr 2.4.0.Eelco Dolstra1-3/+6
svn path=/nixpkgs/branches/stdenv-updates/; revision=13935