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

推荐订阅源

WordPress大学
WordPress大学
A
About on SuperTechFans
小众软件
小众软件
Hugging Face - Blog
Hugging Face - Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
博客园 - 叶小钗
博客园 - 聂微东
博客园 - Franky
Apple Machine Learning Research
Apple Machine Learning Research
罗磊的独立博客
量子位
博客园 - 三生石上(FineUI控件)
Recent Announcements
Recent Announcements
The GitHub Blog
The GitHub Blog
B
Blog RSS Feed
T
The Blog of Author Tim Ferriss
GbyAI
GbyAI
云风的 BLOG
云风的 BLOG
Last Week in AI
Last Week in AI
宝玉的分享
宝玉的分享
B
Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Stack Overflow Blog
Stack Overflow Blog
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC

AUR Newest Packages

AUR (en) - linuxqq-clipsync-git AUR (en) - libtslitex-git AUR (en) - libtslitex-git AUR (en) - carton-appimage AUR (en) - veila-git AUR (en) - veila-bin AUR (en) - vigil-baseline AUR (en) - byedroid AUR (en) - neovim-base16-git AUR (en) - pirata AUR (en) - rpi-imager-git-non-root AUR (en) - python-fastapi-sso AUR (en) - tmux-ai-titles AUR (en) - zeed-bin AUR (en) - bclone-bin AUR (en) - dwl-git-azerty AUR (en) - auggie-bin AUR (en) - libspatialaudio-git AUR (en) - libspatialaudio AUR (en) - miniupnpd-iptables-legacy AUR (en) - miniupnpd-nft AUR (en) - jeeves-bin AUR (en) - opennow AUR (en) - rotki AUR (en) - kapi-bin AUR (en) - classfi-bin AUR (en) - classfi-git AUR (en) - classfi AUR (en) - giff-git AUR (en) - budget-tracker-bin
AUR (en) - meta-package-manager
2026-05-29 · via AUR Newest Packages

Latest Comments

stiermid commented on 2026-05-09 20:54 (UTC)

Thanks @vitaliikuzhdin. Appreciate the flexibility. I'll keep the package as is. Cheers!

vitaliikuzhdin commented on 2026-05-09 08:51 (UTC)

@stiermid, I think I'll drop the symlink then with the next update.

stiermid commented on 2026-05-09 08:00 (UTC)

Hi @vitaliikuzhdin! Thanks for reaching out. Since your package is specifically for MATLAB, maybe keeping matlab-mpm is clearer for the users. If you're willing to drop the mpm symlink, I'd love to keep mpm for the Meta Package Manager. Let me know what you think!

vitaliikuzhdin commented on 2026-05-08 17:35 (UTC)

Maintainer of matlab-mpm here. I was wondering what the best course of action would be to resolve the conflict caused by both packages installing the executable as /usr/bin/mpm. I've always renamed it to matlab-mpm and provided mpm as a symlink because I suspected this kind of conflict could happen, given that there are only so many three-letter combinations. But now that I've found this package, one of us will probably have to rename the executable completely. What do you think?

pellet613 commented on 2026-04-02 19:30 (UTC)

The AUR build currently fails because two transitive dependencies fail their check() test suites:

  1. python-beartype: test_door_is_bearable_warnings fails on retry due to a memoization bug. Filed upstream: https://github.com/beartype/beartype/issues/631. Also commented on the python-beartype AUR package with a suggested workaround (pytest -k "not test_door_is_bearable_warnings").

  2. python-boltons: test suite fails with PytestRemovedIn9Warning treated as error under pytest 9.

These two failures cascade through the dependency chain: python-beartype blocks python-click-extra, python-boltons also blocks python-click-extra, and python-click-extra blocks meta-package-manager.

I'm the upstream maintainer of meta-package-manager. The package itself is fine: it installs and runs correctly once the dependencies build. This is purely an AUR test suite issue in transitive dependencies.

CI run with the full build trace: https://github.com/kdeldycke/meta-package-manager/actions/runs/23897036306/job/69684170316

bintoss commented on 2025-09-16 03:39 (UTC) (edited on 2025-09-17 02:20 (UTC) by bintoss)

Package version 5.21.0-1 may fail to build if extras/python-poetry is not installed. This is due to python-pyshacl@0.26.0 not declaring extras/python-poetry as a makedependency.

edit (2025-09-16@19.16-0800): After patching python-pyshacl@0.31.0's PKGBUILD and installing it, I've discovered python-uritools also fails to build due to errors in check(); "ModuleNotFoundError: No module named 'cloup'". Joy.