public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Mark Wright" <gienah@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/tensorflow/
Date: Tue,  1 May 2018 11:43:28 +0000 (UTC)	[thread overview]
Message-ID: <1525174980.875c9dc4bf2929451a7630c479b9a6b2c3e35c99.gienah@gentoo> (raw)

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}


             reply	other threads:[~2018-05-01 11:43 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-05-01 11:43 Mark Wright [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-09-26 17:35 [gentoo-commits] proj/sci:master commit in: sci-libs/tensorflow/ Aisha Tammy
2018-05-02 23:20 Mark Wright
2018-05-02  5:01 Mark Wright
2018-05-01 10:26 Mark Wright
2018-04-18 17:15 Martin Mokrejs
2018-04-18 16:53 Martin Mokrejs
2018-04-09 16:56 Martin Mokrejs
2018-04-06 23:22 Martin Mokrejs
2018-04-02 12:45 Justin Lecher
2018-01-29 15:34 Martin Mokrejs
2018-01-29 15:29 Martin Mokrejs

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=1525174980.875c9dc4bf2929451a7630c479b9a6b2c3e35c99.gienah@gentoo \
    --to=gienah@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /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