1 |
Name: ascend |
Name: ascend |
2 |
Summary: ASCEND modelling environment |
Summary: ASCEND modelling environment |
3 |
Version: 0.9.5.93 |
Version: 0.9.5.94 |
4 |
|
|
5 |
# Use release 0.* so that other users can do patch releases with a higher number |
# Use release 0.* so that other users can do patch releases with a higher number |
6 |
# and still have the update occur automatically. |
# and still have the update occur automatically. |
8 |
|
|
9 |
License: GPL |
License: GPL |
10 |
Group: Applications/Engineering |
Group: Applications/Engineering |
11 |
Source: ascend-0.9.5.93.tar.bz2 |
Source: ascend-0.9.5.94.tar.bz2 |
12 |
URL: http://ascend.cheme.cmu.edu/ |
URL: http://ascend.cheme.cmu.edu/ |
13 |
|
|
14 |
Prefix: %{_prefix} |
Prefix: %{_prefix} |
24 |
BuildRequires: tk-devel < 8.5 |
BuildRequires: tk-devel < 8.5 |
25 |
BuildRequires: tcl-devel < 8.5 |
BuildRequires: tcl-devel < 8.5 |
26 |
BuildRequires: tktable < 2.10, tktable >= 2.8 |
BuildRequires: tktable < 2.10, tktable >= 2.8 |
27 |
|
BuildRequires: compat-gcc-32-g77 == 3.2.3 |
28 |
|
|
29 |
Requires: python >= 2.4 |
Requires: python >= 2.4 |
30 |
Requires: pygtk2 >= 2.6 |
Requires: pygtk2 >= 2.6 |
43 |
fields from Architecture to (computational) Zoology. |
fields from Architecture to (computational) Zoology. |
44 |
|
|
45 |
#%package -n ascend-python |
#%package -n ascend-python |
46 |
#Version: 0.9.5.93 |
#Version: 0.9.5.94 |
47 |
#Summary: PyGTK user interface for ASCEND |
#Summary: PyGTK user interface for ASCEND |
48 |
#Group: Applications/Engineering |
#Group: Applications/Engineering |
49 |
# |
# |
53 |
#access to all of the ASCEND functionality provided by the Tcl/Tk interface. |
#access to all of the ASCEND functionality provided by the Tcl/Tk interface. |
54 |
# |
# |
55 |
#%package -n ascend-tcltk |
#%package -n ascend-tcltk |
56 |
#Version: 0.9.5.93 |
#Version: 0.9.5.94 |
57 |
#Summary: Tcl/Tk user interface for ASCEND |
#Summary: Tcl/Tk user interface for ASCEND |
58 |
#Group: Applications/Engineering |
#Group: Applications/Engineering |
59 |
# |
# |
64 |
#functionality not provided by the PyGTK interface. |
#functionality not provided by the PyGTK interface. |
65 |
|
|
66 |
%prep |
%prep |
67 |
%setup -q -n ascend-0.9.5.93 |
%setup -q -n ascend-0.9.5.94 |
68 |
|
|
69 |
%build |
%build |
70 |
scons %{?_smp_mflags} DEFAULT_ASCENDLIBRARY=%{_datadir}/ascend/models INSTALL_ROOT=%{buildroot} INSTALL_PREFIX=%{_prefix} INSTALL_SHARE=%{_datadir} INSTALL_BIN=%{_bindir} INSTALL_INCLUDE=%{_includedir} TCL=/usr TCL_LIB=tcl8.4 TK_LIB=tk8.4 WITH_SOLVERS=QRSLV,LSOD,CMSLV pygtk tcltk |
scons %{?_smp_mflags} DEFAULT_ASCENDLIBRARY=%{_datadir}/ascend/models \ |
71 |
|
INSTALL_ROOT=%{buildroot} \ |
72 |
|
INSTALL_PREFIX=%{_prefix} \ |
73 |
|
INSTALL_SHARE=%{_datadir} \ |
74 |
|
INSTALL_BIN=%{_bindir} \ |
75 |
|
INSTALL_INCLUDE=%{_includedir} \ |
76 |
|
F2C_LIBPATH=/usr/lib/gcc-lib/i386-redhat-linux/3.2.3/ \ |
77 |
|
WITH_SOLVERS=QRSLV,LSOD,CMSLV \ |
78 |
|
pygtk tcltk |
79 |
|
|
80 |
%install |
%install |
81 |
rm -rf %{buildroot} |
rm -rf %{buildroot} |