Re-generate cuda-related expressions with recent version of cabal2nix.
This commit is contained in:
parent
159649aeb4
commit
6e83b3c284
@ -17,6 +17,7 @@ cabal.mkDerivation (self: {
|
|||||||
homepage = "https://github.com/AccelerateHS/accelerate-cuda/";
|
homepage = "https://github.com/AccelerateHS/accelerate-cuda/";
|
||||||
description = "Accelerate backend for NVIDIA GPUs";
|
description = "Accelerate backend for NVIDIA GPUs";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
|
platforms = self.ghc.meta.platforms;
|
||||||
hydraPlatforms = self.stdenv.lib.platforms.none;
|
hydraPlatforms = self.stdenv.lib.platforms.none;
|
||||||
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
||||||
};
|
};
|
||||||
|
@ -24,6 +24,7 @@ cabal.mkDerivation (self: {
|
|||||||
homepage = "https://github.com/AccelerateHS/accelerate-examples";
|
homepage = "https://github.com/AccelerateHS/accelerate-examples";
|
||||||
description = "Examples using the Accelerate library";
|
description = "Examples using the Accelerate library";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
|
platforms = self.ghc.meta.platforms;
|
||||||
hydraPlatforms = self.stdenv.lib.platforms.none;
|
hydraPlatforms = self.stdenv.lib.platforms.none;
|
||||||
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
||||||
};
|
};
|
||||||
|
@ -9,6 +9,7 @@ cabal.mkDerivation (self: {
|
|||||||
homepage = "https://github.com/AccelerateHS/accelerate-fft";
|
homepage = "https://github.com/AccelerateHS/accelerate-fft";
|
||||||
description = "FFT using the Accelerate library";
|
description = "FFT using the Accelerate library";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
|
platforms = self.ghc.meta.platforms;
|
||||||
hydraPlatforms = self.stdenv.lib.platforms.none;
|
hydraPlatforms = self.stdenv.lib.platforms.none;
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
@ -34,6 +34,7 @@ cabal.mkDerivation (self: {
|
|||||||
homepage = "https://github.com/tmcdonell/cuda";
|
homepage = "https://github.com/tmcdonell/cuda";
|
||||||
description = "FFI binding to the CUDA interface for programming NVIDIA GPUs";
|
description = "FFI binding to the CUDA interface for programming NVIDIA GPUs";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
|
platforms = self.ghc.meta.platforms;
|
||||||
hydraPlatforms = self.stdenv.lib.platforms.none;
|
hydraPlatforms = self.stdenv.lib.platforms.none;
|
||||||
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
||||||
};
|
};
|
||||||
|
@ -10,6 +10,7 @@ cabal.mkDerivation (self: {
|
|||||||
homepage = "http://github.com/robeverest/cufft";
|
homepage = "http://github.com/robeverest/cufft";
|
||||||
description = "Haskell bindings for the CUFFT library";
|
description = "Haskell bindings for the CUFFT library";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
|
platforms = self.ghc.meta.platforms;
|
||||||
hydraPlatforms = self.stdenv.lib.platforms.none;
|
hydraPlatforms = self.stdenv.lib.platforms.none;
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user