forked from mirrors/nixpkgs
Merge pull request #200502 from markuskowa/fix-octave
This commit is contained in:
commit
b8f9e78771
|
@ -25,6 +25,7 @@
|
|||
, fftwSinglePrec
|
||||
, zlib
|
||||
, curl
|
||||
, rapidjson
|
||||
, blas, lapack
|
||||
# These two should use the same lapack and blas as the above
|
||||
, qrupdate, arpack, suitesparse ? null
|
||||
|
@ -130,6 +131,7 @@ let
|
|||
fltk
|
||||
zlib
|
||||
curl
|
||||
rapidjson
|
||||
blas'
|
||||
lapack'
|
||||
libsndfile
|
||||
|
|
Loading…
Reference in a new issue