From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: buildroot@busybox.net
Subject: [Buildroot] [buildroot][PATCH] Add cloog package. This package depends on ISL and GMP and is used by the GCC graphite optimisations.
Date: Mon, 19 May 2014 08:48:31 +0200 [thread overview]
Message-ID: <20140519084831.42cb3b0e@free-electrons.com> (raw)
In-Reply-To: <BLU436-SMTP926FE10AFAA2D9A363495FA8320@phx.gbl>
Dear Steve Thomas,
Same comment as the other patch: improve the commit log, and remove the
target variant of the package, that is not needed.
Thanks!
Thomas
On Mon, 19 May 2014 02:36:58 +0000, Steve Thomas wrote:
> Signed-off-by: Steve Thomas <scjthm@live.com>
> ---
> package/Config.in | 1 +
> package/cloog/Config.in | 8 ++++++++
> package/cloog/cloog.mk | 16 ++++++++++++++++
> 3 files changed, 25 insertions(+)
> create mode 100644 package/cloog/Config.in
> create mode 100644 package/cloog/cloog.mk
>
> diff --git a/package/Config.in b/package/Config.in
> index 2e71210..d5ada2f 100644
> --- a/package/Config.in
> +++ b/package/Config.in
> @@ -779,6 +779,7 @@ source "package/flann/Config.in"
> source "package/glibmm/Config.in"
> source "package/gmp/Config.in"
> source "package/isl/Config.in"
> +source "package/cloog/Config.in"
> source "package/gsl/Config.in"
> source "package/gtest/Config.in"
> source "package/libargtable2/Config.in"
> diff --git a/package/cloog/Config.in b/package/cloog/Config.in
> new file mode 100644
> index 0000000..db99242
> --- /dev/null
> +++ b/package/cloog/Config.in
> @@ -0,0 +1,8 @@
> +config BR2_PACKAGE_CLOOG
> + bool "cloog"
> + select BR2_PACKAGE_GMP
> + select BR2_PACKAGE_ISL
> + help
> + Chunky LOOp Generator - Library which generates loops for scanning Z-polyhedra.
> +
> + http://clooglib.org/
> diff --git a/package/cloog/cloog.mk b/package/cloog/cloog.mk
> new file mode 100644
> index 0000000..f5e3046
> --- /dev/null
> +++ b/package/cloog/cloog.mk
> @@ -0,0 +1,16 @@
> +################################################################################
> +#
> +# cloog
> +#
> +################################################################################
> +
> +CLOOG_VERSION = 0.18.1
> +CLOOG_SITE = http://www.bastoul.net/cloog/pages/download/count.php3?url=./
> +CLOOG_SOURCE = cloog-$(CLOOG_VERSION).tar.gz
> +CLOOG_INSTALL_STAGING = YES
> +CLOOG_LICENSE = LGPLv2.1
> +CLOOG_LICENSE_FILES = LICENSE
> +CLOOG_DEPENDENCIES = gmp isl
> +
> +$(eval $(autotools-package))
> +$(eval $(host-autotools-package))
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
prev parent reply other threads:[~2014-05-19 6:48 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-05-19 2:36 [Buildroot] [buildroot][PATCH] Add cloog package. This package depends on ISL and GMP and is used by the GCC graphite optimisations Steve Thomas
2014-05-19 6:48 ` Thomas Petazzoni [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20140519084831.42cb3b0e@free-electrons.com \
--to=thomas.petazzoni@free-electrons.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox