Fix llvm on newest nixpkgs #1
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "arocanon:for-next"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Using bscpkgs with a newer nixpkg version makes LLVM fail to link any application and fails to build openmpv. This patchset fixes both issues and should keep compatibility with old nixpkgs as well. I have tested the patches against the current nixpkgs version in flakes.
Thanks, we should upgrade nixpkgs soon.
There is a typo in the commit message "this exetension". Also, we don't use prefixes in the commit line, despite nixpkgs doing so.
@ -34,14 +34,15 @@ lettargetConfig = stdenv.targetPlatform.config;inherit gcc;cc = clangOmpss2Unwrapped;gccVersion = lib.strings.concatStringsSep "." [(lib.versions.major gcc.version) (lib.versions.minor gcc.version) (lib.versions.patch gcc.version)];Sorter?
We may also safely move
with lib;to the beginning of the file.93d9c770e8to169ec60e71All fixed, thanks!
169ec60e71to8e5b2dc5ccGitea failed to see that this was merged via git (
8e5b2dc5cc). Closing.