aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/aidc.scm
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2019-12-15 15:17:24 +0100
committerRicardo Wurmus <rekado@elephly.net>2019-12-15 15:39:04 +0100
commit0726645eca3963ebae223aa263817fc7ad71b3da (patch)
treef854e527e510e35ac3d0e9d7b8eef0be626f9d0c /gnu/packages/aidc.scm
parent867018e1384cb778e92db48557ebd48f3181d1ef (diff)
downloadguix-0726645eca3963ebae223aa263817fc7ad71b3da.tar.gz
guix-0726645eca3963ebae223aa263817fc7ad71b3da.zip
gnu: r-genefilter: Update to 1.68.0.
* gnu/packages/bioinformatics.scm (r-genefilter): Update to 1.68.0. [propagated-inputs]: Remove r-s4vectors and add r-biocgenerics.
Diffstat (limited to 'gnu/packages/aidc.scm')
0 files changed, 0 insertions, 0 deletions
c9e4ab678bf67368de1add59'>Merge branch 'ungrafting' into stagingMarius Bakke 2020-12-27gnu: libffi: On powerpc, patch with --force....As explained in bug 45252, this is the right way to invoke it. Efraim has confirmed that it is OK to make this change on master branch for the generic powerpc case, even though it will in theory cause rebuilds on that architecture, since in practice it isn't actually being used yet. * gnu/packages/libffi.scm (arguments): Change the invocation of the "patch" tool in the case where the %current-target-system or %current-system begins with "powerpc", so that we invoke it using --force instead of --batch. Chris Marusich 2020-12-27gnu: libffi: On powerpc64le, patch using --force....As explained in bug 45252, this is the right way to invoke it. * gnu/packages/libffi.scm (arguments): Change the invocation of the "patch" tool in the case where the %current-target-system or %current-system begins with "powerpc64le", so that we invoke it using --force instead of --batch. Chris Marusich 2020-12-21Merge branch 'ungrafting' into stagingMarius Bakke 2020-12-20Revert "gnu: libffi: Add unreleased patch to fix float128 on powerpc64le."...This reverts commit 4fff5ab24126a152b50c036b9bf8dc6f2740f094. In <https://debbugs.gnu.org/cgi/bugreport.cgi?bug=45252> we decided to apply a patch to master instead, so this change is no longer needed on core-updates. Chris Marusich 2020-12-20gnu: libffi: Add unreleased patch to fix float128 on powerpc64le....Fixes <https://bugs.gnu.org/45252>. * gnu/packages/patches/libffi-float128-powerpc64le.patch: Import patch file from <https://github.com/libffi/libffi/pull/561.patch>. * gnu/packages/libffi.scm (libffi)[arguments]: Apply patch conditionally for powerpc64le-* systems in a phase. [inputs]: Add patch as input conditionally for powerpc64le-* systems. * gnu/local.mk (dist_patch_DATA): Add patch file to build system. Signed-off-by: Chris Marusich <cmmarusich@gmail.com> John Doe 2020-12-13gnu: python-cffi: Update to 1.14.4....* gnu/packages/libffi.scm (python-cffi): Update to 1.14.4. Marius Bakke 2020-11-29Merge remote-tracking branch 'origin/master' into core-updatesChristopher Baines 2020-11-28gnu: libffi: Add unreleased patch to fix float128 on powerpc64le....* gnu/packages/patches/libffi-float128-powerpc64le.patch: Import patch file from <https://github.com/libffi/libffi/pull/561.patch>. * gnu/packages/libffi.scm (libffi)[patches]: Apply patch. * gnu/local.mk (dist_patch_DATA): Add patch file to build system. Signed-off-by: Ludovic Courtès <ludo@gnu.org> John Doe