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 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92
|
mpi4py-fft (2.0.6-2) unstable; urgency=medium
* add numpy3 to dh rules for numpy ABI. Thanks Adrian Bunk.
Closes: #1098971.
-- Drew Parsons <dparsons@debian.org> Thu, 27 Feb 2025 16:31:41 +0100
mpi4py-fft (2.0.6-1) unstable; urgency=medium
* Team Upload
* New upstream version 2.0.6
* Switch back to cython3.
-- Alexandre Detiste <tchet@debian.org> Mon, 12 Aug 2024 22:48:51 +0200
mpi4py-fft (2.0.5-2) unstable; urgency=medium
* Build-Depends: cython3-legacy. Closes: #1056822.
-- Drew Parsons <dparsons@debian.org> Tue, 02 Jan 2024 15:01:46 +0100
mpi4py-fft (2.0.5-1) unstable; urgency=medium
[ Debian Janitor ]
* Trim trailing whitespace.
* debian/copyright: use spaces rather than tabs to start continuation lines.
* Set upstream metadata fields: Repository.
[ Drew Parsons ]
* update upstream source to https://github.com/mpi4py/mpi4py-fft
* New upstream release.
* debian/control: move libjs-mathjax, python3-sphinx-rtd-theme,
texinfo <!nodoc> to Build-Depends-Indep field.
* add debian patches
- docs_local_mathjax.patch uses local mathjax script
- test_netcdf_no_parallel.patch skips netcdf io tests since
debian's netcdf is built against serial HDF5 with no parallel io
* mark python3-mpi4py-fft-doc Multi-Arch: foreign
* debian/rules: augment dh rules with execute_after_
* Standards-Version: 4.6.2
-- Drew Parsons <dparsons@debian.org> Mon, 19 Jun 2023 19:42:35 +0200
mpi4py-fft (2.0.4-1) unstable; urgency=medium
* New upstream release.
- versioned Build-Depends: cython3 (>= 0.25~)
* Standards-Version: 4.5.1
* debhelper compatibility level 13
-- Drew Parsons <dparsons@debian.org> Tue, 17 Aug 2021 01:45:48 +0200
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
|