forked from pool/paraview
Accepting request 220822 from home:badshah400:branches:science
Use system zope & twisted libraries. OBS-URL: https://build.opensuse.org/request/show/220822 OBS-URL: https://build.opensuse.org/package/show/science/paraview?expand=0&rev=22
This commit is contained in:
parent
cf0a95a819
commit
28d331cc1f
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 4 10:59:39 UTC 2014 - badshah400@gmail.com
|
||||
|
||||
- Build with system zope (python-zope.interface) and twisted
|
||||
(python-twisted); introduces BuildRequires and Requires on the
|
||||
two packages
|
||||
- Remove unnecessary Requires on python-matplotlib.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 2 00:19:56 UTC 2014 - badshah400@gmail.com
|
||||
|
||||
|
@ -51,6 +51,8 @@ BuildRequires: python-devel
|
||||
BuildRequires: python-matplotlib
|
||||
%py_requires
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-twisted
|
||||
BuildRequires: python-zope.interface
|
||||
BuildRequires: qt4-assistant-adp-devel
|
||||
BuildRequires: readline-devel
|
||||
BuildRequires: tk-devel
|
||||
@ -60,7 +62,8 @@ Requires: gnuplot
|
||||
Requires: graphviz
|
||||
Requires: python
|
||||
Requires: python-base
|
||||
Requires: python-matplotlib
|
||||
Requires: python-twisted
|
||||
Requires: python-zope.interface
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
@ -141,6 +144,8 @@ export CXXFLAGS="%{optflags}"
|
||||
-DVTK_USE_SYSTEM_PNG:BOOL=ON \\\
|
||||
-DVTK_USE_SYSTEM_TIFF:BOOL=ON \\\
|
||||
-DVTK_USE_SYSTEM_ZLIB:BOOL=ON \\\
|
||||
-DVTK_USE_SYSTEM_ZOPE:BOOL=ON \\\
|
||||
-DVTK_USE_SYSTEM_TWISTED:BOOL=ON \\\
|
||||
-DBUILD_DOCUMENTATION:BOOL=ON \\\
|
||||
-DBUILD_EXAMPLES:BOOL=ON \\\
|
||||
-DBUILD_TESTING:BOOL=OFF
|
||||
|
Loading…
Reference in New Issue
Block a user