1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40
|
mpi4py-fft (2.0.3-3) unstable; urgency=medium
* set PYTHONPATH to pybuild build_dir when building docs
* search html subdirs to replace MathJax.js
-- Drew Parsons <dparsons@debian.org> Mon, 12 Aug 2019 03:49:23 +0800
mpi4py-fft (2.0.3-2) unstable; urgency=medium
* merge Build-Depends-Indep back into Build-Depends:
always need sphinx to satisfy dh --with sphinx
-- Drew Parsons <dparsons@debian.org> Mon, 12 Aug 2019 02:11:17 +0800
mpi4py-fft (2.0.3-1) unstable; urgency=medium
* New upstream release.
- applies setup_dirs-5f16822e.diff to handle multiarch.
* only build docs for binary-indep builds
* Standards-Version: 4.4.0
* Drop orig_tarball_mismatch.patch and override dh_auto_clean to
remove precision-specific pyx files generated but not cleaned by
generate_extensions(fftw_libs).
* use Build-Depends-Indep for doc-building packages (sphinx, texinfo)
-- Drew Parsons <dparsons@debian.org> Sun, 11 Aug 2019 23:59:39 +0800
mpi4py-fft (2.0.0.doc0-1) unstable; urgency=medium
* Initial release (Closes: #924299)
* apply upstream patch setup_dirs-5f16822e.diff to set path to fftw
shared libraries
* debian patch orig_tarball_mismatch.patch works around dpkg-source
error asserting false mismatch between source files and orig
tarball
* Note that mpi4py-fft is built against the serial version of
libfftw.so from libfftw3-dev. mpi4py-fft implements its own MPI
parallelisation.
-- Drew Parsons <dparsons@debian.org> Thu, 14 Mar 2019 02:56:44 +0800
|