aboutsummaryrefslogtreecommitdiff
path: root/science/py-tensorflow
Commit message (Collapse)AuthorAgeFilesLines
* science/py-tensorflow: Update 2.9.1 -> 2.13.1Lars Herschke2025-07-0767-828/+1104
| | | | | | PR: 280234 Approved by: maintainer timeout Sponsored by: DSS GmbH
* python: bump all USE_PYTHON=distutils consumers after RUN_DEPENDS removalCharlie Li2025-03-081-1/+1
| | | | | | | | Any missed ports, feel free to bump. Any ports that need setuptools at runtime can have the devel/py-setuptools manually added back to RUN_DEPENDS, but understand that this practice is deprecated; see CHANGES for details.
* */*: Bump consumers of devel/icuDaniel Engberg2025-02-141-1/+1
| | | | ...to avoid library mismatches
* devel/flatbuffers: update 25.1.21 → 25.1.24Yuri Victorovich2025-01-251-1/+1
| | | | Reported by: portscout
* devel/flatbuffers: update 24.12.23 → 25.1.21Yuri Victorovich2025-01-231-1/+1
| | | | Reported by: portscout
* devel/flatbuffers: update 24.3.25 → 24.12.23Yuri Victorovich2025-01-101-1/+1
|
* Bump PORTREVISIONs after grpc shlib change in 2715f16944541b6bJoseph Mingrone2024-11-121-1/+1
| | | | | | PR: 282624 Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D47513
* */*: Bump dependencioes after devel/jsoncpp updateYuri Victorovich2024-09-121-1/+1
| | | | | PR: 281462 Reported by: Ale <discipline@tiscali.it>
* science/py-tensorflow: Mark BROKENMuhammad Moinur Rahman2024-02-171-2/+3
| | | | | Fails to build with: variable has incomplete type 'StateSaver'
* devel/protobuf: Update to 24.4Po-Chuan Hsieh2023-12-141-1/+1
| | | | | | | - Use USES=pathfix to fix .pc installation - Bump PORTREVISION of dependent ports for shlib change Changes: https://github.com/protocolbuffers/protobuf/releases
* devel/icu: update to 74.1Jan Beich2023-11-171-1/+1
| | | | | | | | Changes: https://github.com/unicode-org/icu/releases/tag/release-74-1 Reported by: GitHub (watch releases) PR: 274317 Exp-run by: antoine (incomplete) Approved by: fluffy
* devel/re2: Update to 20230801Po-Chuan Hsieh2023-09-111-1/+1
| | | | | | - Bump PORTREVISION of dependent ports for shlib change Changes: https://github.com/google/re2/releases
* */*: Bump jpeg-turbo users treewideDaniel Engberg2023-07-281-1/+1
| | | | New major version 3.0.0
* all: remove explicit versions in USES=python for "3.x+"Rene Ladan2023-06-271-1/+1
| | | | | | | | | | | | | | | | | | | 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>
* science/py-tensorflow: Enable the option JOBS_HALF in an attempt to fix buildYuri Victorovich2023-05-281-1/+1
| | | | | | | Tensorflow build is killed on builders with signal 9 probably because it builds too long. With JOBS_HALF=ON it would use more CPUs and would build faster. Reported by: fallout
* devel/flatbuffers: Update 23.3.3 → 23.5.26Yuri Victorovich2023-05-281-1/+1
| | | | Reported by: portscout
* devel/bazel5: switch build consumersCharlie Li2023-05-261-1/+1
| | | | Event: Kitchener-Waterloo Hackathon 202305
* devel/re2: Update to 20230301Po-Chuan Hsieh2023-05-021-1/+1
| | | | | | - Bump PORTREVISION of dependent ports for shlib change Changes: https://github.com/google/re2/releases
* *: Bump PORTREVISIONs for math/mpc update to 1.3.1Gerald Pfeifer2023-04-231-1/+1
|
* devel/grpc: Update to 1.54.0 (should be part of ↵Po-Chuan Hsieh2023-04-191-1/+1
| | | | | | | | 8f17596cf5a75f2dca4b4c9f65ba02a53e1b2cd9) - Bump PORTREVISION of dependent ports for shlib change Changes: https://github.com/grpc/grpc/releases
* devel/icu: update to 73.1Jan Beich2023-04-131-1/+1
| | | | | | | | | - Temporarily switch to GitHub auto archive (release artifacts are N/A atm) Changes: https://github.com/unicode-org/icu/releases/tag/release-73-1 Reported by: GitHub (watch releases) PR: 270422 Exp-run by: antoine
* science/py-tensorflow: Simplify USES=llvmYuri Victorovich2023-04-011-1/+1
| | | | Reported by: jbeich@
* science/py-tensorflow: Unbreak buildYuri Victorovich2023-04-0111-14/+126
| | | | | | PR: 270411 Submitted by: Ivan <ivan@drm.su>, Matthieu Volat <mazhe@alkumuna.eu> Approved by: portmgr (unbreak)
* devel/grpc: Update to 1.52.1Po-Chuan Hsieh2023-03-211-1/+1
| | | | | | - Bump PORTREVISION of dependent ports for shlib change Changes: https://github.com/grpc/grpc/releases
* devel/flatbuffers: Update 23.1.4 -> 23.1.21Yuri Victorovich2023-01-221-1/+1
| | | | Reported by: portscout
* devel/icu: update to 72.1Jan Beich2022-10-191-1/+1
| | | | | | | Changes: https://github.com/unicode-org/icu/releases/tag/release-72-1 Reported by: GitHub (watch releases) PR: 266582 Exp-run by: antoine
* devel/protobuf: Update to 3.21.7Po-Chuan Hsieh2022-10-091-1/+1
| | | | | | - Bump PORTREVISION of dependent ports for shlib change Changes: https://github.com/protocolbuffers/protobuf/releases
* devel/flatbuffers: Update 2.0.8 -> 22.9.24Yuri Victorovich2022-09-291-0/+1
| | | | Reported by: portscout
* science/py-tensorflow: Update 1.15.5 -> 2.9.1Anthony Donnelly2022-09-1376-955/+2090
| | | | | | Big thank you to Anthony Donnelly for updating this difficult port. PR: 266303
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | 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)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
* science/py-tensorflow: mark BROKENDmitry Marakasov2022-07-211-0/+2
| | | | Approved by: portmgr blanket
* devel/icu: update to 71.1Jan Beich2022-04-071-1/+1
| | | | | | | | Changes: https://github.com/unicode-org/icu/releases/tag/release-71-1 Reported by: GitHub (watch releases) PR: 262654 Exp-run by: antoine Approved by: fluffy
* devel/grpc: Update to 1.42.0Po-Chuan Hsieh2021-12-211-1/+1
| | | | Changes: https://github.com/grpc/grpc/releases
* devel/jsoncpp: Update to 1.9.4 -> 1.9.5Daniel Engberg2021-11-051-1/+1
| | | | PR: 259654
* devel/icu: update to 70.1Jan Beich2021-10-281-1/+1
| | | | | | | Changes: https://github.com/unicode-org/icu/releases/tag/release-70-1 Reported by: GitHub (watch releases) PR: 258794 Exp-run by: antoine
* devel/grpc: Update to 1.41.0Po-Chuan Hsieh2021-10-251-1/+1
| | | | | | - Changes: https://github.com/grpc/grpc/releases
* science/py-tensorflow: enable on powerpc64lePiotr Kubaj2021-10-231-1/+1
| | | | Currently doesn't build, but fails with the same error that amd64 after 6 hours of building.
* science/py-tensorflow: Add CPE informationStefan Eßer2021-10-141-1/+2
| | | | Approved by: portmgr (blanket)
* science/py-tensorflow: fix build on powerpc64Piotr Kubaj2021-10-123-3/+59
| | | | | | | The bundled abseil needs the same patch that was already upstreamed. Approved by: portmgr (blanket: build fix) PR: 259082
* science/py-tensorflow: Fix build with protobuf 3.17.3Po-Chuan Hsieh2021-07-211-0/+22
|
* devel/protobuf: Update to 3.17.3Po-Chuan Hsieh2021-07-211-1/+1
| | | | | | | | - Bump PORTREVISION of dependent ports for shlib change Changes: https://github.com/protocolbuffers/protobuf/releases PR: 257026 Exp-run by: antoine
* science/py-tensorflow: Update 1.14.0 -> 1.15.5Anthony Donnelly2021-07-0953-266/+558
| | | | PR: 250646
* devel/grpc: Update to 1.38.0Po-Chuan Hsieh2021-05-261-1/+1
| | | | | | - Bump PORTREVISION of dependent ports for shlib change Changes: https://github.com/grpc/grpc/releases
* devel/flatbuffers: Update 1.12.0 -> 2.0.0Yuri Victorovich2021-05-111-1/+1
| | | | Reported by: portscout
* devel/icu: update to 69.1Jan Beich2021-04-081-1/+1
| | | | | Changes: https://github.com/unicode-org/icu/releases/tag/release-69-1 Reported by: GitHub (watch releases)
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-062-3/+0
|
* Bump PORTREVISION for devel/grpc shlib changeSunpoet Po-Chuan Hsieh2021-03-071-1/+1
| | | | Notes: svn path=/head/; revision=567615
* Bump PORTREVISION for devel/re2 shlib changeSunpoet Po-Chuan Hsieh2021-02-031-1/+1
| | | | Notes: svn path=/head/; revision=563913