1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 03:30:45 +00:00

magma: fix missing libgfortran.so dependency (#334941)

This commit is contained in:
Aleksana 2024-09-04 13:23:02 +08:00 committed by GitHub
commit c0714c1bea
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -31,7 +31,7 @@
let
inherit (lib) lists strings trivial;
inherit (lib) getLib lists strings trivial;
inherit (magmaRelease) version hash supportedGpuTargets;
# Per https://icl.utk.edu/magma/downloads, support for CUDA 12 wasn't added until 2.7.1.
@ -133,6 +133,7 @@ stdenv.mkDerivation {
lapack
blas
python3
(getLib gfortran.cc) # libgfortran.so
] ++ lists.optionals cudaSupport (with effectiveCudaPackages; [
cuda_cudart # cuda_runtime.h
libcublas # cublas_v2.h