Pavol Rusnak
|
a4bbfba80d
|
pkgs/development/python-modules: stdenv.lib -> lib
|
2021-01-24 01:29:22 +01:00 |
|
Profpatsch
|
4a7f99d55d
|
treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938
meta = with stdenv.lib;
is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.
This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.
The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
|
2021-01-11 10:38:22 +01:00 |
|
Ben Siraphob
|
3ae5e6ce03
|
treewide: remove enableParallelBuilding = true if using cmake
|
2021-01-03 18:37:40 +07:00 |
|
volth
|
46420bbaa3
|
treewide: name -> pname (easy cases) (#66585)
treewide replacement of
stdenv.mkDerivation rec {
name = "*-${version}";
version = "*";
to pname
|
2019-08-15 13:41:18 +01:00 |
|
Markus Kowalewski
|
ad1e7b09c0
|
libgpuarray: fix build
move cmake into nativeBuildInputs
|
2019-03-29 14:18:55 +01:00 |
|
volth
|
52f53c69ce
|
pkgs/*: remove unreferenced function arguments
|
2018-07-21 02:48:04 +00:00 |
|
Stefan Matting
|
6d8bf113bd
|
libgpuarray: add nvidia_x11 as dependency when cudaSupport
|
2018-05-13 14:19:16 +02:00 |
|
Josef Kemetmüller
|
d96f0c5682
|
pythonPackages.libgpuarray: enable darwin build
|
2018-04-15 18:34:45 +02:00 |
|
Nikolay Amiantov
|
2a23d9123e
|
python.pkgs.libgpuarray: 0.6.9 -> 0.7.5
|
2018-02-25 22:24:09 +03:00 |
|
adisbladis
|
d99378654f
|
pythonPackages: Add version and pname attributes to packages
|
2017-11-23 17:49:43 +01:00 |
|
Nikolay Amiantov
|
efd2444de5
|
python.pkgs.libgpuarray: -9998.0 -> 0.6.9
|
2017-10-19 12:47:30 +03:00 |
|
Tuomas Tynkkynen
|
51ad423716
|
treewide: Use makeLibraryPath in 'patchelf --set-rpath' calls
|
2016-08-23 00:04:39 +03:00 |
|
artuuge
|
bc41a7d551
|
switch to the default versions of numpy and scipy in libgpuarray-cuda
|
2016-06-16 00:03:07 +02:00 |
|
artuuge
|
d1f38e2adc
|
make clblas-cuda and libgpuarray-cuda more functorial
|
2016-06-14 20:01:51 +02:00 |
|
artuuge
|
93a11d8b0f
|
libgpuarray-cuda: init at -9998.0
|
2016-06-05 14:49:45 +02:00 |
|