* [PATCH] openmpacc: add dev dependency on clacc
@ 2016-08-31 18:09 Jacob Stiffler
2016-08-31 23:35 ` Denys Dmytriyenko
0 siblings, 1 reply; 3+ messages in thread
From: Jacob Stiffler @ 2016-08-31 18:09 UTC (permalink / raw)
To: meta-arago
* clacc is the openmpacc kernel compiler and is thus required when
developing with the openmpacc package.
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
---
| 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
--git a/meta-arago-extras/recipes-ti/openmpacc/openmpacc_git.bb b/meta-arago-extras/recipes-ti/openmpacc/openmpacc_git.bb
index 8fec0d1..a28a922 100644
--- a/meta-arago-extras/recipes-ti/openmpacc/openmpacc_git.bb
+++ b/meta-arago-extras/recipes-ti/openmpacc/openmpacc_git.bb
@@ -2,12 +2,13 @@ DESCRIPTION = "TI OpenMP-Acc host runtime and development packages"
include openmpacc.inc
-PR = "${INC_PR}.0"
+PR = "${INC_PR}.1"
inherit cmake
DEPENDS = "boost boost-native opencl"
RDEPENDS_${PN} += "opencl-runtime"
+RDEPENDS_${PN}-dev += "clacc"
S = "${WORKDIR}/git/host"
--
1.9.1
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [PATCH] openmpacc: add dev dependency on clacc
2016-08-31 18:09 [PATCH] openmpacc: add dev dependency on clacc Jacob Stiffler
@ 2016-08-31 23:35 ` Denys Dmytriyenko
2016-09-01 13:01 ` Stiffler, Jacob
0 siblings, 1 reply; 3+ messages in thread
From: Denys Dmytriyenko @ 2016-08-31 23:35 UTC (permalink / raw)
To: Jacob Stiffler; +Cc: meta-arago
Ack. I'll push outstanding patches tomorrow, after the release is out.
On Wed, Aug 31, 2016 at 02:09:53PM -0400, Jacob Stiffler wrote:
> * clacc is the openmpacc kernel compiler and is thus required when
> developing with the openmpacc package.
>
> Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
> ---
> meta-arago-extras/recipes-ti/openmpacc/openmpacc_git.bb | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/meta-arago-extras/recipes-ti/openmpacc/openmpacc_git.bb b/meta-arago-extras/recipes-ti/openmpacc/openmpacc_git.bb
> index 8fec0d1..a28a922 100644
> --- a/meta-arago-extras/recipes-ti/openmpacc/openmpacc_git.bb
> +++ b/meta-arago-extras/recipes-ti/openmpacc/openmpacc_git.bb
> @@ -2,12 +2,13 @@ DESCRIPTION = "TI OpenMP-Acc host runtime and development packages"
>
> include openmpacc.inc
>
> -PR = "${INC_PR}.0"
> +PR = "${INC_PR}.1"
>
> inherit cmake
>
> DEPENDS = "boost boost-native opencl"
> RDEPENDS_${PN} += "opencl-runtime"
> +RDEPENDS_${PN}-dev += "clacc"
>
> S = "${WORKDIR}/git/host"
>
> --
> 1.9.1
>
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [PATCH] openmpacc: add dev dependency on clacc
2016-08-31 23:35 ` Denys Dmytriyenko
@ 2016-09-01 13:01 ` Stiffler, Jacob
0 siblings, 0 replies; 3+ messages in thread
From: Stiffler, Jacob @ 2016-09-01 13:01 UTC (permalink / raw)
To: Dmytriyenko, Denys; +Cc: meta-arago@arago-project.org
When will you be providing the release layer config?
> -----Original Message-----
> From: Dmytriyenko, Denys
> Sent: Wednesday, August 31, 2016 7:36 PM
> To: Stiffler, Jacob
> Cc: meta-arago@arago-project.org
> Subject: Re: [meta-arago] [PATCH] openmpacc: add dev dependency on
> clacc
>
> Ack. I'll push outstanding patches tomorrow, after the release is out.
>
> On Wed, Aug 31, 2016 at 02:09:53PM -0400, Jacob Stiffler wrote:
> > * clacc is the openmpacc kernel compiler and is thus required when
> > developing with the openmpacc package.
> >
> > Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
> > ---
> > meta-arago-extras/recipes-ti/openmpacc/openmpacc_git.bb | 3 ++-
> > 1 file changed, 2 insertions(+), 1 deletion(-)
> >
> > diff --git a/meta-arago-extras/recipes-ti/openmpacc/openmpacc_git.bb
> b/meta-arago-extras/recipes-ti/openmpacc/openmpacc_git.bb
> > index 8fec0d1..a28a922 100644
> > --- a/meta-arago-extras/recipes-ti/openmpacc/openmpacc_git.bb
> > +++ b/meta-arago-extras/recipes-ti/openmpacc/openmpacc_git.bb
> > @@ -2,12 +2,13 @@ DESCRIPTION = "TI OpenMP-Acc host runtime and
> development packages"
> >
> > include openmpacc.inc
> >
> > -PR = "${INC_PR}.0"
> > +PR = "${INC_PR}.1"
> >
> > inherit cmake
> >
> > DEPENDS = "boost boost-native opencl"
> > RDEPENDS_${PN} += "opencl-runtime"
> > +RDEPENDS_${PN}-dev += "clacc"
> >
> > S = "${WORKDIR}/git/host"
> >
> > --
> > 1.9.1
> >
> > _______________________________________________
> > meta-arago mailing list
> > meta-arago@arago-project.org
> > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-09-01 13:01 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-31 18:09 [PATCH] openmpacc: add dev dependency on clacc Jacob Stiffler
2016-08-31 23:35 ` Denys Dmytriyenko
2016-09-01 13:01 ` Stiffler, Jacob
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.