tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
finalfusion-utils: use buildFeature
figsoda
4 years ago
cc0e2338
ce0da1b8
+3
-6
1 changed file
expand all
collapse all
unified
split
pkgs
applications
science
machine-learning
finalfusion-utils
default.nix
+3
-6
pkgs/applications/science/machine-learning/finalfusion-utils/default.nix
···
22
23
cargoSha256 = "sha256-/rLv2/bcVsmWw+ZfyumDcj0ptHPQBCCYR9O/lVlV+G0=";
24
25
-
# Enables build against a generic BLAS.
26
-
cargoBuildFlags = [
27
-
"--features"
28
-
"netlib"
29
-
];
30
-
31
nativeBuildInputs = [ installShellFiles ];
32
33
buildInputs = [
···
37
] ++ lib.optionals stdenv.isDarwin [
38
Security
39
];
0
0
0
40
41
postInstall = ''
42
# Install shell completions
···
22
23
cargoSha256 = "sha256-/rLv2/bcVsmWw+ZfyumDcj0ptHPQBCCYR9O/lVlV+G0=";
24
0
0
0
0
0
0
25
nativeBuildInputs = [ installShellFiles ];
26
27
buildInputs = [
···
31
] ++ lib.optionals stdenv.isDarwin [
32
Security
33
];
34
+
35
+
# Enables build against a generic BLAS.
36
+
buildFeatures = [ "netlib" ];
37
38
postInstall = ''
39
# Install shell completions