Skip to content
Snippets Groups Projects
Commit 8e1df7e3 authored by Ralf Mueller's avatar Ralf Mueller
Browse files

[conda] adopt conda recipies from Carsten Ehbrecht (ehbrecht@dkrz.de)

parent cefd419c
No related branches found
No related tags found
No related merge requests found
......@@ -34,6 +34,8 @@ contrib/Makefile.in -text
contrib/cdoCompletion.bash -text
contrib/cdoCompletion.tcsh -text
contrib/cdoCompletion.zsh -text
contrib/conda/build.sh -text
contrib/conda/meta.yaml -text
contrib/makecompl.rb -text
contrib/python/cdo.py -text
contrib/python/setup.py -text
......
#!/bin/bash
./configure --prefix=$PREFIX \
--disable-debug \
--disable-dependency-tracking \
--with-jasper=$PREFIX \
--with-grib_api=$PREFIX \
--with-hdf5=$PREFIX \
--with-netcdf=$PREFIX \
--with-proj=$PREFIX
make
make install
package:
name: cdo
version: 1.6.7
source:
fn: cdo-1.6.7.tar.gz
url: https://code.zmaw.de/attachments/download/9444/cdo-1.6.7.tar.gz
md5: 101f66b481903d7edfc134811f82b226
build:
number: 0
requirements:
build:
- jasper
- grib_api
- libnetcdf
- proj4
run:
- jasper
- grib_api
- libnetcdf
- proj4
test:
commands:
# DYLD_LIBRARY_PATH=/Users/pingu/anaconda/lib
- cdo -h
about:
home: https://code.zmaw.de/projects/cdo
license: GNU General Public License v2 (http://www.gnu.org/licenses/old-licenses/gpl-2.0.html)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment