mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
science/py-tensorflow: Unbreak by fixing dependencies
PR: 240578 Submitted by: amzo1337@gmail.com (maintainer)
This commit is contained in:
parent
89756135c3
commit
f6be8093c2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=513871
3 changed files with 8 additions and 5 deletions
|
@ -3,7 +3,7 @@
|
|||
PORTNAME= tensorflow
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 1.14.0
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= science python
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DIST_SUBDIR= ${PORTNAME}
|
||||
|
@ -15,7 +15,6 @@ COMMENT= Computation using data flow graphs for scalable machine learning
|
|||
LICENSE= APACHE20
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BROKEN= fails to build
|
||||
ONLY_FOR_ARCHS= amd64
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS} \
|
||||
|
|
|
@ -14,7 +14,8 @@ DISTFILES+= v0.18.tar.gz:mkldnn \
|
|||
1200fe90bb174a6224a525ee60148671a786a71f.tar.gz:neon \
|
||||
fd3d9af80465e4383162e4a7c5e2f406e82dd968.tar.gz:highway \
|
||||
license.rst.txt:license \
|
||||
backports.weakref-1.0rc1.tar.gz:weakref
|
||||
backports.weakref-1.0rc1.tar.gz:weakref \
|
||||
0d5f3f2768c6ca2faca0079a997a97ce22997a0c.zip:rulescc
|
||||
|
||||
|
||||
MASTER_SITES+= https://github.com/intel/mkl-dnn/archive/:mkldnn \
|
||||
|
@ -31,4 +32,5 @@ MASTER_SITES+= https://github.com/intel/mkl-dnn/archive/:mkldnn \
|
|||
http://mirror.tensorflow.org/github.com/intel/ARM_NEON_2_x86_SSE/archive/:neon \
|
||||
http://mirror.tensorflow.org/github.com/google/highwayhash/archive/:highway \
|
||||
http://mirror.tensorflow.org/docs.python.org/2.7/_sources/:license \
|
||||
https://pypi.python.org/packages/bc/cc/3cdb0a02e7e96f6c70bd971bc8a90b8463fda83e264fa9c5c1c98ceabd81/:weakref
|
||||
https://pypi.python.org/packages/bc/cc/3cdb0a02e7e96f6c70bd971bc8a90b8463fda83e264fa9c5c1c98ceabd81/:weakref \
|
||||
https://mirror.bazel.build/github.com/bazelbuild/rules_cc/archive/:rulescc
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
TIMESTAMP = 1564939361
|
||||
TIMESTAMP = 1570325271
|
||||
SHA256 (tensorflow/v0.18.tar.gz) = 38a1c02104ee9f630c1ad68164119cd58ad0aaf59e04ccbe7bd5781add7bfbea
|
||||
SIZE (tensorflow/v0.18.tar.gz) = 1497239
|
||||
SHA256 (tensorflow/daf381e8535a1f1f1b8a75966a74e7cca63dee89.tar.gz) = 56cd3fbbbd94468a5fff58f5df2b6f9de7a0272870c61f6ca05b869934f4802a
|
||||
|
@ -29,5 +29,7 @@ SHA256 (tensorflow/license.rst.txt) = e76cacdf0bdd265ff074ccca03671c33126f597f39
|
|||
SIZE (tensorflow/license.rst.txt) = 45132
|
||||
SHA256 (tensorflow/backports.weakref-1.0rc1.tar.gz) = 8813bf712a66b3d8b85dc289e1104ed220f1878cf981e2fe756dfaabe9a82892
|
||||
SIZE (tensorflow/backports.weakref-1.0rc1.tar.gz) = 7761
|
||||
SHA256 (tensorflow/0d5f3f2768c6ca2faca0079a997a97ce22997a0c.zip) = 36fa66d4d49debd71d05fba55c1353b522e8caef4a20f8080a3d17cdda001d89
|
||||
SIZE (tensorflow/0d5f3f2768c6ca2faca0079a997a97ce22997a0c.zip) = 72534
|
||||
SHA256 (tensorflow/tensorflow-tensorflow-v1.14.0_GH0.tar.gz) = aa2a6a1daafa3af66807cfe0bc77bfe1144a9a53df9a96bab52e3e575b3047ed
|
||||
SIZE (tensorflow/tensorflow-tensorflow-v1.14.0_GH0.tar.gz) = 41335204
|
||||
|
|
Loading…
Add table
Reference in a new issue