Commit e817b678 authored by James Harle's avatar James Harle
Browse files

Adding conda recipe build directory

parent 2469f254
xcopy /e "%RECIPE_DIR%\.." "%SRC_DIR%"
%PYTHON% setup.py install
if errorlevel 1 exit 1
\ No newline at end of file
cp -r ${RECIPE_DIR}/.. ${SRC_DIR}
cd ${SRC_DIR}
$PYTHON setup.py install
package:
name: pynemo
version: "0.1.0"
#source:
# path: ../
# git_url: https://github.com/jdha/PyNEMO
build:
preserve_egg_dir: yes
# number: 0
requirements:
build:
- python
- numpy
- setuptools
- scipy
- netcdf4 >=1.1.9
- matplotlib
- basemap
- thredds_crawler
- seawater
run:
- python
- numpy
- scipy
- netcdf4 >=1.1.9
- matplotlib
- basemap
- thredds_crawler
- seawater
#test:
# files:
# - ../data/grid_C/NNA_R12_bathy_meter_bench.nc
# requires:
# - nose
# imports:
# - nosetests
about:
home: https://github.com/jdha/PyNEMO
license: GPL v3
summary: 'NEMO Regional Configuration Toolbox'
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment