Scipy: Scientific Tools for Python
Go to file
Miro Hrončok 33f8ec88d1 Only build scipy once (per Python)
The build_sphinx setup.py command previously used to build the docs
calls build_ext --inplace internally. That's one build.

Later the install command was called and that calls build as well.
Inplace and non-inplace builds happen separately.

By first explicitly building with build and then invoking sphinx
trough the Makefile, we can use install --skip-build (%pyX_install).

Explicit call to sphinx also removes the need to remove conf.py
from bundled projects.

This also saves us setting the build flags in %install, which was
previously only needed because of the build happening there.

While doing this, I've also switched the build section to build for
for Python 3 and Python 2 in a loop to make the specfile DRY.
2018-06-23 11:17:32 +02:00
.gitignore Update to 1.1.0 (#1560265, #1594355) 2018-06-23 05:06:19 +02:00
scipy.spec Only build scipy once (per Python) 2018-06-23 11:17:32 +02:00
sources Update to 1.1.0 (#1560265, #1594355) 2018-06-23 05:06:19 +02:00