public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
Search results ordered by [date|relevance]  view[summary|nested|Atom feed]
thread overview below | download mbox.gz: |
* [gentoo-commits] proj/sci:master commit in: sci-libs/tensorflow/
@ 2018-05-01 11:43 99% Mark Wright
  0 siblings, 0 replies; 1+ results
From: Mark Wright @ 2018-05-01 11:43 UTC (permalink / raw
  To: gentoo-commits

commit:     875c9dc4bf2929451a7630c479b9a6b2c3e35c99
Author:     Mark Wright <gienah <AT> gentoo <DOT> org>
AuthorDate: Tue May  1 11:43:00 2018 +0000
Commit:     Mark Wright <gienah <AT> gentoo <DOT> org>
CommitDate: Tue May  1 11:43:00 2018 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=875c9dc4

sci-libs/tensorflow: Fix the C++ header find

Package-Manager: Portage-2.3.31, Repoman-2.3.9

 sci-libs/tensorflow/tensorflow-1.8.0.ebuild | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/sci-libs/tensorflow/tensorflow-1.8.0.ebuild b/sci-libs/tensorflow/tensorflow-1.8.0.ebuild
index 34d309cf4..15e09b50b 100644
--- a/sci-libs/tensorflow/tensorflow-1.8.0.ebuild
+++ b/sci-libs/tensorflow/tensorflow-1.8.0.ebuild
@@ -141,10 +141,9 @@ src_install() {
 	insinto /usr/include/${PN}/${PN}/c
 	doins ${PN}/c/c_api.h
 	if use cxx; then
-		for i in $(find ${PN}/cc ${PN}/core third_party/eigen3/unsupported \
-						third_party/eigen3/Eigen \( -path third_party \
-						-prune -o -type f -name \*.h -print \) -o \
-						\( -path ${PN} -prune -o -type f -print \) ); do
+		for i in $(find ${PN}/cc ${PN}/core third_party/eigen3 -type f \
+						\( -name \*.h -o \
+						-wholename third_party/eigen3/Eigen/\* \) -print); do
 			dodir $(dirname /usr/include/${PN}/${i})
 			insinto $(dirname /usr/include/${PN}/${i})
 			doins ${i}


^ permalink raw reply related	[relevance 99%]

Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2018-05-01 11:43 99% [gentoo-commits] proj/sci:master commit in: sci-libs/tensorflow/ Mark Wright

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox