Skip to content

Commit

Permalink
inspect linkages
Browse files Browse the repository at this point in the history
  • Loading branch information
ocefpaf committed Jul 28, 2016
1 parent d3a0349 commit bcc3e01
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions recipe/meta.yaml
@@ -1,31 +1,34 @@
{% set version = "1.51.2" %}
{% set commit = "7a4a5918e5e2147007cb4830d6f0f24e85db6cba" %}

package:
name: gridgen
version: 1.51.2
version: {{ version }}

source:
git_url: https://github.com/sakov/gridgen-c.git
git_tag: 7a4a5918e5e2147007cb4830d6f0f24e85db6cba # upstream does not create releases :-(
fn: {{ commit }}.tar.gz
url: https://github.com/sakov/gridgen-c/archive/{{ commit }}.tar.gz
sha256: 5a47e5299316269b85a4fdfe01b8cc42e5422176b83767826c3a7d7cc982bad4

build:
number: 0
number: 1
skip: True # [win]

requirements:
build:
- gridutils
run:
- gridutils
- libgcc

test:
commands:
- gridgen -h
- conda inspect linkages -n _test gridgen # [linux]
- conda inspect linkages -n _test gridgen # [not win]

about:
home: https://github.com/sakov/gridgen-c
license: Simplified BSD License and triangle.[c,h] license, which is non-free for commercial use
summary: Non-interactive generation of multi-corner quasi-orthogonal grids inside simply connected polygonal regions
license: BSD 2-Clause and triangle.[c,h] license, which is non-free for commercial use
summary: 'Non-interactive generation of multi-corner quasi-orthogonal grids inside simply connected polygonal regions.'

extra:
recipe-maintainers:
Expand Down

0 comments on commit bcc3e01

Please sign in to comment.