| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
| |
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
|
| | |
|
| |
|
|
| |
This fixes the PyTorch run-time crash due to missing onnx symbols.
|
| |
|
|
| |
Reported by: Gleb Popov <arrowd@FreeBSD.org>, Max Brazhnikov <makc@FreeBSD.org>
|
| |
|
|
| |
... figuring out how to fix.
|
| | |
|
| |
|
|
| |
Using the Tools/scripts/bump_revision.pl script
|
| | |
|
| |
|
|
|
| |
... because it installs shared libraries into the Python module path
that users later link with.
|
| | |
|
| |
|
|
|
|
| |
USE_DISTRIBUTED=1 enables it.
Some users require this mode.
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
| |
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/protocolbuffers/protobuf/releases
|
| | |
|
| |
|
|
|
|
| |
... by relaxing the sympy dependency limitation.
Reported by: fallout
|
| |
|
|
| |
Reported by: fallout
|
| |
|
|
|
|
|
|
| |
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.
|
| | |
|
| | |
|
| |
|
|
| |
ld: error: undefined reference due to --no-allow-shlib-undefined: pthread_create
|
| | |
|
| | |
|
| |
|
|
|
|
| |
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/protocolbuffers/protobuf/releases
|
| |
|
|
|
|
|
| |
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
|
| | |
|
| | |
|
| |
|
|
| |
Reported by: fallout
|
| |
|
|
| |
Reported by: fallout for misc/py-torchvision
|
| | |
|
| |
|
|
|
|
| |
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/protocolbuffers/protobuf/releases
|
| |
|
|
|
|
| |
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/protocolbuffers/protobuf/releases
|
| | |
|
| |
|
|
|
|
|
|
| |
Simplify expressions for FreeBSD 13.X
Reviewed by: many
Differential Revision: https://reviews.freebsd.org/D46601
|
| |
|
|
|
|
| |
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/protocolbuffers/protobuf/releases
|
| |
|
|
|
|
| |
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/protocolbuffers/protobuf/releases
|
| | |
|
| |
|
|
|
|
| |
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/protocolbuffers/protobuf/releases
|
| |
|
|
|
|
| |
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).
|
| |
|
|
| |
Requested by: madpilot
|
| |
|
|
| |
- Bump PORTREVISION of dependent ports for dependency change
|
| | |
|
| |
|
|
| |
Some operations require LAPACK when no GPU is present.
|
| | |
|
| |
|
|
| |
Reported by: portscout
|
| |
|
|
|
|
|
| |
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.
|
| |
|
|
| |
Reported by: portscout
|