惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

The Hacker News
The Hacker News
B
Blog RSS Feed
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
宝玉的分享
宝玉的分享
L
LangChain Blog
Google DeepMind News
Google DeepMind News
酷 壳 – CoolShell
酷 壳 – CoolShell
F
Full Disclosure
T
The Blog of Author Tim Ferriss
月光博客
月光博客
有赞技术团队
有赞技术团队
Last Week in AI
Last Week in AI
aimingoo的专栏
aimingoo的专栏
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
Stack Overflow Blog
Stack Overflow Blog
WordPress大学
WordPress大学
MongoDB | Blog
MongoDB | Blog
小众软件
小众软件
博客园 - Franky
B
Blog
博客园_首页
C
CERT Recently Published Vulnerability Notes
Hugging Face - Blog
Hugging Face - Blog
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
K
Kaspersky official blog
I
Intezer
P
Proofpoint News Feed
博客园 - 叶小钗
S
Schneier on Security
P
Privacy & Cybersecurity Law Blog
Recorded Future
Recorded Future
NISL@THU
NISL@THU
A
Arctic Wolf
Know Your Adversary
Know Your Adversary
C
Cyber Attacks, Cyber Crime and Cyber Security
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
The Register - Security
The Register - Security
C
Cisco Blogs
大猫的无限游戏
大猫的无限游戏
S
Secure Thoughts
T
The Exploit Database - CXSecurity.com
Forbes - Security
Forbes - Security
Project Zero
Project Zero
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
Cisco Talos Blog
Cisco Talos Blog
D
Docker
Blog — PlanetScale
Blog — PlanetScale
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
人人都是产品经理
人人都是产品经理

AUR Newest Packages

AUR (en) - xcute AUR (en) - wallrift AUR (en) - smolvm-git AUR (en) - smolvm-bin AUR (en) - smolvm AUR (en) - chess-cat-git AUR (en) - uac-launch-control-bin AUR (en) - openclaw AUR (en) - keyviz-zh-bin AUR (en) - profile-sync-daemon-openrc-git AUR (en) - runex-bin AUR (en) - sing-box-ref1nd-beta-bin AUR (en) - netscan-tui AUR (en) - android-cli AUR (en) - rudo-bin AUR (en) - marmalade-bin AUR (en) - clawx-appimage AUR (en) - echomusic-appimage AUR (en) - vermouth AUR (en) - mautrix-telegram-bin AUR (en) - ketesa AUR (en) - clawd-on-desk-bin AUR (en) - rebased-bin AUR (en) - oxideterm-bin AUR (en) - shed-sh AUR (en) - haus-bin AUR (en) - stably-orca-bin AUR (en) - reflection AUR (en) - emerald-legacy-launcher-git AUR (en) - kwim AUR (en) - pentest-ghostwriter AUR (en) - papagaia AUR (en) - outport-bin AUR (en) - carton-appimage AUR (en) - veila-git AUR (en) - veila-bin AUR (en) - vigil-baseline AUR (en) - byedroid AUR (en) - python-fastapi-sso AUR (en) - zeed-bin AUR (en) - dwl-git-azerty AUR (en) - libspatialaudio-git AUR (en) - opennow AUR (en) - rotki AUR (en) - kapi-bin AUR (en) - classfi-git AUR (en) - giff-git AUR (en) - budget-tracker-bin AUR (en) - budget-tracker AUR (en) - tasks-bin AUR (en) - ruri-git AUR (en) - gitmun-bin AUR (en) - python-cozempic AUR (en) - paintfe-bin AUR (en) - paintfe AUR (en) - drop-bin AUR (en) - tritium-launcher-bin AUR (en) - solidc-git AUR (en) - paseo-desktop-bin AUR (en) - dota2-minify-bin AUR (en) - yt-dvr AUR (en) - enneagram AUR (en) - excalidraw-desktop-bin AUR (en) - binaryobjectscanner-bin AUR (en) - openring-rs AUR (en) - openring-rs-bin AUR (en) - brave-origin-beta-bin AUR (en) - whisper.cpp-cuda-bin AUR (en) - libggml-cuda-bin AUR (en) - revdiff AUR (en) - tdesktop-nolimit AUR (en) - cert-checker AUR (en) - yaak-cli AUR (en) - yaak-cli-bin AUR (en) - deez-notes-bin AUR (en) - goosestation-libretro AUR (en) - whispers-cuda-bin AUR (en) - kei AUR (en) - foxguard AUR (en) - hyprlogin-git AUR (en) - kebiki AUR (en) - runex AUR (en) - ikuai-cli AUR (en) - whispers-bin AUR (en) - pipeweaver-app AUR (en) - pipeweaver AUR (en) - agentop-bin AUR (en) - cosmic-ext-connected-git AUR (en) - kwin-dual-mode AUR (en) - skwd-daemon AUR (en) - ter-music-cn AUR (en) - elio-bin AUR (en) - keyboard-chattering-fix-git AUR (en) - qtkeychain-qt5 AUR (en) - gesturecontrol AUR (en) - sharey AUR (en) - ouijit-bin AUR (en) - usque-bin AUR (en) - twig-bin AUR (en) - ascendara-bin
AUR (en) - tensorrt
2026-06-25 · via AUR Newest Packages

nihildigit commented on 2026-05-29 06:40 (UTC)

Build note for current Arch/CachyOS with cuda 13.2: if makepkg/paru is launched from an environment that has not sourced CUDA paths, CMake may fail to find nvcc. After fixing PATH, nvcc may still pick the system default GCC 16 and fail during CMakeCUDACompilerId with errors from /usr/include/c++/16.1.1/type_traits (e.g. char8_t/requires).

This worked for me:

env PATH=/opt/cuda/bin:$PATH CUDAToolkit_ROOT=/opt/cuda CUDAHOSTCXX=/usr/bin/g++-15 NVCC_CCBIN=/usr/bin/g++-15 CC=/usr/bin/gcc-15 CXX=/usr/bin/g++-15 makepkg -si

Same env also worked when driving the build through paru. Not a package bug as far as I can tell, just easy to hit on rolling systems where the default host compiler is newer than CUDA supports.

dbermond commented on 2026-02-23 17:27 (UTC)

@medaminezghal The python-tensorrt package has the same version of the pkgname array of packages, which currently is 10.15.1.29, and that's what matters. If python-tensorrt would hypothetically have a version different than the other ones in the pkgname array, than that could be a case of inconsistency (even though I would still question if it would be in fact an inconsistency). The names you mentioned are not part of the pkgname array, but are listed in the provides array (we currently ship only 2 of the ones you mentioned). The ones listed in the provides array do not have restrictions in the relation the main pkgver, as a package can provide any other package in any version. And to avoid the heavy maintenance burden of creating a separate PKGBUILD for a very small 300kb package like tensorflow_quantization, coming a from a source file that is 7 GIGABYTES in size and that requires a complex build process, it is perfectly acceptable in my opinion to ship it through the provides array with its own version, which, as already explained, is not inconsistent.

medaminezghal commented on 2026-02-23 16:06 (UTC)

@dbermond Every package under tools has different version from the provided package.

For example:

polygraphy has the version 0.49.27

trt-engine-explorer has the version 0.2.1

onnx-graphsurgeon has the version 0.5.9

polygraphy-extension-trtexec has the version 0.0.9

pytorch-quantization has the version 2.2.1

tensorflow-quantization has the version 0.2.0

dbermond commented on 2026-02-22 19:05 (UTC)

@medaminezghal onnx-graphsurgeon still fails to build for me. Can you please point where in the package are these "tools with different versions" you mentioned?

medaminezghal commented on 2026-02-19 16:01 (UTC)

@dbermond The issue mentioned by @sekubedabu has been fixed. Could you re-enable onnx-graphsurgeon again?

Also, Is installing tools with different versions than the given one in PKGBUILD file compatible with the Arch package guidelines?

For me, when there is different packages versions from the same source, I provide them as different packages with 2 PKGBUILD file.

dbermond commented on 2026-01-24 16:44 (UTC)

@jholmer Independently of specifying or not the optional '#fragment' part in the source url, makepkg will always download the entire git repository and history, as shallow clones and sparse checkouts are not supported. The needed commit is to be picked by git itself (and not by makepkg) during the submodule initialization at prepare(), based on the parent repository internals. See working with git submodules in the ArchWiki.

jholmer commented on 2026-01-23 16:50 (UTC)

Given that this is not a -git package, and this package takes a non-trivial amount of time to build, it is an undesirable behavior that AUR helpers like paru pull the latest commit of this package nearly daily. This is occurring because the submodules are pulled as the latest git commit. These should be locked to specific tags or commits to prevent this behavior.

sekubedabu commented on 2025-12-30 05:59 (UTC)

Although I am receiving the same error "AttributeError: module 'onnx.helper' has no attribute 'float32_to_bfloat16'" as the linked issue that originated the PR, as far as I can see the git submodules are locked to earlier versions.

To move forward I commented out the building, providing, and packaging of "onnx-graphsurgeon" python package, after which the rest of the build was a success.

sekubedabu commented on 2025-12-30 02:14 (UTC)