Ben Darwin
8e7098b667
python3Packages.Theano: fix meta.homepage
...
Point to GitHub repo since original homepage no longer exists.
2021-10-06 13:22:39 -04:00
Ryan Burns
63391899a3
pythonPackages.Theano: fix cuda package
...
* add missing setuptools for cuda
* remove unused nvidia_x11
2021-09-22 23:29:17 -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
Robert Scott
4a9dba6c44
python3Packages.Theano: add pythonImportsCheck
...
this not only gives us a "hint" of test coverage, but also proves the fix
from #97597 allows import of theano from within a sandboxed build
2020-10-17 23:38:37 +01:00
R. RyanTM
cec5aa3be9
python27Packages.Theano: 1.0.4 -> 1.0.5
2020-07-31 00:49:13 -07:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
Dmitry Kalinkin
d4f1fa709c
pythonPackages.Theano: fix darwin build
...
This only formally fixes the name of the compiler. Theano appears to be
working on darwin after this.
2019-12-23 18:08:28 -05:00
volth
f3282c8d1e
treewide: remove unused variables ( #63177 )
...
* treewide: remove unused variables
* making ofborg happy
2019-06-16 19:59:05 +00:00
Frederik Rietdijk
6f80ab0bae
python: Theano: 1.0.3 -> 1.0.4
2019-01-18 09:37:10 +01:00
Frederik Rietdijk
4b12cfb92e
python: Theano: 1.0.2 -> 1.0.3
2018-10-13 09:50:15 +02:00
Tyson Whitehead
303a3f972e
Theano: get theano to use a captured build environment
2018-08-02 15:23:22 -04:00
Tyson Whitehead
8413a541d5
Theano: cleaner setting of g++, cuda, and dnn paths
...
Original was a mix of config changes and code changes with a search
and replace that also changed unintended bits such as messages.
2018-08-02 14:24:51 -04:00
Tyson Whitehead
6aab63d610
Theano: libgpuarray needs to use the same version of cudatoolkit
2018-08-02 12:09:47 -04:00
volth
52f53c69ce
pkgs/*: remove unreferenced function arguments
2018-07-21 02:48:04 +00: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
Frederik Rietdijk
2c1e975c30
python: Theano: 1.0.1 -> 1.0.2
2018-06-02 13:44:38 +02:00
Stefan Matting
e0cf582493
Theano: fix broken compiler; Add nvidia_x11 as dependency when cudaSupport
2018-05-13 14:23:12 +02:00
Frederik Rietdijk
be07136f1d
python: Theano: 0.9.0 -> 1.0.1
2017-12-31 10:55:20 +01:00
Nikolay Amiantov
771e403786
python.pkgs.Theano: merge CUDA and non-CUDA versions
2017-10-19 12:47:30 +03:00
Nikolay Amiantov
db5a5ccf2b
python.pkgs.TheanoWithoutCuda: don't propagate stdenv
...
Fixes errors during buildEnv.
2017-09-07 17:04:54 +03:00
Eric Sagnes
a8b9b9b0d8
pythonPackages.Theano: 0.8.1 -> 0.9.0
2017-06-08 14:16:40 +09:00
Tyson Whitehead
46793d9887
TheanoWithCuda: depend on future for older pythons #26103
2017-06-01 17:59:20 -04:00
Tyson Whitehead
20730dc280
TheanoWithCuda: cudnn shouldn't be optional or list wrapped #26263
...
* python27.withPackages drops nested propagatedBuildInputs
* not clear why cudnn was optional to begin with
2017-06-01 17:59:16 -04:00
Frederik Rietdijk
07dcc4f43a
pythonPackages.Theano: move and rename variants
...
We have two derivations, one that supports Cuda, and one that does not.
The names, TheanoWithCuda and TheanoWithoutCuda, now reflect that.
Furthermore, a boolean passthru.cudaSupport was added.
In the future the two derivations should be merged in one, with a
parameter `cudaSupport`.
2016-11-30 10:04:54 +01:00