| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
| |
For ports without USES=mpi:openmpi. For the others, it will be set
automatically.
|
| |
|
|
|
|
| |
Reported by: portscout
|
|
|
|
|
|
|
| |
- Use USES=pathfix to fix .pc installation
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/protocolbuffers/protobuf/releases
|
|
|
|
| |
PR: 273219
|
|
|
|
| |
PR: 275198
|
|
|
|
|
|
|
| |
'__assert_fail'
One particular GPU-related assert macro has to be patched to be a regular assert.
The problem was reported to the upstream.
|
|
|
|
| |
PR: 274514
|
|
|
|
|
|
| |
USES=llvm now by default exports CC/CPP/CXX so remove those
Approved by: portmgr (blanket)
|
|
|
|
|
| |
Approved by: portmgr (blanket)
Reference: https://github.com/pytorch/pytorch/blob/v2.0.1/CMakeLists.txt#L40
|
|
|
|
|
| |
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation
|