Search Criteria
Package Details: python-theano 1.0.4-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-theano.git (read-only, click to copy) |
---|---|
Package Base: | python-theano |
Description: | Definition and optimized evaluation of mathematical expressions on Numpy arrays. |
Upstream URL: | http://www.deeplearning.net/software/theano/ |
Licenses: | |
Submitter: | davidmcinnis |
Maintainer: | davidmcinnis |
Last Packager: | davidmcinnis |
Votes: | 31 |
Popularity: | 0.000000 |
First Submitted: | 2015-09-13 03:46 |
Last Updated: | 2019-03-31 12:36 |
Dependencies (11)
- python-numpy (python-numpy-mkl, python-numpy-openblas, python-numpy-mkl-bin)
- python-distribute (python-setuptools) (make)
- python2-distribute (python2-setuptools) (make)
- python-mpi4py (python-mpi4py-intel) (optional) – minimal support for opencl
- python-pycuda (optional)
- python-pydot (optional)
- python-pydot-ng (optional) – Preferred over python-pydot
- python-pygpu-git (optional)
- python-scikit-sparse (optional)
- python-scipy (python-scipy-mkl, python-scipy-mkl-bin) (optional) – Recommended
- python-sympy (python-sympy-git) (optional) – Recommended
Required by (9)
- python-hep_ml (check)
- python-hep_ml
- python-keras (optional)
- python-keras-git
- python-lasagne-git
- python-pymanopt (optional)
- python-pymc3
- python-pymc3-git
- python-sidekit
Latest Comments
1 2 Next › Last »
Perfi commented on 2020-08-24 16:09
Here's a patch to update to 1.0.5:
I can help co-maintain this if you'd like.
JohnRobson commented on 2020-02-22 16:31
Only worked after installing through PIP: $ sudo python -m pip install --upgrade theano
davidmcinnis commented on 2019-03-31 12:38
@xantares good suggestion about python2-parameterized. This package isn't necessary unless running check(), which takes over 4 hours to complete on my machine. Commented out python-parameterized and python2-parameterized from checkdepends().
xantares commented on 2019-03-31 12:30
please drop python2-parameterized
davidmcinnis commented on 2019-03-21 23:20
Thank you for the suggestion @xantares. Updated check-depends.
xantares commented on 2019-03-21 16:44
optdepends should moved to each package section else python-theano optionally requires python2-mpi4py:
checking dependencies...
:: python-theano optionally requires python2-mpi4py
davidmcinnis commented on 2018-07-15 08:14
Thanks for the helpful comments @xantares. I tried to move the numpy dependency like you said. I will keep working on it till I get things right.
Morganamilo commented on 2018-07-14 17:45
Looks like the maintainer might have taken my comment the wrong way. I said to move the global depends, the depends in the package functions should have stayed.
xantares commented on 2018-07-14 17:32
hi,
python-theano depends on python2-numpy, this is wrong
remove the global depends
move python-numpy and python2-numpy to makedepends
then add depends=(python-numpy) in package_python-theano
and depends=(python2-numpy) in package_python2-theano
Morganamilo commented on 2018-07-07 10:05
@cafehaine The issues seems to be because the pkgbuild defines the global depends then overrides them in the package. The global depends should either be removed or merged into the makedepends.