mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
Updating repa.
svn path=/nixpkgs/trunk/; revision=28208
This commit is contained in:
parent
be1bd9e6bf
commit
159611d423
@ -1,13 +1,14 @@
|
||||
{cabal, repa, vector}:
|
||||
{cabal, repa, vector} :
|
||||
|
||||
cabal.mkDerivation (self : {
|
||||
pname = "repa-algorithms";
|
||||
version = "2.0.0.3";
|
||||
sha256 = "17h5xbn8gy0glryrv7pjdpxaw9adrk0bln683p0xxl6wrx90ngdv";
|
||||
propagatedBuildInputs = [repa vector];
|
||||
version = "2.1.0.1";
|
||||
sha256 = "101j18s2vqaxls87jzrlhzy2hlhqvgs27cs89j187c1s8z5vvjjg";
|
||||
propagatedBuildInputs = [ repa vector ];
|
||||
meta = {
|
||||
description = "Algorithms using the Repa array library";
|
||||
license = "BSD";
|
||||
homepage = "http://repa.ouroborus.net";
|
||||
description = "Algorithms using the Repa array library.";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
maintainers = [self.stdenv.lib.maintainers.andres];
|
||||
};
|
||||
})
|
||||
|
@ -1,13 +1,14 @@
|
||||
{cabal, repa, vector}:
|
||||
{cabal, repa, vector} :
|
||||
|
||||
cabal.mkDerivation (self : {
|
||||
pname = "repa-bytestring";
|
||||
version = "2.0.0.3";
|
||||
sha256 = "05kc5d8j4m5g515syvz5jkbjvhhf3jxkak4w6pvyhx6nmzgywrk5";
|
||||
propagatedBuildInputs = [repa vector];
|
||||
version = "2.1.0.1";
|
||||
sha256 = "01kvbd1kn0irldnfihhxa2jrz8fy1x9g7vz60ffgagj6yzp4bsnq";
|
||||
propagatedBuildInputs = [ repa vector ];
|
||||
meta = {
|
||||
description = "Conversions between Repa Arrays and ByteStrings";
|
||||
license = "BSD";
|
||||
homepage = "http://repa.ouroborus.net";
|
||||
description = "Conversions between Repa Arrays and ByteStrings.";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
maintainers = [self.stdenv.lib.maintainers.andres];
|
||||
};
|
||||
})
|
||||
|
@ -1,14 +1,15 @@
|
||||
{cabal, repa, repaAlgorithms, repaIO, vector, llvm}:
|
||||
{cabal, repa, repaAlgorithms, repaIO, vector, llvm} :
|
||||
|
||||
cabal.mkDerivation (self : {
|
||||
pname = "repa-examples";
|
||||
version = "2.0.0.3";
|
||||
sha256 = "0kj93rrr63x34dcljw6hvqjbz4mfzw00gmbddrqya0dhf9ifjnb9";
|
||||
extraBuildInputs = [llvm];
|
||||
propagatedBuildInputs = [repa repaAlgorithms repaIO vector];
|
||||
version = "2.1.0.2";
|
||||
sha256 = "056y2x8kada4d6a89sni2469c736z3d9ldp188n3i58h4kjqqfq7";
|
||||
extraBuildInputs = [ llvm ];
|
||||
propagatedBuildInputs = [ repa repaAlgorithms repaIO vector ];
|
||||
meta = {
|
||||
description = "Examples using the Repa array library";
|
||||
license = "BSD";
|
||||
homepage = "http://repa.ouroborus.net";
|
||||
description = "Examples using the Repa array library.";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
maintainers = [self.stdenv.lib.maintainers.andres];
|
||||
};
|
||||
})
|
||||
|
@ -1,13 +1,14 @@
|
||||
{cabal, bmp, repa, repaBytestring}:
|
||||
{cabal, bmp, repa, repaBytestring} :
|
||||
|
||||
cabal.mkDerivation (self : {
|
||||
pname = "repa-io";
|
||||
version = "2.0.0.3";
|
||||
sha256 = "1p8h2855jv8nnvf9vq2ywrmm9qk9qdqy6yqr4dj9p90kfcqxgw2g";
|
||||
propagatedBuildInputs = [bmp repa repaBytestring];
|
||||
version = "2.1.0.1";
|
||||
sha256 = "1mjv90rr1vymrnv5kz8i4kvjal6mwhb2042ylbdggvv8hjsc8awq";
|
||||
propagatedBuildInputs = [ bmp repa repaBytestring ];
|
||||
meta = {
|
||||
description = "Read and write Repa arrays in various formats";
|
||||
license = "BSD";
|
||||
homepage = "http://repa.ouroborus.net";
|
||||
description = "Read and write Repa arrays in various formats.";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
maintainers = [self.stdenv.lib.maintainers.andres];
|
||||
};
|
||||
})
|
||||
|
@ -1,13 +1,14 @@
|
||||
{cabal, QuickCheck, vector}:
|
||||
{cabal, QuickCheck, vector} :
|
||||
|
||||
cabal.mkDerivation (self : {
|
||||
pname = "repa";
|
||||
version = "2.0.0.4";
|
||||
sha256 = "11cjh4bdwb1kwb6ikig4i6vr3kqs840wdpl22biws16lg74mfxxn";
|
||||
propagatedBuildInputs = [QuickCheck vector];
|
||||
version = "2.1.1.2";
|
||||
sha256 = "0lvhcq46abby69i6sgcqrxljykayp1sr3rmy2nlg5cccxlj94sqi";
|
||||
propagatedBuildInputs = [ QuickCheck vector ];
|
||||
meta = {
|
||||
description = "High performance, regular, shape polymorphic parallel arrays";
|
||||
license = "BSD";
|
||||
homepage = "http://repa.ouroborus.net";
|
||||
description = "High performance, regular, shape polymorphic parallel arrays.";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
maintainers = [self.stdenv.lib.maintainers.andres];
|
||||
};
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user