| Commit message (Expand) | Author | Age | Files | Lines |
* | gnu: Add 'version-prefix' and 'version-major+minor'; use them.•••The procedure version-prefix truncates a version string to a certain
number of components. version-major+minor is a special case of this,
which extracts the "major.minor" part of the string. Previously this
was handled by an expression common to several packages.
* guix/utils.scm (version-prefix, version-major+minor): New procedures
* gnu/packages/backup.scm (duplicity): Use version-major+minor.
* gnu/packages/cmake.scm (cmake): Likewise.
* gnu/packages/gnome.scm (libbonobo, libbonoboui): Likewise.
* gnu/packages/gnutls.scm (gnutls): Likewise.
* gnu/packages/mail.scm (gmime): Likewise.
* gnu/packages/mpd.scm (mpd): Likewise.
* gnu/packages/mpi.scm (openmpi): Likewise.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Ian Denhardt | 2014-10-20 | 1 | -4/+4 |
* | gnu: openmpi: Add memchecker support.•••* gnu/packages/mpi.scm (openmpi) [inputs]: Add valgrind. Unpropagate
gfortran. [arguments]: Add configure flags for memchecker.
| Eric Bavier | 2014-05-18 | 1 | -3/+8 |
* | gnu: openmpi: Use our hwloc.•••* gnu/packages/mpi.scm (hwloc): Propagate numactl.
(openmpi)[inputs]: Add hwloc.
[native-inputs]: Add pkg-config.
[argument]: Add hwloc configure flags.
| Eric Bavier | 2014-05-12 | 1 | -7/+12 |
* | gnu: Add hwloc.•••* gnu/packages/mpi.scm (hwloc): New variable.
(openmpi): Add TODO comment.
| Ludovic Courtès | 2014-05-09 | 1 | -1/+56 |
* | gnu: openmpi: Fix typo in download uri•••* gnu/packages/mpi.scm (openmpi)[origin]: Fix typo.
| Eric Bavier | 2014-05-08 | 1 | -1/+1 |
* | gnu: openmpi: Avoid "open source" verbiage•••* gnu/packages/mpi.scm (openmpi)[synopsis,description]: Remove mention
of "open source".
| Eric Bavier | 2014-05-08 | 1 | -8/+7 |
* | gnu: Add OpenMPI•••* gnu/packages/mpi.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
| Eric Bavier | 2014-05-08 | 1 | -0/+66 |