forked from mirrors/nixpkgs
Merge pull request #227424 from MaxHearnden/llvm-ffi
haskellPackages.llvm-ffi: set LLVM
This commit is contained in:
commit
a3617cb0aa
|
@ -2625,4 +2625,8 @@ self: super: {
|
|||
# compatability with other gi- packages.
|
||||
# Take another look when gi-webkit2 updates as it may have become compatible with libsoup-3
|
||||
gi-soup = assert versions.major self.gi-webkit2.version == "4"; self.gi-soup_2_4_28;
|
||||
|
||||
llvm-ffi = super.llvm-ffi.override {
|
||||
LLVM = pkgs.llvmPackages_13.libllvm;
|
||||
};
|
||||
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super
|
||||
|
|
|
@ -3150,7 +3150,6 @@ broken-packages:
|
|||
- ll-picosat
|
||||
- llsd
|
||||
- llvm-base
|
||||
- llvm-ffi
|
||||
- llvm-general-pure
|
||||
- llvm-hs
|
||||
- llvm-ht
|
||||
|
|
|
@ -2510,8 +2510,6 @@ dont-distribute-packages:
|
|||
- kit
|
||||
- kmeans-par
|
||||
- kmeans-vector
|
||||
- knead
|
||||
- knead-arithmetic
|
||||
- knit-haskell
|
||||
- koji-install
|
||||
- koji-tool
|
||||
|
@ -2638,14 +2636,11 @@ dont-distribute-packages:
|
|||
- llvm-base-types
|
||||
- llvm-base-util
|
||||
- llvm-data-interop
|
||||
- llvm-dsl
|
||||
- llvm-extension
|
||||
- llvm-extra
|
||||
- llvm-general
|
||||
- llvm-general-quote
|
||||
- llvm-hs-pretty
|
||||
- llvm-pretty-bc-parser
|
||||
- llvm-tf
|
||||
- llvm-tools
|
||||
- lmonad-yesod
|
||||
- lnd-client
|
||||
|
@ -3835,7 +3830,6 @@ dont-distribute-packages:
|
|||
- syntax-pretty
|
||||
- syntax-printer
|
||||
- syntaxnet-haskell
|
||||
- synthesizer-llvm
|
||||
- sys-process
|
||||
- systemstats
|
||||
- t3-client
|
||||
|
@ -3901,7 +3895,6 @@ dont-distribute-packages:
|
|||
- time-io-access
|
||||
- time-warp
|
||||
- timeprint
|
||||
- timeseries
|
||||
- timezone-unix
|
||||
- tinkoff-invest-sdk
|
||||
- tintin
|
||||
|
|
|
@ -174068,7 +174068,6 @@ self: {
|
|||
];
|
||||
description = "Repa-like array processing using LLVM JIT";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"knead-arithmetic" = callPackage
|
||||
|
@ -174082,7 +174081,6 @@ self: {
|
|||
];
|
||||
description = "Linear algebra and interpolation using LLVM JIT";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"knit" = callPackage
|
||||
|
@ -184294,7 +184292,6 @@ self: {
|
|||
];
|
||||
description = "Support for writing an EDSL with LLVM-JIT as target";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"llvm-extension" = callPackage
|
||||
|
@ -184341,7 +184338,6 @@ self: {
|
|||
doHaddock = false;
|
||||
description = "Utility functions for the llvm interface";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"llvm-ffi" = callPackage
|
||||
|
@ -184356,8 +184352,6 @@ self: {
|
|||
librarySystemDepends = [ LLVM ];
|
||||
description = "FFI bindings to the LLVM compiler toolkit";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {LLVM = null;};
|
||||
|
||||
"llvm-ffi-tools" = callPackage
|
||||
|
@ -184627,7 +184621,6 @@ self: {
|
|||
doHaddock = false;
|
||||
description = "Bindings to the LLVM compiler toolkit using type families";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"llvm-tools" = callPackage
|
||||
|
@ -284158,7 +284151,6 @@ self: {
|
|||
doHaddock = false;
|
||||
description = "Efficient signal processing using runtime compilation";
|
||||
license = lib.licenses.gpl3Only;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"synthesizer-midi" = callPackage
|
||||
|
@ -294049,7 +294041,6 @@ self: {
|
|||
];
|
||||
description = "Library for Time Series processing";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"timespan" = callPackage
|
||||
|
|
Loading…
Reference in a new issue