svn path=/nixpkgs/trunk/; revision=33608
This commit is contained in:
Michael Raskin 2012-04-05 08:58:47 +00:00
parent c742116695
commit 8c23da31e6

View File

@ -1,6 +1,6 @@
{ stdenv, fetchurl, blas, liblapack, gfortran } :
stdenv.mkDerivation {
name = "suitespare";
name = "suitesparse";
src = fetchurl {
url = http://www.cise.ufl.edu/research/sparse/SuiteSparse/SuiteSparse-3.5.0.tar.gz ;
sha256 = "0npn7c1j5qag5m2r0cmh3bwc42c1jk8k2yg2cfyxlcrp0h7wn4rc";