RubenKelevra
  • Joined on 2022-05-04
RubenKelevra commented on issue ALHP/ALHP.GO#18 2023-12-09 18:56:48 +01:00
Provide x86-64-v4

Great news, thanks for the work!

RubenKelevra commented on issue ALHP/ALHP.GO#124 2023-05-12 21:12:56 +02:00
shim for gcc / clang or package based info which compiler is used

Splitting the definition and the active flags allows overriding the flags per package. So if a package does not build with option X, we can just disable it by not setting it in the makepkg.conf.

RubenKelevra commented on issue ALHP/ALHP.GO#124 2023-05-12 21:11:19 +02:00
shim for gcc / clang or package based info which compiler is used

Ah, okay!

I thought about putting the current version of the flags.yaml into the package and read the yaml file with the shim. But true, makes more sense to read the makepkg.conf for flags.

W…

RubenKelevra commented on issue ALHP/ALHP.GO#124 2023-05-12 20:14:58 +02:00
shim for gcc / clang or package based info which compiler is used

I guess reading the flags.yaml makes the most sense, to specify what the shim should do

If I add the required fields in the process, would your software ignore them?

RubenKelevra closed issue ALHP/ALHP.GO#118 2023-05-12 19:44:51 +02:00
Make generated build config, like makepkg.conf, accessible via the webserver
RubenKelevra commented on issue ALHP/ALHP.GO#118 2023-05-12 19:32:32 +02:00
Make generated build config, like makepkg.conf, accessible via the webserver

Hey @anonfunc,

what's the new URL for this?

RubenKelevra reopened issue ALHP/ALHP.GO#118 2023-05-12 19:32:32 +02:00
Make generated build config, like makepkg.conf, accessible via the webserver
RubenKelevra commented on issue ALHP/ALHP.GO#124 2023-05-12 19:18:02 +02:00
shim for gcc / clang or package based info which compiler is used

That could also work, sure. Now we just need to figure out how to 'install' the shim into the chroot copy before building.

I guess the best solution would be, to create a package for the shim…

RubenKelevra commented on issue ALHP/ALHP.GO#124 2023-05-12 19:09:44 +02:00
shim for gcc / clang or package based info which compiler is used

Somehow this dropped at the back of my head, sorry for that.

So we still need this for the project, correct?

RubenKelevra commented on issue ALHP/ALHP.GO#169 2023-05-12 19:05:50 +02:00
Is there a package by package installation method available?

Please update your whole system in one go. Otherwise there may be a mismatch of library versions etc.

Partly updating your system is not supported by ArchLinux.

RubenKelevra commented on issue ALHP/ALHP.GO#183 2023-05-12 19:00:17 +02:00
Packages still linking to python 3.10

@anonfunc the cython package needs a .2 bump. Had 0.29.34-3.1 installed which is still linking to python 3.10. But if reinstalled I get the same version number but it's fixed.

Same…

RubenKelevra commented on issue ALHP/ALHP.GO#183 2023-05-12 18:33:33 +02:00
Packages still linking to python 3.10

Hey @anonfunc,

you can just ask pacman's database on that matter:

# pacman -Fy --regex '^usr/lib/python3.10' 
RubenKelevra commented on issue ALHP/ALHP.GO#183 2023-05-12 18:15:42 +02:00
Packages still linking to python 3.10

@anonfunc the cython package needs a .2 bump. Had 0.29.34-3.1 installed which is still linking to python 3.10. But if reinstalled I get the same version number but it's fixed.

RubenKelevra commented on issue ALHP/ALHP.GO#124 2022-06-14 10:42:02 +02:00
shim for gcc / clang or package based info which compiler is used

I think the shim should be static and just be fed by enviromental variables, like the regular CPP flags are as well.

So something like

CPP_FLAGS_GCC="-list -of -awsome -flags" CPP_FLAGS_CLA…

RubenKelevra commented on issue ALHP/ALHP.GO#125 2022-06-14 10:38:19 +02:00
Include Multilib

I feel like we should just try to build everything "as is" and have a look at the outcome.

As adding the multilib-repo to the system is a manual operation we can just flag it as experimental…

RubenKelevra commented on issue ALHP/ALHP.GO#125 2022-06-14 10:36:56 +02:00
Include Multilib

@anonfunc it doesn't affect wine at all, as wine will just not honer the system flags at all. :)

In this package the honering of system flags is patched in and they discovered why they are not…

RubenKelevra commented on pull request ALHP/ALHP.GO#120 2022-06-14 10:35:36 +02:00
add patching for rust flags

@anonfunc could you give this a review? :)

RubenKelevra pushed to feat/rust_flags at RubenKelevra/ALHP.GO 2022-06-14 10:20:54 +02:00
20ea64acdc remove cpu tune flag
RubenKelevra commented on pull request ALHP/ALHP.GO#120 2022-06-14 10:09:32 +02:00
add patching for rust flags

Ah yeah, it's just a null flag in this instance anyway. I have removed it from my own configuration in the meantime. Will do the same here. Thanks for pointing this out!