Andrei Korshikov andrei-korshikov
  • network engineer (CCNP), ArchWiki maintainer

  • Joined on 2026-02-25
andrei-korshikov commented on pull request ALHP/alhp-mirrorlist#26 2026-03-12 11:36:31 +01:00
Update mirror: alhp.nox.panibrez.com

Should AUR package version be bumped? With other words, how end-users will notice this change?

andrei-korshikov commented on issue ALHP/ALHP.GO#148 2026-03-09 22:24:35 +01:00
Add fortran compiler flags

Sure:

  • #287 Synchronize ALHP makepkg configuration files with current devtools ones
  • #288 Add "-mpclmul" to FFLAGS
andrei-korshikov opened issue ALHP/ALHP.GO#288 2026-03-09 22:22:59 +01:00
Add "-mpclmul" to FFLAGS
andrei-korshikov opened issue ALHP/ALHP.GO#287 2026-03-09 22:19:09 +01:00
Synchronize ALHP makepkg configuration files with current devtools ones
andrei-korshikov commented on issue ALHP/ALHP.GO#148 2026-03-07 08:34:56 +01:00
Add fortran compiler flags

diff ~/Downloads/makepkg-x86-64-v3.conf /usr/share/devtools/makepkg.conf.d/conf.d/fortran.conf:

< FFLAGS="-O3 -pipe -march=x86-64-v3"
< 
---
> FFLAGS="-march=x86-64 -mtune=generic -O2…
andrei-korshikov commented on issue ALHP/ALHP.GO#281 2026-02-25 17:10:00 +01:00
hold off on packages until dependencies are built

even if ALHP is internally consistent by holding packages back until all of them are built, they may dep-conflict with packages that are updated in upstream before ALHP finishes compiling the…

andrei-korshikov commented on issue ALHP/ALHP.GO#68 2026-02-25 10:27:35 +01:00
modules linked to 'linux' fail with x86_64-v3 'linux'

Could you linkify #68 in README? Not a big deal to find the issue, but if you mention it on the "main page", I think it would be better to mention it as a link. And #16 too)

andrei-korshikov commented on issue ALHP/ALHP.GO#281 2026-02-25 06:35:47 +01:00
hold off on packages until dependencies are built

@Riedler:

pacman doesn't use a lower-prio repo if a higher-prio repo has the requested package, even if the lower-prio repo has a newer version

@BS86:

It can happen that another Arch…