Skip to content

Commit

Permalink
ppl: update to 1.1
Browse files Browse the repository at this point in the history
Signed-off-by: Luka Perkov <[email protected]>

SVN-Revision: 39068
  • Loading branch information
lperkov committed Dec 15, 2013
1 parent 152f0b7 commit 5efbcf2
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 44 deletions.
6 changes: 3 additions & 3 deletions tools/ppl/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=ppl
PKG_VERSION:=1.0
PKG_VERSION:=1.1

PKG_SOURCE_URL:=http://bugseng.com/products/ppl/download/ftp/releases/1.0/
PKG_SOURCE_URL:=http://bugseng.com/products/ppl/download/ftp/releases/$(PKG_VERSION)/
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_MD5SUM:=e8caeb84cd858f64b36333c368891c7b
PKG_MD5SUM:=82617a9c4e08606111ed9d2dc37ececa

HOST_FIXUP:=autoreconf

Expand Down
44 changes: 44 additions & 0 deletions tools/ppl/patches/001-disable-serial-tests.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
--- a/tests/BD_Shape/Makefile.am
+++ b/tests/BD_Shape/Makefile.am
@@ -21,8 +21,6 @@
# For the most up-to-date information see the Parma Polyhedra Library
# site: http://bugseng.com/products/ppl/ .

-AUTOMAKE_OPTIONS = serial-tests
-
if VALGRIND_TESTS_ENABLED

CHECKER = \
--- a/tests/Box/Makefile.am
+++ b/tests/Box/Makefile.am
@@ -21,8 +21,6 @@
# For the most up-to-date information see the Parma Polyhedra Library
# site: http://bugseng.com/products/ppl/ .

-AUTOMAKE_OPTIONS = serial-tests
-
if VALGRIND_TESTS_ENABLED

CHECKER = \
--- a/tests/Concrete_Expression/Makefile.am
+++ b/tests/Concrete_Expression/Makefile.am
@@ -21,8 +21,6 @@
# For the most up-to-date information see the Parma Polyhedra Library
# site: http://bugseng.com/products/ppl/ .

-AUTOMAKE_OPTIONS = serial-tests
-
if VALGRIND_TESTS_ENABLED

CHECKER = \
--- a/tests/Octagonal_Shape/Makefile.am
+++ b/tests/Octagonal_Shape/Makefile.am
@@ -21,8 +21,6 @@
# For the most up-to-date information see the Parma Polyhedra Library
# site: http://bugseng.com/products/ppl/ .

-AUTOMAKE_OPTIONS = serial-tests
-
if VALGRIND_TESTS_ENABLED

CHECKER = \
41 changes: 0 additions & 41 deletions tools/ppl/patches/001-gmp-conflicts.patch

This file was deleted.

0 comments on commit 5efbcf2

Please sign in to comment.