forked from bioconda/bioconda-recipes
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmeta.yaml
More file actions
42 lines (37 loc) · 671 Bytes
/
meta.yaml
File metadata and controls
42 lines (37 loc) · 671 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
package:
name: graphviz
version: "2.38.0"
source:
fn: graphviz-2.38.0.tar.gz
url: http://www.graphviz.org/pub/graphviz/stable/SOURCES/graphviz-2.38.0.tar.gz
md5: 5b6a829b2ac94efcd5fa3c223ed6d3ae
patches:
- gvconfig_libdir.patch
build:
number: 4
skip: True # [osx]
binary_relocation: true
requirements:
build:
- gcc
- libpng
- libgd
- libtiff
- freetype
- jpeg
- zlib
run:
- libgcc
- libpng
- libgd
- libtiff
- freetype
- jpeg
- zlib
test:
commands:
- dot -V
about:
home: http://www.graphviz.org/
license: Eclipse Public License v1.0
summary: Graph Visualization Software