-
Notifications
You must be signed in to change notification settings - Fork 0
/
Project.xml
101 lines (101 loc) · 3.56 KB
/
Project.xml
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
<?xml version="1.0" encoding="UTF-8"?>
<buildster directory="build" distribution="../Distribution">
<project directory="../Project">
<pre timing="build">
<build>
<shells>
<shell>
<work><origin></origin>/../flavornet</work>
<commands>
<command>
<if_exists>
<exists><origin></origin>/../flavornet/41598_2011_BFsrep00196_MOESM2_ESM.zip</exists>
<else><download>https://static-content.springer.com/esm/art%3A10.1038%2Fsrep00196/MediaObjects/41598_2011_BFsrep00196_MOESM2_ESM.zip</download></else>
</if_exists>
</command>
<command>
<if_exists>
<exists><origin></origin>/../flavornet/41598_2011_BFsrep00196_MOESM2_ESM/srep00196-s2.csv</exists>
<else><extract><origin></origin>/../flavornet/41598_2011_BFsrep00196_MOESM2_ESM.zip</extract></else>
</if_exists>
</command>
<command>
<if_exists>
<exists><origin></origin>/../Project/flavornet/flavornet.c</exists>
<else><python></python> <origin></origin>/../flavornet.py <origin></origin>/../flavornet/41598_2011_BFsrep00196_MOESM2_ESM/srep00196-s2.csv <origin></origin>/../Project/flavornet/flavornet.c</else>
</if_exists>
</command>
</commands>
</shell>
</shells>
</build>
</pre>
<dependencies>
<dependency>
<label>hnsrtree</label>
<subpath>build</subpath>
<remote>
<url>https://github.com/PierceLBrooks/HnSRTree.git</url>
<git_repo>
<branch>master</branch>
<credentials>
<username>username</username>
<password>password</password>
</credentials>
</git_repo>
</remote>
<build>
<arguments></arguments>
<cmake>
<generator>
<switch id="BUILDSTER_OS">
<case check="Windows">MinGW Makefiles</case>
<case check="Linux">Unix Makefiles</case>
<case check="Darwin">Unix Makefiles</case>
<default><quit></quit></default>
</switch>
</generator>
<source>..</source>
</cmake>
</build>
<exports>
<export type="all">
<key>HNSRTREE_PATH</key>
<value><install></install></value>
</export>
<export type="headers">
<key>HNSRTREE_INCLUDE_PATH</key>
<value><install></install>/include</value>
</export>
<export type="libraries">
<key>HNSRTREE_LIBRARIES_PATH</key>
<value><install></install>/lib</value>
</export>
</exports>
<imports></imports>
</dependency>
</dependencies>
<targets>
<target type="executable">
<label>flavornet</label>
<generator>
<switch id="BUILDSTER_OS">
<case check="Windows">MinGW Makefiles</case>
<case check="Linux">Unix Makefiles</case>
<case check="Darwin">Unix Makefiles</case>
<default><quit></quit></default>
</switch>
</generator>
<definitions></definitions>
<links>
<link>*HnSRTree*</link>
<link>*HnRect*</link>
<link>*HnObject*</link>
</links>
<imports>
<import>hnsrtree</import>
</imports>
</target>
</targets>
</project>
</buildster>