[arch-commits] Commit in julia/trunk (PKGBUILD libunwind-version.patch)

Antonio Rojas arojas at archlinux.org
Thu Apr 2 08:46:15 UTC 2020


    Date: Thursday, April 2, 2020 @ 08:46:14
  Author: arojas
Revision: 609402

Remove obsolete patch (FS#66072)

Modified:
  julia/trunk/PKGBUILD
Deleted:
  julia/trunk/libunwind-version.patch

-------------------------+
 PKGBUILD                |    6 ------
 libunwind-version.patch |   17 -----------------
 2 files changed, 23 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-04-02 08:41:23 UTC (rev 609401)
+++ PKGBUILD	2020-04-02 08:46:14 UTC (rev 609402)
@@ -19,12 +19,10 @@
 makedepends=(cmake gcc-fortran gmp python)
 source=("https://github.com/JuliaLang/julia/releases/download/v$pkgver/$pkgbase-$pkgver-full.tar.gz"{,.asc}
         julia-system-cblas.patch
-        libunwind-version.patch
         make-install-no-build.patch)
 sha256sums=('880c73a08296ce8d94ad9605149f2a2b2b028e7202a700ef725da899300b8be9'
             'SKIP'
             'd4c8fe9eec1bc416549924ae328ceb3f63cc736ecd5e67886faa924e7c14bc5d'
-            '856dab2da8124df95e4fbd17f1164bebe1b10e99852fedf38f9dfe31f8ae295c'
             '0b57e0bc6e25c92fde8a6474394f7a99bfb57f9b5d0f7b53f988622ae67de8b7')
 # Julia (Binary signing key) <buildbot at julialang.org>
 validpgpkeys=('3673DF529D9049477F76B37566E3C7DC03D6E495')
@@ -35,10 +33,6 @@
   # Add and use option to build with system cblas
   patch -p1 -i ../julia-system-cblas.patch
 
-  # Fixing libunwind version check
-  # https://github.com/JuliaLang/julia/pull/29082
-  patch -p1 -i ../libunwind-version.patch
-
   # Don't build again in install
   patch -p1 -i ../make-install-no-build.patch
 

Deleted: libunwind-version.patch
===================================================================
--- libunwind-version.patch	2020-04-02 08:41:23 UTC (rev 609401)
+++ libunwind-version.patch	2020-04-02 08:46:14 UTC (rev 609402)
@@ -1,17 +0,0 @@
-diff --git a/src/julia_internal.h b/src/julia_internal.h
-index 186b5d7b2b..33143f2062 100644
---- a/src/julia_internal.h
-+++ b/src/julia_internal.h
-@@ -612,12 +612,9 @@ extern volatile int jl_in_stackwalk;
- #  include <libunwind.h>
- typedef unw_context_t bt_context_t;
- typedef unw_cursor_t bt_cursor_t;
--#  if (!defined(SYSTEM_LIBUNWIND) || UNW_VERSION_MAJOR > 1 ||   \
--       (UNW_VERSION_MAJOR == 1 && UNW_VERSION_MINOR != 0 && UNW_VERSION_MINOR != 1))
- // Enable our memory manager only for libunwind with our patch or
- // on a newer release
- #    define JL_UNW_HAS_FORMAT_IP 1
--#  endif
- #else
- // Unwinding is disabled
- typedef int bt_context_t;



More information about the arch-commits mailing list