Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 829362 Details for
Bug 1034357
numpy missing doc module
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
patch to build sphinx documentation
numpy_docs.patch (text/plain), 1.55 KB, created by
Tomas Tomecek
on 2013-11-26 16:40:17 UTC
(
hide
)
Description:
patch to build sphinx documentation
Filename:
MIME Type:
Creator:
Tomas Tomecek
Created:
2013-11-26 16:40:17 UTC
Size:
1.55 KB
patch
obsolete
>diff --git a/numpy.spec b/numpy.spec >index ef71f82..d22a489 100644 >--- a/numpy.spec >+++ b/numpy.spec >@@ -18,6 +18,8 @@ Source0: http://downloads.sourceforge.net/numpy/%{name}-%{version}%{?relc > > BuildRequires: python2-devel lapack-devel python-setuptools gcc-gfortran atlas-devel python-nose > Requires: python-nose >+BuildRequires: python-sphinx >+BuildRequires: python-matplotlib > %if 0%{?with_python3} > BuildRequires: python3-devel > BuildRequires: python3-setuptools >@@ -113,6 +115,10 @@ env ATLAS=%{_libdir} FFTW=%{_libdir} BLAS=%{_libdir} \ > LAPACK=%{_libdir} CFLAGS="%{optflags}" \ > %{__python} setup.py build > >+pushd doc/ >+env PYTHONPATH=$(ls -d ../build/lib.linux-*-*/) make html >+popd >+ > %install > # first install python3 so the binaries are overwritten by the python2 ones > %if 0%{?with_python3} >@@ -149,7 +155,7 @@ env ATLAS=%{_libdir} FFTW=%{_libdir} BLAS=%{_libdir} \ > rm -rf docs-f2py ; mv %{buildroot}%{python_sitearch}/%{name}/f2py/docs docs-f2py > mv -f %{buildroot}%{python_sitearch}/%{name}/f2py/f2py.1 f2py.1 > # remove sphinx docs, save dir for tests >-rm -rf doc/* >+#rm -rf doc/* > install -D -p -m 0644 f2py.1 %{buildroot}%{_mandir}/man1/f2py.1 > pushd %{buildroot}%{_bindir} &> /dev/null > >@@ -196,7 +202,7 @@ popd &> /dev/null > > > %files >-%doc docs-f2py LICENSE.txt README.txt THANKS.txt DEV_README.txt COMPATIBILITY site.cfg.example >+%doc doc/build/ LICENSE.txt README.txt THANKS.txt DEV_README.txt COMPATIBILITY site.cfg.example > %dir %{python_sitearch}/%{name} > %{python_sitearch}/%{name}/*.py* > %{python_sitearch}/%{name}/core
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1034357
: 829362