7 |
|
%define compilertools %jcompiler |
8 |
|
%endif |
9 |
|
|
10 |
< |
%if "%{?online_release:set}" == "set" |
11 |
< |
#%define onlinetools curl libpng libtiff libungif mimetic mysql openssl oracle python elementtree qt xdaq xerces zlib |
12 |
< |
%define onlinetools zlib curl oracle openssl xerces-c xdaq mimetic |
13 |
< |
# Define variables used in non-scram-managed tools, that would be |
14 |
< |
# normally defined in package's init.sh/csh scrips. |
15 |
< |
# Set all versions as currently found on the system. |
16 |
< |
%define compiler_version 3.4.6 |
17 |
< |
## INITENV SET CXXCOMPILER_VERSION %compiler_version |
18 |
< |
## INITENV SET CCOMPILER_VERSION %compiler_version |
19 |
< |
## INITENV SET F77COMPILER_VERSION %compiler_version |
20 |
< |
%define curl_version 7.12.1 |
21 |
< |
## INITENV SET CURL_VERSION %curl_version |
22 |
< |
%define zlib_version 1.2.1.2 |
23 |
< |
## INITENV SET ZLIB_VERSION %zlib_version |
24 |
< |
%define oracle_version 10.2.1 |
25 |
< |
## INITENV SET ORACLE_VERSION %oracle_version |
26 |
< |
## INITENV SET ORACLE_ROOT /opt/xdaq |
27 |
< |
%define openssl_version 0.9.7a |
28 |
< |
## INITENV SET OPENSSL_VERSION %openssl_version |
29 |
< |
%define xerces_version 2.7.0 |
30 |
< |
## INITENV SET XERCES_C_VERSION %xerces_version |
31 |
< |
## INITENV SET XERCES_C_ROOT /opt/xdaq |
32 |
< |
%define xdaq_version 3.13.0 |
33 |
< |
## INITENV SET XDAQ_VERSION %xdaq_version |
34 |
< |
## INITENV SET XDAQ_ROOT /opt/xdaq |
35 |
< |
%define mimetic_version 0.9.1 |
36 |
< |
## INITENV SET MIMETIC_VERSION %mimetic_version |
37 |
< |
%else |
10 |
> |
#PE%if "%{?online_release:set}" == "set" |
11 |
> |
#PE#%define onlinetools curl libpng libtiff libungif mimetic mysql openssl oracle python elementtree qt xdaq xerces zlib |
12 |
> |
#PE%define onlinetools zlib curl oracle openssl xerces-c xdaq mimetic |
13 |
> |
#PE# Define variables used in non-scram-managed tools, that would be |
14 |
> |
#PE# normally defined in package's init.sh/csh scrips. |
15 |
> |
#PE# Set all versions as currently found on the system. |
16 |
> |
#PE%define compiler_version 3.4.6 |
17 |
> |
#PE## INITENV SET CXXCOMPILER_VERSION %compiler_version |
18 |
> |
#PE## INITENV SET CCOMPILER_VERSION %compiler_version |
19 |
> |
#PE## INITENV SET F77COMPILER_VERSION %compiler_version |
20 |
> |
#PE%define curl_version 7.12.1 |
21 |
> |
#PE## INITENV SET CURL_VERSION %curl_version |
22 |
> |
#PE%define zlib_version 1.2.1.2 |
23 |
> |
#PE## INITENV SET ZLIB_VERSION %zlib_version |
24 |
> |
#PE%define oracle_version 10.2.1 |
25 |
> |
#PE## INITENV SET ORACLE_VERSION %oracle_version |
26 |
> |
#PE## INITENV SET ORACLE_ROOT /opt/xdaq |
27 |
> |
#PE%define openssl_version 0.9.7a |
28 |
> |
#PE## INITENV SET OPENSSL_VERSION %openssl_version |
29 |
> |
#PE%define xerces_version 2.7.0 |
30 |
> |
#PE## INITENV SET XERCES_C_VERSION %xerces_version |
31 |
> |
#PE## INITENV SET XERCES_C_ROOT /opt/xdaq |
32 |
> |
#PE%define xdaq_version 3.13.0 |
33 |
> |
#PE## INITENV SET XDAQ_VERSION %xdaq_version |
34 |
> |
#PE## INITENV SET XDAQ_ROOT /opt/xdaq |
35 |
> |
#PE%define mimetic_version 0.9.1 |
36 |
> |
#PE## INITENV SET MIMETIC_VERSION %mimetic_version |
37 |
> |
#PE%else |
38 |
|
%define onlinetools %{nil} |
39 |
< |
%endif |
39 |
> |
#PE%endif |
40 |
|
|
41 |
|
%define systemtools sockets opengl x11 %compilertools %onlinetools |
42 |
|
%define sockets_version 1.0 |