# | Line 1 | Line 1 | |
---|---|---|
1 | < | ### RPM external pythia6-toolfile 1.0 |
1 | > | ### RPM external pythia6-toolfile 2.0 |
2 | Requires: pythia6 | |
3 | %prep | |
4 | ||
# | Line 30 | Line 30 | cat << \EOF_TOOLFILE >%i/etc/scram.d/pyt | |
30 | </tool> | |
31 | EOF_TOOLFILE | |
32 | ||
33 | + | cat << \EOF_TOOLFILE >%i/etc/scram.d/pydata.xml |
34 | + | <tool name="pydata" version="@TOOL_VERSION@"> |
35 | + | <client> |
36 | + | <environment name="PYDATA_BASE" default="@TOOL_ROOT@"/> |
37 | + | </client> |
38 | + | <flags LDFLAGS="$PYDATA_BASE/lib/pydata.o"/> |
39 | + | <flags NO_RECURSIVE_EXPORT="1"/> |
40 | + | </tool> |
41 | + | EOF_TOOLFILE |
42 | + | |
43 | ## IMPORT scram-tools-post | |
44 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |