| Commit message (Collapse) | Author | Age |
|
|
|
|
| |
* gnu/packages/mpi.scm (openmpi)[arguments]: Remove timestamps from
source files. Delete installed configure logs.
|
|
|
|
|
| |
* gnu/packages/mpi.scm (openmpi): Update to 1.10.3.
[source]: Use https.
|
|
|
|
| |
* gnu/packages/mpi.scm (hwloc): Update to 1.11.2. Change URLs to https.
|
|
|
|
|
| |
* gnu/packages/mpi.scm (hwloc)[inputs]: Drop numactl on armhf, where the
package is not available.
|
|
|
|
|
|
|
| |
* gnu/packages/mpi.scm (openmpi): Update to 1.10.1.
[arguments]: Remove now-unsupported configure flags. Add
--enable-builtin-atomics. Remove development-oriented
--enable-debug.
|
|
|
|
|
|
|
| |
* gnu/packages/mpi.scm (hwloc): Update to 1.11.1.
[source]: Remove patch.
* gnu/packages/patches/hwloc-gather-topology-lstopo.patch: Delete it.
* gnu-system.am (dist_patch_DATA): Remove it.
|
|
|
|
|
| |
* gnu/packages/mpi.scm (hwloc)[inputs]: Move LIBPCIACCESS to...
[propagated-inputs]: ... here. New field.
|
|
|
|
|
|
| |
* gnu/packages/mpi.scm (openmpi): Upgrade to 1.8.5.
[native-inputs]: Add perl.
[arguments]: Add configure flags for thread support.
|
|
|
|
|
|
| |
* gnu/packages/mpi.scm (hwloc)[propagated-inputs]: Move numactl from here...
[inputs]: ...to here.
[arguments]: New 'refine-libnuma' phase.
|
|
|
|
|
|
|
|
|
| |
* gnu/packages/patches/hwloc-gather-topology-lstopo.patch: New patch.
* gnu/packages/mpi.scm (hwloc): Upgrade to 1.10.1.
[source]: Use patch.
[propagated-inputs]: Remove libpci.
[inputs]: Add libpciaccess.
* gnu-system.am (dist_patch_DATA): Add patch.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* gnu/packages/julia.scm (julia)[inputs]: Replace "gfortran-4.8" with
"gfortran".
* gnu/packages/machine-learning.scm (randomjungle)[native-inputs]: Likewise.
* gnu/packages/maths.scm (arpack-ng, lapack, petsc, superlu)
(superlu-dist, openblas, openspecfun, atlas)[inputs]: Likewise.
(octave)[native-inputs]: Likewise.
(gmsh)[propagated-inputs]: Likewise.
* gnu/packages/mpi.scm (openmpi)[inputs]: Likewise.
* gnu/packages/python.scm (python-numpy-bootstrap)[native-inputs]: Likewise.
* gnu/packages/python.scm (python-scipy)[native-inputs]: Likewise.
* gnu/packages/statistics.scm (r)[inputs]: Replace "gfortran-4.9" with
"gfortran".
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
| |
* gnu/packages/mpi.scm (openmpi) [inputs]: Add valgrind. Unpropagate
gfortran. [arguments]: Add configure flags for memchecker.
|
|
|
|
|
|
|
| |
* gnu/packages/mpi.scm (hwloc): Propagate numactl.
(openmpi)[inputs]: Add hwloc.
[native-inputs]: Add pkg-config.
[argument]: Add hwloc configure flags.
|
|
|
|
|
| |
* gnu/packages/mpi.scm (hwloc): New variable.
(openmpi): Add TODO comment.
|
|
|
|
| |
* gnu/packages/mpi.scm (openmpi)[origin]: Fix typo.
|
|
|
|
|
| |
* gnu/packages/mpi.scm (openmpi)[synopsis,description]: Remove mention
of "open source".
|
|
* gnu/packages/mpi.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
|