-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathx86_64-linux-gnu-cxx11.jl
144 lines (121 loc) · 3.62 KB
/
x86_64-linux-gnu-cxx11.jl
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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
# Autogenerated wrapper script for openbabel_jll for x86_64-linux-gnu-cxx11
export libinchi, libopenbabel, obabel, obconformer, obdistgen, obenergy, obfit, obfitall, obgen, obgrep, obminimize, obmm, obprobe, obprop, obrms, obrotamer, obrotate, obspectrophore, obsym, obtautomer, obthermo, roundtrip
using XML2_jll
using Zlib_jll
JLLWrappers.@generate_wrapper_header("openbabel")
JLLWrappers.@declare_library_product(libinchi, "libinchi.so.0")
JLLWrappers.@declare_library_product(libopenbabel, "libopenbabel.so.7")
JLLWrappers.@declare_executable_product(obabel)
JLLWrappers.@declare_executable_product(obconformer)
JLLWrappers.@declare_executable_product(obdistgen)
JLLWrappers.@declare_executable_product(obenergy)
JLLWrappers.@declare_executable_product(obfit)
JLLWrappers.@declare_executable_product(obfitall)
JLLWrappers.@declare_executable_product(obgen)
JLLWrappers.@declare_executable_product(obgrep)
JLLWrappers.@declare_executable_product(obminimize)
JLLWrappers.@declare_executable_product(obmm)
JLLWrappers.@declare_executable_product(obprobe)
JLLWrappers.@declare_executable_product(obprop)
JLLWrappers.@declare_executable_product(obrms)
JLLWrappers.@declare_executable_product(obrotamer)
JLLWrappers.@declare_executable_product(obrotate)
JLLWrappers.@declare_executable_product(obspectrophore)
JLLWrappers.@declare_executable_product(obsym)
JLLWrappers.@declare_executable_product(obtautomer)
JLLWrappers.@declare_executable_product(obthermo)
JLLWrappers.@declare_executable_product(roundtrip)
function __init__()
JLLWrappers.@generate_init_header(XML2_jll, Zlib_jll)
JLLWrappers.@init_library_product(
libinchi,
"lib/libinchi.so",
RTLD_LAZY | RTLD_DEEPBIND,
)
JLLWrappers.@init_library_product(
libopenbabel,
"lib/libopenbabel.so",
RTLD_LAZY | RTLD_DEEPBIND,
)
JLLWrappers.@init_executable_product(
obabel,
"bin/obabel",
)
JLLWrappers.@init_executable_product(
obconformer,
"bin/obconformer",
)
JLLWrappers.@init_executable_product(
obdistgen,
"bin/obdistgen",
)
JLLWrappers.@init_executable_product(
obenergy,
"bin/obenergy",
)
JLLWrappers.@init_executable_product(
obfit,
"bin/obfit",
)
JLLWrappers.@init_executable_product(
obfitall,
"bin/obfitall",
)
JLLWrappers.@init_executable_product(
obgen,
"bin/obgen",
)
JLLWrappers.@init_executable_product(
obgrep,
"bin/obgrep",
)
JLLWrappers.@init_executable_product(
obminimize,
"bin/obminimize",
)
JLLWrappers.@init_executable_product(
obmm,
"bin/obmm",
)
JLLWrappers.@init_executable_product(
obprobe,
"bin/obprobe",
)
JLLWrappers.@init_executable_product(
obprop,
"bin/obprop",
)
JLLWrappers.@init_executable_product(
obrms,
"bin/obrms",
)
JLLWrappers.@init_executable_product(
obrotamer,
"bin/obrotamer",
)
JLLWrappers.@init_executable_product(
obrotate,
"bin/obrotate",
)
JLLWrappers.@init_executable_product(
obspectrophore,
"bin/obspectrophore",
)
JLLWrappers.@init_executable_product(
obsym,
"bin/obsym",
)
JLLWrappers.@init_executable_product(
obtautomer,
"bin/obtautomer",
)
JLLWrappers.@init_executable_product(
obthermo,
"bin/obthermo",
)
JLLWrappers.@init_executable_product(
roundtrip,
"bin/roundtrip",
)
JLLWrappers.@generate_init_footer()
end # __init__()