summaryrefslogtreecommitdiff
path: root/gnu/packages/patches
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2020-01-08 19:03:12 +0100
committerMarius Bakke <mbakke@fastmail.com>2020-01-08 21:56:05 +0100
commit02fef9619bd96086aa9255ffb0944d4cda617c84 (patch)
treedb576a11ab1a7f3379271a059d31996bf3c809af /gnu/packages/patches
parent9d2c24d22780f6db8b2190905dcff6c8d498df56 (diff)
downloadguix-patches-02fef9619bd96086aa9255ffb0944d4cda617c84.tar
guix-patches-02fef9619bd96086aa9255ffb0944d4cda617c84.tar.gz
gnu: Boost: Update to 1.72.0.
* gnu/packages/patches/boost-dumpversion.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/boost.scm (boost): Update to 1.72.0. [source](uri): Remove defunct mirror. [source](patches): Remove. [arguments]: Adjust /bin/sh substitutions. Remove obsolete workaround.
Diffstat (limited to 'gnu/packages/patches')
-rw-r--r--gnu/packages/patches/boost-dumpversion.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/gnu/packages/patches/boost-dumpversion.patch b/gnu/packages/patches/boost-dumpversion.patch
deleted file mode 100644
index 7df779cfe6..0000000000
--- a/gnu/packages/patches/boost-dumpversion.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-This issue is described here: https://github.com/openwrt/packages/pull/8685
-and has not been solved as of 1.70.0 release.
-
---- a/tools/build/src/tools/common.jam
-+++ b/tools/build/src/tools/common.jam
-@@ -973,18 +973,6 @@
- }
- }
-
-- # From GCC 5, versioning changes and minor becomes patch
-- if $(tag) = gcc && [ numbers.less 4 $(version[1]) ]
-- {
-- version = $(version[1]) ;
-- }
--
-- # Ditto, from Clang 4
-- if ( $(tag) = clang || $(tag) = clangw ) && [ numbers.less 3 $(version[1]) ]
-- {
-- version = $(version[1]) ;
-- }
--
- # On intel, version is not added, because it does not matter and it is the
- # version of vc used as backend that matters. Ideally, we should encode the
- # backend version but that would break compatibility with V1.