summaryrefslogtreecommitdiff
path: root/gnu/packages/multiprecision.scm
Commit message (Collapse)AuthorAge
* gnu: Have MPFR and MPC propagate their input.Ludovic Courtès2013-02-05
| | | | | | * gnu/packages/multiprecision.scm (mpfr): Change GMP to a propagated input. (mpc): Likewise for GMP and MPFR. Reported by Andreas Enge <andreas@enge.fr>.
* distro: Rename (distro) to (gnu packages).Ludovic Courtès2013-01-18
| | | | | | | * distro.scm: Rename to... * gnu/packages.scm: ... this. Update all users accordingly. * Makefile.am (MODULES): Adjust accordingly. * po/POTFILES.in: Likewise.
* distro: Change the module name space to (gnu ...).Ludovic Courtès2013-01-18
* distro: Rename to... * gnu: ... this. Update module names accordingly. * Makefile.am: Adjust accordingly. * po/POTFILES.in: Likewise. * distro.scm: Search for files under /gnu/packages instead of /distro/packages. * gnu/packages/base.scm (ld-wrapper-boot3): Likewise.