aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/mpi.scm
diff options
context:
space:
mode:
authorMark H Weaver <mhw@netris.org>2018-12-17 23:34:34 -0500
committerMark H Weaver <mhw@netris.org>2018-12-17 23:34:34 -0500
commit42159e76e257a3a0ab7357efc79bdc25ead369fb (patch)
tree83dba733bcab15b6d467193f4bf5c3b48678643e /gnu/packages/mpi.scm
parentc15ba0dbf1cda50a8af171ff0598e15eef2a14d4 (diff)
downloadguix-42159e76e257a3a0ab7357efc79bdc25ead369fb.tar.gz
guix-42159e76e257a3a0ab7357efc79bdc25ead369fb.zip
gnu: linux-libre@4.9: Update to 4.9.146.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.146.
Diffstat (limited to 'gnu/packages/mpi.scm')
0 files changed, 0 insertions, 0 deletions
gnu: gcc-4.7: On powerpc64le, fix /lib64 references....Fixes: <https://bugs.gnu.org/46253>. * gnu/packages/gcc.scm (gcc-4.7)[#:phases][pre-configure]: When the gcc/config/rs6000 directory exists, replace "/lib64" with "/lib" in all files within it. Note that this fix will be picked up by any package that re-uses the pre-configure phase from gcc-4.7 (e.g., all the usual gcc packages). (make-libstdc++)[#:phases][fix-rs6000-libdir]: New phase, which does the same as above. It was necessary to duplicate the fix here because make-libstdc++ does not re-use the pre-configure phase from gcc-4.7. Chris Marusich