All of lore.kernel.org
 help / color / mirror / Atom feed
* [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>
---
 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



^ permalink raw reply related	[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.