Commit graph

13 commits

Author SHA1 Message Date
Yuri Victorovich
f6be8093c2 science/py-tensorflow: Unbreak by fixing dependencies
PR:		240578
Submitted by:	amzo1337@gmail.com (maintainer)
2019-10-06 06:47:52 +00:00
Jan Beich
4bbb4133b2 devel/icu: update to 65.1
Changes:	http://site.icu-project.org/download/65
ABI:		https://abi-laboratory.pro/tracker/timeline/icu4c/
2019-10-03 20:35:29 +00:00
Antoine Brodin
5d7b2fda1a Mark BROKEN
WARNING: Download from 0d5f3f2768.zip failed: class java.net.ConnectException Can't assign requested address (connect failed)
WARNING: Download from 0d5f3f2768.zip failed: class java.net.ConnectException Can't assign requested address (connect failed)
ERROR: An error occurred during the fetch of repository 'rules_cc':
   java.io.IOException: Error downloading [0d5f3f2768.zip, 0d5f3f2768.zip] to /wrkdirs/usr/ports/science/py-tensorflow/work-py36/bazel_out/c4d2d4417b4eb41713ce6dd52d587dc4/external/rules_cc/0d5f3f2768c6ca2faca0079a997a97ce22997a0c.zip: Can't assign requested address (connect failed)
ERROR: While resolving toolchains for target //tensorflow:libtensorflow.so.1.14.0: com.google.devtools.build.lib.packages.RepositoryFetchException: no such package '@rules_cc//cc': java.io.IOException: Error downloading [0d5f3f2768.zip, 0d5f3f2768.zip] to /wrkdirs/usr/ports/science/py-tensorflow/work-py36/bazel_out/c4d2d4417b4eb41713ce6dd52d587dc4/external/rules_cc/0d5f3f2768c6ca2faca0079a997a97ce22997a0c.zip: Can't assign requested address (connect failed)
ERROR: Analysis of target '//tensorflow:libtensorflow.so' failed; build aborted: com.google.devtools.build.lib.packages.RepositoryFetchException: no such package '@rules_cc//cc': java.io.IOException: Error downloading [0d5f3f2768.zip, 0d5f3f2768.zip] to /wrkdirs/usr/ports/science/py-tensorflow/work-py36/bazel_out/c4d2d4417b4eb41713ce6dd52d587dc4/external/rules_cc/0d5f3f2768c6ca2faca0079a997a97ce22997a0c.zip: Can't assign requested address (connect failed)

Reported by:	pkg-fallout
2019-09-08 05:49:32 +00:00
Yuri Victorovich
069ecdaf12 Re-add science/py-tensorflow: Computation using data flow graphs for scalable machine learning
Many thanks to Anthony who was highly persistent and skillful in getting the Tensorflow build on FreeBSD!

PR:		226400
Submitted by:	Anthony <amzo1337@gmail.com>
2019-08-06 15:28:01 +00:00
Brooks Davis
738458fe49 Remove broken and expired port which also depends on clang38 (on 10). 2018-08-08 19:09:09 +00:00
Yuri Victorovich
4cceb98fa2 Correction to r473019: Revert the unintended change to the 'Created by' headers. 2018-06-22 08:28:00 +00:00
Yuri Victorovich
d7ec60f5a5 Reset MAINTAINER on ports maintained by amutu@amutu.com
Based on the new policy of all maintained ports reset
when maintaner is absent for 3 months.

Bug#226400 for science/py-tensorflow is ignored since 2018-03-06 (3+ months).
portscout database indicates that 48.94% of his ports aren't updated.
2018-06-22 08:04:38 +00:00
Mathieu Arnold
4376dbbb58 Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.

Sponsored by:	Absolight
2018-06-20 17:05:41 +00:00
Antoine Brodin
13b62c630f Deprecate ports broken for more than 6 months 2018-05-05 10:49:36 +00:00
Gerald Pfeifer
c2a92a1aea Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079).
2018-03-10 17:46:04 +00:00
Mathieu Arnold
551be3c723 Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored.  They will
  automatically get flavors (py27, py34, py35, py36) depending on what
  versions they support.

  There is also a USE_PYTHON=flavors for ports that do not use distutils
  but need FLAVORS to be set.  A USE_PYTHON=noflavors can be set if
  using distutils but flavors are not wanted.

  A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
  added to cope with Python ports that did not have the Python
  PKGNAMEPREFIX but are flavored.

  USES=python now also exports a PY_FLAVOR variable that contains the
  current python flavor.  It can be used in dependency lines when the
  port itself is not python flavored.  For example, deskutils/calibre.

  By default, all the flavors are generated.  To only generate flavors
  for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define
  BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf.

  In all the ports with Python dependencies, the *_DEPENDS entries MUST
  end with the flavor so that the framework knows which to build/use.
  This is done by appending '@${PY_FLAVOR}' after the origin (or
  @${FLAVOR} if in a Python module with Python flavors, as the content
  will be the same).  For example:

    RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}

PR:		223071
Reviewed by:	portmgr, python
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D12464
2017-11-30 15:50:30 +00:00
Antoine Brodin
1db38a9aa7 Mark BROKEN: fails to build
Extracting Bazel installation...
ERROR: /wrkdirs/usr/ports/science/py-tensorflow/work/tensorflow-1.2.1/bazel_ot/f4693a59cc0f39b12832b03860533e20/external/io_bazel_rules_closure/closure/private/defs.bzl:27:16: The `set` constructor for depsets is deprecated and will be removed. Please use the `depset` constructor instead. You can temporarily enable the deprecated `set` constructor by passing the flag --incompatible_disallow_set_constructor=false
ERROR: error loading package '': Extension file 'closure/private/defs.bzl' has errors

Reported by:	pkg-fallout
2017-11-05 16:43:30 +00:00
Li-Wen Hsu
e4719b2d4d Ad TensorFlow 1.2.1
PR:		219609
Submitted by:	Jov <amutu@amutu.com>
2017-08-15 12:08:02 +00:00