Skip to content
This repository has been archived by the owner on Sep 29, 2022. It is now read-only.

Commit

Permalink
theano: Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
mingwandroid committed Mar 8, 2017
1 parent f5aa148 commit c8290d4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 21 deletions.
7 changes: 2 additions & 5 deletions libgpuarray/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
package:
name: libgpuarray
version: "0.6.0rc1"
version: "0.6.2"

source:
git_url: https://github.com/Theano/libgpuarray.git
git_tag: v0.6.0-rc1
patches:
- 0001-Win32-Explicitly-include-stdint.h-for-old-MSVC.patch
- 0002-Win32-Use-W4-not-Wall-on-MSVC.patch
git_tag: v0.6.2

build:
features:
Expand Down
12 changes: 4 additions & 8 deletions python/pygpu/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
package:
name: pygpu
version: "0.2.1"
version: "0.6.2"

source:
git_url: https://github.com/Theano/libgpuarray.git
patches:
- 0001-Win32-Actually-print-default_bin_dir-in-exception.patch
- 0002-Win32-conda-Remove-default-binary-dir-hack.patch
git_tag: v0.6.2

requirements:
build:
Expand All @@ -17,15 +15,13 @@ requirements:
- cython
- numpy
- mako
- libgpuarray >=0.6.0rc1
- libgpuarray ==0.6.2
- setuptools

run:
- python
- libgpuarray
- libgpuarray ==0.6.2
- numpy
- mako


about:
license: BSD
13 changes: 5 additions & 8 deletions python/theano/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
package:
name: theano
version: 0.9rc1
version: 0.9.0rc3

source:
# git_url: https://github.com/Theano/Theano.git
# git_tag: rel-0.8.2
git_url: https://github.com/mingwandroid/Theano.git
git_tag: conda-fixes
git_url: https://github.com/Theano/Theano.git
git_tag: rel-0.9.0rc3

build:
script: python setup.py install --single-version-externally-managed --record record.txt
Expand All @@ -21,8 +19,7 @@ requirements:
- six >=1.9.0
- numpy >=1.9.1
- scipy >=0.14.0
- pygpu 0.2.*

- pygpu 0.6.*
run:
- python
- mkl-service
Expand All @@ -31,7 +28,7 @@ requirements:
- six >=1.9.0
- numpy >=1.9.1
- scipy >=0.14.0
- pygpu 0.2.*
- pygpu 0.6.*

test:
requires:
Expand Down

0 comments on commit c8290d4

Please sign in to comment.