Replies: 10 comments 19 replies
-
@cyring updated the -git package, waiting for the release. |
Beta Was this translation helpful? Give feedback.
-
This has worked perfectly |
Beta Was this translation helpful? Give feedback.
-
Since kernel 6.8rc1 and its mandatory gcc is v13 |
Beta Was this translation helpful? Give feedback.
-
In I was expecting my ArchLinux EDIT: in addition to that, I now have a regression with CentOS 3 where rewriting CFLAGS seems forbidden Due to numerous regressions, I have rollback to the original Makefile. |
Beta Was this translation helpful? Give feedback.
-
You may have noticed that a CI is now helping to track build regressions. You will find results in repository tab actions I still continue to build by hand in various VM, with workstations and an Orange-Pi 5+ Nightly status of 1.97.0
|
Beta Was this translation helpful? Give feedback.
-
Since commit fc9f470 is fixed the ratios display for hybrid processors. This concerns generations Alder Lake and afterwards ; the big.LITTLE architectures of ARM v8, v9 like Can anyone with Intel Hybrid post such screenshot to let me verify ? |
Beta Was this translation helpful? Give feedback.
-
I'm the openSUSE package maintainer and working on an updated RPM .spec file for when 1.97.0 is released. It's working fine with very minor modifications, but a few observations:
|
Beta Was this translation helpful? Give feedback.
-
Thank you for your reply.
What about adding a |
Beta Was this translation helpful? Give feedback.
-
Do you have specs of this compiler variable ? |
Beta Was this translation helpful? Give feedback.
-
It's not a compiler variable. Just a variable that I named
assuming a Makefile with:
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
@ich777 , @inglor , anyone
Hello,
This version is about ARM AArch64 and still the latest x86_64 models
The compilation has evolved.
The binaries
corefreqk.ko
corefreqd
andcorefreq-cli
are now compiled into thebuild
sub-directoryMakefile
is taking care to create thebuild
temporary directory.Makefile
is detecting one of the two machinex86_64
oraarch64
If useful an
uninstall
recipe has been addedParallel build is more efficient. One can simply run
make -j
Apart a merged
master
branche, I have not create a release yet until packaging has integrated those changes.Best regards
Cyril
Beta Was this translation helpful? Give feedback.
All reactions