From owner-freebsd-ports@freebsd.org Fri Feb 2 08:10:59 2018 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BB16BEC782D for ; Fri, 2 Feb 2018 08:10:59 +0000 (UTC) (envelope-from lwhsu.freebsd@gmail.com) Received: from mail-wm0-x236.google.com (mail-wm0-x236.google.com [IPv6:2a00:1450:400c:c09::236]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 333FB7FD1F; Fri, 2 Feb 2018 08:10:59 +0000 (UTC) (envelope-from lwhsu.freebsd@gmail.com) Received: by mail-wm0-x236.google.com with SMTP id v123so10469279wmd.5; Fri, 02 Feb 2018 00:10:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=T7UoiY4LB0hNYoLnqsgty1D0OcEvBR9RuwUIP3H36Gk=; b=X+nmjJZBz1yMeQOXb+tXZ7q3ZBkGjdxvN39BAq4u2dE8eahWA52hP+4myWmF4PFLdC X7q6r9SN7vzuU3XqF1A6ypGKxFS6iKudI4I4VOVRUR7+FVQBvK5ULWEnQsUro6gmd7uk dMGcerP5Gy0NFtuCUShAf0qXU5elTmRcWrQ8z4DqpmShcCYBm2V/0Sv7Jr2G+5B7EXO4 Qaf2Pds9ps2HObEaXRK+Q3H8ASfZrGDkddWRFzUYvmzEQ3Al+KcP++pyrAIgYyfbc/++ RqJ+3e5CGRElIE4nKDbq1IUKXyxCUxIEWhJwL05jL83tn+0KMPI0NpybnK8sSAwadALO ae7g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=T7UoiY4LB0hNYoLnqsgty1D0OcEvBR9RuwUIP3H36Gk=; b=Gt6nXYiFUM3ufb8HVxmyC5kOM2BMjrnsgWUIvkdWKosc/QhXrJCkHfg4vLCYBj7Qqa W5fpJNgarcTKJPGLIG3V2+FjsuWvh+Vws12gM3P0DuWNx15a8NWbFm/qEOtwQSafbmKo 5co2S0OXfFFjFJq7fjqMboAEx7mh76vsl3Rs2+McJTIk1M2Dd2h31RuR9FoooUvsjj0/ coDTd94gLeqDYpl9H/mIVVh0KJqk8UvHlVy2F62+ocuh2x48VziAlJYeu7DdZpZ8391K s/y0LTGzosVfhl9+4Lf6WBc8lpMhnlYR7prE7viYx0ePNbzu0Nmhd8ze8+f/qgxhlU2o vfOw== X-Gm-Message-State: AKwxytc39xXsZArwdZtiDImlNY9tlcafeHC/GSedFJUQe+2xrGE/rUHK e3cNXUU00/xZ2ENvKn7GeEmJE6hYpVvW/Knz9Is= X-Google-Smtp-Source: AH8x226aCXS0hemKK/LaVaXtMoawKGMSmgvSsMp2eo9Gy/9wySdGgaLNQEpEq1YO5aIjwnmi8okCQa4dVSirnqFXAtQ= X-Received: by 10.28.59.69 with SMTP id i66mr27515748wma.159.1517559057471; Fri, 02 Feb 2018 00:10:57 -0800 (PST) MIME-Version: 1.0 Sender: lwhsu.freebsd@gmail.com Received: by 10.28.124.11 with HTTP; Fri, 2 Feb 2018 00:10:57 -0800 (PST) In-Reply-To: References: <51f6ff59-886c-088b-e36f-9df61f86c22d@gmail.com> From: Li-Wen Hsu Date: Fri, 2 Feb 2018 16:10:57 +0800 X-Google-Sender-Auth: OTE3HbQjNFYHEWLsRPJA18y4u-E Message-ID: Subject: Re: Tensorflow port To: Jov Cc: Jason Bacon , Nikolai Lifanov , FreeBSD Ports Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.25 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Feb 2018 08:11:00 -0000 Hi Jov, I just noticed this issue and I think it is an acceptable way to create new bazel5 port if TensorFlow really needs it. I added the TensorFlow port so I am happy to work with you to fix it. Best, Li-Wen On Fri, Dec 15, 2017 at 10:06 AM, Jov wrote: > I tried to fix and update the py-tensorflow last week but failed because > the bazel and tensorflow upstream seem heavily development and a lot of > things changed. My time for the ports work is limited so I will give up > this port. Anyone can take it and I am fine to answer any question. > > The easiest fixing is to create a new port bazel5 with 0.5.3 as version and > change the tensorflow depend on this new port. > > Jov > > 2017-12-15 9:21 GMT+08:00 Jason Bacon : > > > > > Hi Jov, > > > > Are you aware that your py-tensorflow port is marked BROKEN? > > > > Thanks for porting this, BTW. We have researchers interested in it and > we > > use FreeBSD quite a bit here. > > > > Cheers, > > > > Jason > > > > -- > > Earth is a beta site. > > > > > _______________________________________________ > freebsd-ports@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" > -- Li-Wen Hsu https://lwhsu.org