Commit graph

20 commits

Author SHA1 Message Date
Ryan Burns f52daac15c pycuda: fix opengl runpath
This is required for CUDA functionality, since libcuda.so.1 is loaded
from /run/opengl-driver/lib
2021-04-22 17:41:33 -07:00
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
R. RyanTM eb9697691d python37Packages.pycuda: 2019.1.2 -> 2020.1 2020-10-15 22:57:49 -07:00
Michael Lingelbach cf5dcbf49f Bump cudatoolkit in pycuda derivation, remove boost dependency 2020-05-17 13:45:16 -07:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Frederik Rietdijk 056fb05d09 python: pycuda: 2018.1.1 -> 2019.1.2 2019-10-27 16:26:50 +01:00
volth 08f68313a4 treewide: remove redundant rec 2019-08-28 11:07:32 +00: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
Frederik Rietdijk c94a91bf4c python: pycuda: 2018.1 -> 2018.1.1 2018-10-13 09:50:16 +02:00
Frederik Rietdijk d3731041f8 python: pycuda: 2017.1.1 -> 2018.1 2018-08-25 07:38:23 +02:00
Frederik Rietdijk ced21f5e1a pythonPackages: remove name attribute`
The `buildPython*` function computes name from `pname` and `version`.
This change removes `name` attribute from all expressions in
`pkgs/development/python-modules`.

While at it, some other minor changes were made as well, such as
replacing `fetchurl` calls with `fetchPypi`.
2018-06-23 18:14:26 +02:00
Dylan Simon 589d4640fb pycuda: fix boost_python3 link
Boost python library now named -lboost_python3 on py3.
Remove a couple unused inputs.
2017-12-23 16:02:47 -05:00
adisbladis d99378654f pythonPackages: Add version and pname attributes to packages 2017-11-23 17:49:43 +01:00
Jörg Thalheim e67daebcb6 pycuda: 2017.1 -> 2017.1.1 2017-08-28 09:34:05 +01:00
Frederik Rietdijk 6b999f3c42 Python: many package updates
Did not test all packages. Likely we'll have some breakage.
2017-05-27 14:25:08 +02:00
Frederik Rietdijk 05ca19c679 pythonPackages.pycuda: 2016.1 -> 2016.1.2
and disable tests because they require an available cuda device.
2016-11-14 12:31:05 +01:00
Tuomas Tynkkynen a18ee4acb7 treewide: Make explicit that 'dev' output of boost is used
Also fix one incorrect output in geant.
2016-08-23 04:32:21 +03:00
artuuge 1a55add4ca enable the tests only for python older than 3.5 2016-06-15 16:24:21 +02:00
artuuge be0ade9d03 pycuda: init at 2016.1 2016-06-15 00:47:55 +02:00