200 |
|
</Tool> |
201 |
|
EOF_TOOLFILE |
202 |
|
|
203 |
< |
# rootinteractive toolfile |
203 |
> |
# (temporarily eviscerated) rootinteractive toolfile (GQt/qt lib dependencies |
204 |
> |
# have been removed for the moment) |
205 |
|
cat << \EOF_TOOLFILE >%i/etc/scram.d/rootinteractive |
206 |
|
<doc type=BuildSystem::ToolDoc version=1.0> |
207 |
|
<Tool name=rootinteractive version=%v> |
208 |
|
<info url="http://root.cern.ch/root/"></info> |
209 |
|
<lib name=Rint> |
210 |
+ |
<use name=libjpg> |
211 |
+ |
<use name=libpng> |
212 |
+ |
<use name=ROOT> |
213 |
+ |
</Tool> |
214 |
+ |
EOF_TOOLFILE |
215 |
+ |
|
216 |
+ |
# rootinteractive2 toolfile (temporary, to allow access to Qt4) |
217 |
+ |
cat << \EOF_TOOLFILE >%i/etc/scram.d/rootinteractive2 |
218 |
+ |
<doc type=BuildSystem::ToolDoc version=1.0> |
219 |
+ |
<Tool name=rootinteractive2 version=%v> |
220 |
+ |
<info url="http://root.cern.ch/root/"></info> |
221 |
+ |
<lib name=Rint> |
222 |
|
<lib name=GQt> |
223 |
|
<use name=qt> |
224 |
|
<use name=libjpg> |
227 |
|
</Tool> |
228 |
|
EOF_TOOLFILE |
229 |
|
|
230 |
+ |
|
231 |
|
# rootmath toolfile |
232 |
|
cat << \EOF_TOOLFILE >%i/etc/scram.d/rootmath |
233 |
|
<doc type=BuildSystem::ToolDoc version=1.0> |