summaryrefslogtreecommitdiff
path: root/misc/py-pytorch (follow)
Commit message (Collapse)AuthorAgeFilesLines
* python.mk: rename PYTHON_EXT_SUFFIX to PYTHON_TAG, document, etcCharlie Li11 days1-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-246-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-071-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-291-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-161-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-182-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-191-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-161-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-212-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
* */*: bump PORTREVISION after OpenMPI upgradeThierry Thomas2024-02-181-0/+1
|
* */*: fix the dependency to net/openmpi4Thierry Thomas2024-02-181-1/+1
| | | | | For ports without USES=mpi:openmpi. For the others, it will be set automatically.
* misc/py-pytorch: update 2.1.2 → 2.2.0Yuri Victorovich2024-02-133-17/+8
|
* misc/py-pytorch: update 2.1.1 → 2.1.2Yuri Victorovich2023-12-265-19/+37
| | | | Reported by: portscout
* devel/protobuf: Update to 24.4Po-Chuan Hsieh2023-12-151-1/+1
| | | | | | | - Use USES=pathfix to fix .pc installation - Bump PORTREVISION of dependent ports for shlib change Changes: https://github.com/protocolbuffers/protobuf/releases
* */*: bump PORTREVISION after the upgrade of OpenBLASThierry Thomas2023-12-121-0/+1
| | | | PR: 273219
* misc/py-pytorch: update 2.1.0 → 2.1.1Wen Heping2023-11-192-6/+6
| | | | PR: 275198
* misc/py-pytorch: Fix run-time failure: error: use of undeclared identifier ↵Yuri Victorovich2023-11-173-6/+17
| | | | | | | '__assert_fail' One particular GPU-related assert macro has to be patched to be a regular assert. The problem was reported to the upstream.
* misc/py-pytorch: update 2.0.1 → 2.1.0Wen Heping2023-10-165-24/+23
| | | | PR: 274514
* misc/py-pytorch: Remove CC/CPP/CXX exportsMuhammad Moinur Rahman2023-09-301-3/+0
| | | | | | USES=llvm now by default exports CC/CPP/CXX so remove those Approved by: portmgr (blanket)
* misc/py-pytorch: Update USES=compilerPo-Chuan Hsieh2023-09-301-1/+1
| | | | | Approved by: portmgr (blanket) Reference: https://github.com/pytorch/pytorch/blob/v2.0.1/CMakeLists.txt#L40
* misc/py-pytorch: Fix build on 14Muhammad Moinur Rahman2023-08-191-0/+9
| | | | | Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation