This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 3.x development tree".
The branch, master has been updated via d78457e94e5e0172431e0cf118875fb5ca491459 (commit) from 696c8a02e64af5a919a72b4d4713b061356621a6 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit d78457e94e5e0172431e0cf118875fb5ca491459 Author: Michael Tremer michael.tremer@ipfire.org Date: Sun Jul 17 19:00:07 2011 +0200
cloog-ppl: Fix renaming of the package.
I totally screwed up.
-----------------------------------------------------------------------
Summary of changes: pkgs/{cloog/cloog.nm => cloog-ppl/cloog-ppl.nm} | 10 ++++------ 1 files changed, 4 insertions(+), 6 deletions(-) rename pkgs/{cloog/cloog.nm => cloog-ppl/cloog-ppl.nm} (92%)
Difference in files: diff --git a/pkgs/cloog-ppl/cloog-ppl.nm b/pkgs/cloog-ppl/cloog-ppl.nm new file mode 100644 index 0000000..098d682 --- /dev/null +++ b/pkgs/cloog-ppl/cloog-ppl.nm @@ -0,0 +1,60 @@ +############################################################################### +# # +# IPFire.org - A linux based firewall # +# Copyright (C) 2007, 2008 Michael Tremer & Christian Schmidt # +# # +# This program is free software: you can redistribute it and/or modify # +# it under the terms of the GNU General Public License as published by # +# the Free Software Foundation, either version 3 of the License, or # +# (at your option) any later version. # +# # +# This program is distributed in the hope that it will be useful, # +# but WITHOUT ANY WARRANTY; without even the implied warranty of # +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # +# GNU General Public License for more details. # +# # +# You should have received a copy of the GNU General Public License # +# along with this program. If not, see http://www.gnu.org/licenses/. # +# # +############################################################################### + +############################################################################### +# Definitions +############################################################################### + +include $(PKGROOT)/Include + +PKG_NAME = cloog-ppl +PKG_VER = 0.15.9 +PKG_REL = 3 + +PKG_MAINTAINER = Michael Tremer michael.tremer@ipfire.org +PKG_GROUPS = System/Libraries +PKG_URL = http://www.cloog.org +PKG_LICENSE = GPLv2+ +PKG_SUMMARY = The Chunky Loop Generator. + +PKG_BUILD_DEPS+= autoconf automake gmp-devel m4 ppl-devel>=0.11.2 + +define PKG_DESCRIPTION + CLooG is a software which generates loops for scanning Z-polyhedra. That is, \ + CLooG finds the code or pseudo-code where each integral point of one or more \ + parametrized polyhedron or parametrized polyhedra union is reached. CLooG is \ + designed to avoid control overhead and to produce a very efficient code. +endef + +PKG_TARBALL = $(THISAPP).tar.gz + +PKG_PACKAGES += $(PKG_NAME_REAL)-devel + +CONFIGURE_OPTIONS += \ + --with-ppl + +define STAGE_PREPARE_CMDS + cd $(DIR_APP) && sed -i configure \ + -e "s/ppl_minor_version=10/ppl_minor_version=11/" +endef + +define STAGE_TEST + cd $(DIR_APP) && make check +endef diff --git a/pkgs/cloog/cloog.nm b/pkgs/cloog/cloog.nm deleted file mode 100644 index 6d1c883..0000000 --- a/pkgs/cloog/cloog.nm +++ /dev/null @@ -1,62 +0,0 @@ -############################################################################### -# # -# IPFire.org - A linux based firewall # -# Copyright (C) 2007, 2008 Michael Tremer & Christian Schmidt # -# # -# This program is free software: you can redistribute it and/or modify # -# it under the terms of the GNU General Public License as published by # -# the Free Software Foundation, either version 3 of the License, or # -# (at your option) any later version. # -# # -# This program is distributed in the hope that it will be useful, # -# but WITHOUT ANY WARRANTY; without even the implied warranty of # -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # -# GNU General Public License for more details. # -# # -# You should have received a copy of the GNU General Public License # -# along with this program. If not, see http://www.gnu.org/licenses/. # -# # -############################################################################### - -############################################################################### -# Definitions -############################################################################### - -include $(PKGROOT)/Include - -PKG_NAME = cloog -PKG_VER = 0.15.9 -PKG_REL = 2 - -PKG_MAINTAINER = Michael Tremer michael.tremer@ipfire.org -PKG_GROUPS = System/Libraries -PKG_URL = http://www.cloog.org -PKG_LICENSE = GPLv2+ -PKG_SUMMARY = The Chunky Loop Generator. - -PKG_BUILD_DEPS+= autoconf automake gmp-devel m4 ppl-devel>=0.11.2 - -define PKG_DESCRIPTION - CLooG is a software which generates loops for scanning Z-polyhedra. That is, \ - CLooG finds the code or pseudo-code where each integral point of one or more \ - parametrized polyhedron or parametrized polyhedra union is reached. CLooG is \ - designed to avoid control overhead and to produce a very efficient code. -endef - -PKG_TARBALL = $(PKG_NAME)-ppl-$(PKG_VER).tar.gz - -PKG_PACKAGES = $(PKG_NAME_REAL)-ppl $(PKG_NAME_REAL)-ppl-devel - -DIR_APP = $(DIR_SRC)/$(PKG_NAME)-ppl-$(PKG_VER) - -CONFIGURE_OPTIONS += \ - --with-ppl - -define STAGE_PREPARE_CMDS - cd $(DIR_APP) && sed -i configure \ - -e "s/ppl_minor_version=10/ppl_minor_version=11/" -endef - -define STAGE_TEST - cd $(DIR_APP) && make check -endef
hooks/post-receive -- IPFire 3.x development tree