aboutsummaryrefslogtreecommitdiff
path: root/misc/py-pytorch
Commit message (Collapse)AuthorAgeFilesLines
* misc/py-pytorch: fix build with clang >= 19 and libc++ 21Dimitry Andric2026-01-312-4/+10
| | | | | | | | | | In ports f07b5ade5369 misc/py-pytorch was forced onto llvm:max=15, with the reason "fix build on 14". Remove this, and add a patch to make it build with clang >= 19 and libc++ 21. PR: 292664 Approved by: yuri (maintainer) MFH: 2026Q1
* misc/py-pytorch: update 2.8.0 → 2.10.0Yuri Victorovich2026-01-257-30/+186
|
* misc/onnx: Remove visibility restriction on symbolsYuri Victorovich2025-11-111-1/+0
| | | | This fixes the PyTorch run-time crash due to missing onnx symbols.
* misc/py-pytorch: Fix typo, change to IGNOREYuri Victorovich2025-11-111-1/+1
| | | | Reported by: Gleb Popov <arrowd@FreeBSD.org>, Max Brazhnikov <makc@FreeBSD.org>
* misc/py-pytorch: BrokenYuri Victorovich2025-11-111-0/+1
| | | | ... figuring out how to fix.
* misc/onnx: update 1.17.0 → 1.19.1Yuri Victorovich2025-11-101-1/+1
|
* all: bump PORTREVISION after updating graphics/libyuvRene Ladan2025-08-311-1/+1
| | | | Using the Tools/scripts/bump_revision.pl script
* misc/py-pytorch: Add VULKAN optionYuri Victorovich2025-08-221-1/+9
|
* misc/py-pytorch: Add USE_LDCONFIGYuri Victorovich2025-08-201-0/+2
| | | | | ... because it installs shared libraries into the Python module path that users later link with.
* misc/py-pytorch: update 2.7.1 → 2.8.0Yuri Victorovich2025-08-195-29/+19
|
* misc/py-pytorch: Enable distributed mode during buildYuri Victorovich2025-08-193-1/+54
| | | | | | USE_DISTRIBUTED=1 enables it. Some users require this mode.
* */*: chase the upgrade of BLIS to 2.0Thierry Thomas2025-07-031-0/+1
|
* python.mk: rename PYTHON_EXT_SUFFIX to PYTHON_TAG, document, etcCharlie Li2025-06-191-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | EXT_SUFFIX, according to PEP 3149, refers to the full tag and extension for compiled extension module objects, eg .cpython-311.so, .cpython-313t.so, etc. We do not use the correct semantic meaning, and this usage becomes ambiguous and confusing when tags do not match between bytecode and compiled extension module objects. Rename our PYTHON_EXT_SUFFIX to PYTHON_TAG to align with PEP 3147's specification of a magic tag, which consists of implementation name and shorthand version only. This is meant for bytecode and other files containing this tag in their filename that do not depend on a specific Python ABI for the same version. Chase all existing consumers. Introduce PYTHON_SOABI to align with PEP 3149's specification of a tag, which consists of implementation name, shorthand version and any ABI flags present (this and PYTHON_TAG are identical without ABI flags). This is meant for compiled extension module objects and other files that depend on a specific Python ABI for the same version. Add documentation for these variables that our PYTHON_EXT_SUFFIX never had. PR: 274671 Event: Kitchener-Waterloo Hackathon 202506
* misc/py-pytorch: update 2.7.0 → 2.7.1Yuri Victorovich2025-06-152-4/+4
|
* misc/py-pytorch: Update WWWYuri Victorovich2025-05-291-1/+2
|
* misc/py-pytorch: update 2.6.0 → 2.7.0Yuri Victorovich2025-04-256-36/+31
|
* devel/protobuf: Update to 29.4Po-Chuan Hsieh2025-04-181-1/+1
| | | | | | - Bump PORTREVISION of dependent ports for shlib change Changes: https://github.com/protocolbuffers/protobuf/releases
* misc/py-pytorch: Bump revisionYuri Victorovich2025-03-181-1/+1
|
* misc/py-pytorch: Fix build of dependenciesYuri Victorovich2025-03-182-0/+22
| | | | | | ... by relaxing the sympy dependency limitation. Reported by: fallout
* misc/py-pytorch: Fix dependencyYuri Victorovich2025-03-081-1/+1
| | | | Reported by: fallout
* 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.
* misc/py-pytorch: Add and update dependenciesYuri Victorovich2025-03-061-3/+7
|
* misc/py-pytorch: update 2.5.1 → 2.6.0Yuri Victorovich2025-03-054-27/+4
|
* misc/py-pytorch: fix build on powerpc64lePiotr Kubaj2025-02-231-0/+1
| | | | ld: error: undefined reference due to --no-allow-shlib-undefined: pthread_create
* */*: Chase devel/abseil updateJason E. Hale2025-02-231-1/+1
|
* */*: bump PORTREVISION to chase SLEEFThierry Thomas2025-02-111-1/+1
|
* devel/protobuf: Update to 29.3Po-Chuan Hsieh2025-01-281-1/+1
| | | | | | - Bump PORTREVISION of dependent ports for shlib change Changes: https://github.com/protocolbuffers/protobuf/releases
* */*: bump PORTREVISION after OpenBLAS upgradeThierry Thomas2025-01-281-1/+1
| | | | | | | Remark: this souldn’t be necessary, because the version of the library is the same, but due to many changes between these releases, it is safer this way. PR: 284314
* */*: bump PORTREVISION to chase blas/lapack, Suitesparse and BLISThierry Thomas2025-01-241-1/+1
|
* misc/onnx: update 1.16.2 → 1.17.0Yuri Victorovich2025-01-171-1/+1
|
* misc/py-pytorch: Broken on armv7Yuri Victorovich2025-01-111-1/+2
| | | | Reported by: fallout
* misc/py-pytorch: Fix dependency version spec (sympy); Add missing dependencyYuri Victorovich2024-12-192-2/+15
| | | | Reported by: fallout for misc/py-torchvision
* misc/py-pytorch: update 2.4.1 → 2.5.1Yuri Victorovich2024-12-185-58/+29
|
* devel/protobuf: Update to 28.3Po-Chuan Hsieh2024-10-291-1/+1
| | | | | | - Bump PORTREVISION of dependent ports for shlib change Changes: https://github.com/protocolbuffers/protobuf/releases
* devel/protobuf: Update to 28.2Po-Chuan Hsieh2024-10-071-0/+1
| | | | | | - Bump PORTREVISION of dependent ports for shlib change Changes: https://github.com/protocolbuffers/protobuf/releases
* misc/py-pytorch: update 2.4.0 → 2.4.1Yuri Victorovich2024-10-053-15/+4
|
* all: drop support for expired FreeBSD 14.0Rene Ladan2024-10-011-1/+1
| | | | | | | | Simplify expressions for FreeBSD 13.X Reviewed by: many Differential Revision: https://reviews.freebsd.org/D46601
* devel/protobuf: Update to 28.1Po-Chuan Hsieh2024-09-181-1/+1
| | | | | | - Bump PORTREVISION of dependent ports for shlib change Changes: https://github.com/protocolbuffers/protobuf/releases
* devel/protobuf: Update to 28.0Po-Chuan Hsieh2024-09-151-0/+1
| | | | | | - Bump PORTREVISION of dependent ports for shlib change Changes: https://github.com/protocolbuffers/protobuf/releases
* misc/py-pytorch: update 2.3.1 → 2.4.0Yuri Victorovich2024-08-2711-58/+74
|
* devel/protobuf: Update to 27.3Po-Chuan Hsieh2024-08-151-1/+1
| | | | | | - Bump PORTREVISION of dependent ports for shlib change Changes: https://github.com/protocolbuffers/protobuf/releases
* misc/py-pytorch: adjust `devel/abseil' dependency after recent updateAlexey Dokuchaev2024-08-091-1/+1
| | | | | | As of commit 6c2f347f45e4 libabsl_flags.so library is gone, switch to the base library to unbreak the build (this also improves consistency against other ports).
* Bump revisions of dependent ports after Abseil C++ libraries updateAlexey Dokuchaev2024-08-081-1/+1
| | | | Requested by: madpilot
* devel/py-pyyaml: Move devel/py-yaml to devel/py-pyyamlPo-Chuan Hsieh2024-07-071-2/+2
| | | | - Bump PORTREVISION of dependent ports for dependency change
* */*: bump PORTREVISION after the upgrade to OpenBLASThierry Thomas2024-06-211-1/+1
|
* misc/py-pytorch: Build with LAPACKYuri Victorovich2024-06-202-0/+15
| | | | Some operations require LAPACK when no GPU is present.
* misc/py-pytorch: update 2.2.2 → 2.3.1Yuri Victorovich2024-06-154-20/+20
|
* misc/py-pytorch: update 2.2.1 → 2.2.2Yuri Victorovich2024-04-242-5/+4
| | | | Reported by: portscout
* misc/py-pytorch: Fix the problem that the cpuinfo library didn't support FreeBSDYuri Victorovich2024-03-222-1/+14
| | | | | | | The symptoms included error messages and exceptions. Now the bundled cpuinfo directory is replaced with the cpuinfo patched with the pull request patch that fixes FreeBSD compatibility.
* misc/{,py-}pytorch: update 2.2.0 → 2.2.1Yuri Victorovich2024-02-242-5/+4
| | | | Reported by: portscout