BLD: Bumped numexpr version and added conda recipe

This commit is contained in:
Richard Frank
2016-03-23 15:26:54 -04:00
parent d2b6009dc6
commit 2ee66e4c1d
5 changed files with 42 additions and 2 deletions
+8
View File
@@ -0,0 +1,8 @@
"%PYTHON%" setup.py install
if errorlevel 1 exit 1
:: Add more build steps here, if they are necessary.
:: See
:: http://docs.continuum.io/conda/build.html
:: for a list of environment variables that are set during the build process.
+9
View File
@@ -0,0 +1,9 @@
#!/bin/bash
$PYTHON setup.py install
# Add more build steps here, if they are necessary.
# See
# http://docs.continuum.io/conda/build.html
# for a list of environment variables that are set during the build process.
+22
View File
@@ -0,0 +1,22 @@
package:
name: numexpr
version: "2.4.6"
source:
fn: numexpr-2.4.6.tar.gz
url: https://pypi.python.org/packages/source/n/numexpr/numexpr-2.4.6.tar.gz
md5: 17ac6fafc9ea1ce3eb970b9abccb4fbd
requirements:
build:
- python
- numpy x.x
run:
- python
- numpy x.x
test:
# Python imports
imports:
- numexpr