[arch-commits] Commit in gap/trunk (PKGBUILD normalizinterface-missing-include.patch)

Antonio Rojas arojas at archlinux.org
Thu Mar 26 18:18:20 UTC 2020


    Date: Thursday, March 26, 2020 @ 18:18:19
  Author: arojas
Revision: 604487

Drop no longer needed patch

Modified:
  gap/trunk/PKGBUILD
Deleted:
  gap/trunk/normalizinterface-missing-include.patch

-----------------------------------------+
 PKGBUILD                                |    6 +-----
 normalizinterface-missing-include.patch |   12 ------------
 2 files changed, 1 insertion(+), 17 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-03-26 16:44:33 UTC (rev 604486)
+++ PKGBUILD	2020-03-26 18:18:19 UTC (rev 604487)
@@ -12,12 +12,10 @@
 license=(GPL)
 source=("https://www.gap-system.org/pub/gap/gap-${pkgver%.*}/tar.gz/gap-$pkgver.tar.gz" gap.sh
          git+https://github.com/gap-packages/NormalizInterface#commit=cd69a42
-         normalizinterface-missing-include.patch
          gap-polymake-4.0.patch)
 sha256sums=('6fda7af23394708aeb3b4bca8885f5fdcb7c3ae4419639dfb2d9f67d3f590abb'
             '143fb8a79a52c007903cce13407850df309ef803a9b00398d05169355917de46'
             'SKIP'
-            '2410dfc69f1f4d2f320e91590d55e59c7b557637f9f60b9e609b318cfc21c181'
             'e3f6d671c8df9acb6143a7c279391957967cd44f0a00b949323401d5b54ed685')
 makedepends=(libxaw givaro mpfi normaliz polymake boost libsemigroups c-xsc zeromq fplll wget chrpath fmt git)
 
@@ -37,10 +35,8 @@
 # Update NormalizInterface to support recent normaliz
   rm -r pkg/NormalizInterface-1.1.0
   cp -r ../NormalizInterface pkg
-  cd pkg/NormalizInterface
-  patch -p1 -i "$srcdir"/normalizinterface-missing-include.patch
 
-  cd ../PolymakeInterface-*
+  cd pkg/PolymakeInterface-*
   patch -p2 -i "$srcdir"/gap-polymake-4.0.patch # Fix build with polymake 4.0
 }
 

Deleted: normalizinterface-missing-include.patch
===================================================================
--- normalizinterface-missing-include.patch	2020-03-26 16:44:33 UTC (rev 604486)
+++ normalizinterface-missing-include.patch	2020-03-26 18:18:19 UTC (rev 604487)
@@ -1,12 +0,0 @@
-diff --git a/src/normaliz.cc b/src/normaliz.cc
-index a2ef45d..9768988 100644
---- a/src/normaliz.cc
-+++ b/src/normaliz.cc
-@@ -27,6 +27,7 @@
- 
- #include "libnormaliz/cone.h"
- #include "libnormaliz/map_operations.h"
-+#include "libnormaliz/dynamic_bitset.h"
- 
- #include <vector>
- 



More information about the arch-commits mailing list