notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
Port details
libtensorflow1 C API for TensorFlow, an open source platform for machine learning
1.15.5_1 science on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.15.5_1Version of this port present on the latest quarterly branch.
Broken BROKEN: does not build: tries to fetch during the build
Ignore IGNORE: is marked as broken: does not build: tries to fetch during the build
Maintainer: freebsd-ports@otoh.org search for ports maintained by this maintainer
Port Added: 2022-06-10 19:06:07
Last Update: 2023-06-27 19:34:34
Commit Hash: 3d9a815
License: APACHE20 THIRD_PARTY_TF_C_LICENSES
Description:
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
Dependency lines:
  • libtensorflow1>0:science/libtensorflow1
Conflicts:
CONFLICTS_INSTALL:
  • science/libtensorflow2
  • libtensorflow1-noavx
Conflicts Matches:
There are no Conflicts Matches for this port. This is usually an error.
To install the port:
cd /usr/ports/science/libtensorflow1/ && make install clean
We doubt a package is available for this port because we see it marked as as:
  • Broken
  • Ignore
Packages are normally not provided for ports that are marked as above.
To add the package, run one of these commands:
  • pkg install science/libtensorflow1
  • pkg install libtensorflow1
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: libtensorflow1
Package flavors (<flavor>: <package>)
  • default: libtensorflow1
  • noavx: libtensorflow1-noavx
ONLY_FOR_ARCHS: amd64
distinfo:

No package information for this port in our database
Sometimes this happens. Not all ports have packages.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. bash : shells/bash
  2. bazel029<1 : devel/bazel029
  3. git : devel/git
  4. gmake>=4.3 : devel/gmake
  5. python3.9 : lang/python39
There are no ports dependent upon this port

Configuration Options:
Options name:
USES:
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/tensorflow/tensorflow/tar.gz/v1.15.5?dummy=/
Collapse this list.

Number of commits found: 7

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.15.5_1
27 Jun 2023 19:34:34
commit hash:3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash:3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash:3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash:3d9a815d9c5acbb71f4bb07738bdeab4879feacb files touched by this commit
Rene Ladan (rene) search for other commits by this committer
all: remove explicit versions in USES=python for "3.x+"

The logic in USES=python will automatically convert this to 3.8+ by
itself.

Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.

finance/quickfix: mark BROKEN with PYTHON

libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp  -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
          ^~~~~~~~~~
1 warning and 1 error generated.

Reviewed by:	portmgr, vishwin, yuri
Differential Revision:	<https://reviews.freebsd.org/D40568>
07 Sep 2022 21:58:51
commit hash:fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash:fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash:fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash:fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
1.15.5_1
07 Sep 2022 21:10:59
commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.15.5_1
21 Jul 2022 14:31:12
commit hash:9a6115095e0e4cd57825421ef3324127a9c34043commit hash:9a6115095e0e4cd57825421ef3324127a9c34043commit hash:9a6115095e0e4cd57825421ef3324127a9c34043commit hash:9a6115095e0e4cd57825421ef3324127a9c34043 files touched by this commit
Dmitry Marakasov (amdmi3) search for other commits by this committer
science/libtensorflow1: mark BROKEN: tries to fetch during the build

While here, fix a whitespace nit

Approved by:	portmgr blanket
1.15.5_1
12 Jun 2022 20:01:13
commit hash:7f1928fc68273b24685ec3baf09896382a47fa4bcommit hash:7f1928fc68273b24685ec3baf09896382a47fa4bcommit hash:7f1928fc68273b24685ec3baf09896382a47fa4bcommit hash:7f1928fc68273b24685ec3baf09896382a47fa4b files touched by this commit
Chris Rees (crees) search for other commits by this committer
science/libtensorflow1: disallow newer Bazel

Does not build with newer Bazel:

Repository rule git_repository defined at:
 
/usr/ports/science/libtensorflow1/work-default/bazel_out/98e92f9393bc83ca8c28c921fe93f245/external/bazel_tools/tools/build_defs/repo/git.bzl:199:33:
in <toplevel>
ERROR:
/usr/ports/science/libtensorflow1/work-default/bazel_out/98e92f9393bc83ca8c28c921fe93f245/external/io_bazel_rules_docker/container/image.bzl:550:31:
invalid escape sequence: \s. Use '\\' to insert '\'.

PR:		ports/260694
Discovered by:	Dario <darioml@gmail.com>
1.15.5_1
12 Jun 2022 08:28:25
commit hash:34ece039879999c9eb41b4d9484ca51451b30fdfcommit hash:34ece039879999c9eb41b4d9484ca51451b30fdfcommit hash:34ece039879999c9eb41b4d9484ca51451b30fdfcommit hash:34ece039879999c9eb41b4d9484ca51451b30fdf files touched by this commit
Chris Rees (crees) search for other commits by this committer
Author: Paul Armstrong
science/libtensorflow1: add flavour without AVX

Not all processors bought these days support AVX, for example Pentium
Gold.  People would most likely wish to have a working package in this
case.

While here, remove march=native.

PR:		ports/260694
Discussed with:	diizzy
Discussed with:	William Miur <wamuir@gmail.com>
1.15.5
10 Jun 2022 19:04:30
commit hash:67d31a51c68c5dd076bf87ceabfbfa6c5bc1374fcommit hash:67d31a51c68c5dd076bf87ceabfbfa6c5bc1374fcommit hash:67d31a51c68c5dd076bf87ceabfbfa6c5bc1374fcommit hash:67d31a51c68c5dd076bf87ceabfbfa6c5bc1374f files touched by this commit
Chris Rees (crees) search for other commits by this committer
Author: Paul Armstrong
science/libtensorflow1: Add new port

C API for TensorFlow, an open source platform for machine learning

TensorFlow is an end-to-end open source platform for machine learning.
It has a comprehensive, flexible ecosystem of tools, libraries, and
community resources that lets researchers push the state-of-the-art in
ML and developers easily build and deploy ML-powered applications.
The TensorFlow C API is typically a requirement of TensorFlow APIs in
other languages such as Go and Rust.

This is version 1 of the API, which is deprecated but still widely used.

PR:		ports/260694
Improved by:	delphij

Number of commits found: 7