From c466155d28036b91db7a36cc6f793a56e7bded25 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Uwe=20K=C3=B6cher?= Date: Mon, 28 Jul 2014 15:37:23 +0200 Subject: [PATCH] Updated p4est to make use of the most current version 1.0 from github --- deal.II/packages/p4est.package | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/deal.II/packages/p4est.package b/deal.II/packages/p4est.package index a203b7f..63fdb20 100644 --- a/deal.II/packages/p4est.package +++ b/deal.II/packages/p4est.package @@ -1,11 +1,17 @@ -VERSION=0.3.4.2 -NAME=p4est-${VERSION} -SOURCE=http://p4est.github.io/release/ -PACKING=.tar.gz -CHECKSUM=ef38ea3be84628b1548188106a5b01e7 +VERSION=1.0 +NAME=p4est.git +EXTRACTSTO=p4est +SOURCE=https://github.com/cburstedde/ +PACKING=git BUILDCHAIN=custom package_specific_setup () { + ORIG_BUILD_DIR=`pwd` + cd ${UNPACK_PATH}/${EXTRACTSTO} + git submodule update --init; ./bootstrap + cd ${ORIG_BUILD_DIR} + unset ${ORIG_BUILD_DIR} + function bdie () { echo "Error: $@" exit 1 -- 2.39.5