diff options
author | Fabien Dubosson | 2015-06-30 09:30:24 +0200 |
---|---|---|
committer | Fabien Dubosson | 2015-06-30 09:30:24 +0200 |
commit | 6356601a28fe030c984d9d88379b72e5fc55fc44 (patch) | |
tree | 0dda9d9b4788a95dd71b614ac50a6b36fe56b47b /.SRCINFO | |
download | aur-6356601a28fe030c984d9d88379b72e5fc55fc44.tar.gz |
Package created
Diffstat (limited to '.SRCINFO')
-rw-r--r-- | .SRCINFO | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO new file mode 100644 index 000000000000..e2c3e2a3dee7 --- /dev/null +++ b/.SRCINFO @@ -0,0 +1,37 @@ +pkgbase = python-keras-git + pkgdesc = Theano-based Deep Learning library (convnets, recurrent neural networks, and more) + pkgver = r541.256a908 + pkgrel = 1 + url = https://github.com/fchollet/keras + changelog = ChangeLog + arch = i686 + arch = x86_64 + license = MIT + makedepends = git + makedepends = python + makedepends = python-setuptools + makedepends = python-numpy + makedepends = python-scipy + makedepends = python-h5py + makedepends = python2 + makedepends = python2-setuptools + makedepends = python2-numpy + makedepends = python2-scipy + makedepends = python2-h5py + source = keras::git+http://github.com/fchollet/keras.git + sha256sums = SKIP + +pkgname = python-keras-git + depends = python + depends = python-numpy + depends = python-scipy + depends = python-theano + depends = python-h5py + +pkgname = python2-keras-git + depends = python2 + depends = python2-numpy + depends = python2-scipy + depends = python2-theano + depends = python2-h5py + |