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 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121
|
rocfft (6.1.2-1) unstable; urgency=medium
* New upstream version
* Remove patch 0007-disable-kernel-cache-build.patch and use the new
upstream provided cmake option instead
* Standards-Version 4.7.0 (no changes needed).
-- Kari Pahula <kaol@debian.org> Mon, 01 Jul 2024 10:04:48 +0300
rocfft (5.7.1-1) unstable; urgency=medium
* Migrate to unstable
* New upstream version includes fix for LDS over-allocation
(Closes: #1057251)
-- Cordell Bloor <cgmb@slerp.xyz> Tue, 12 Mar 2024 11:15:10 -0600
rocfft (5.7.1-1~exp2) experimental; urgency=medium
* d/patches: Add missing DEP-3 headers
* d/control: Re-add accidentally removed B-D libhiprand-dev.
Fixes a FTBFS.
* symbols: Strip Debian revision
-- Christian Kastner <ckk@debian.org> Sat, 02 Mar 2024 21:12:10 +0100
rocfft (5.7.1-1~exp1) experimental; urgency=medium
* New upstream version.
- Update symbols file
- Refresh patches
- Add patch use-readthedocs-theme.patch
Restores documentation build using the simpler approach from a previous
version
* d/rules:
- Add gfx1100, gfx1101 and gfx1102 build targets
- Drop patchelf --remove-rpath from build rules
- Automate handling of rocFFT version string
* d/control:
- Constrain versions for clang-17
- Drop unused rocminfo package
- Switch B-D from librocrand-dev to libhiprand-dev
- Add support for the 'nocheck' build profile
- Temporarily B-D on libamdhip64-dev >= 5.6.1
Until either bin:hipcc is fixed or it is determined that a direct
dependency on libamdhip64-dev is the right thing to do.
* Upstream URL has changed
* autopkgtest: Export dmesg and other info as artifacts
* Bump copyrights
* dbgsym: Disable dwz and switch to compressed DWARF-5
-- Christian Kastner <ckk@debian.org> Fri, 01 Mar 2024 23:23:05 +0100
rocfft (5.5.0-6) unstable; urgency=medium
* Re-enable tests on gfx1034
The soft lockup was apparently a faulty device.
-- Christian Kastner <ckk@debian.org> Fri, 10 Nov 2023 10:02:29 +0100
rocfft (5.5.0-5) unstable; urgency=medium
[ Cordell Bloor ]
* Fix FTBFS with Sphinx 7.1 (Closes: #1042584)
[ Christian Kastner ]
* Fix ftbfs-source-after-build.
By removing the built documentation in the 'clean' target, and by
ignoring __pycache__ directories (wherever they are). (Closes: #1049029)
* Filter cf-protection hardening from device code
Fixes a FTBFS with dpkg >= 1.22
* Auto-fail tests on gfx1034 until soft lockup is resolved
* Add myself to Uploaders
-- Christian Kastner <ckk@debian.org> Thu, 14 Sep 2023 11:42:37 +0200
rocfft (5.5.0-4) unstable; urgency=medium
* Limit autopkgtests to amd64, arm64 and ppc64el.
-- Cordell Bloor <cgmb@slerp.xyz> Wed, 05 Jul 2023 02:38:13 -0600
rocfft (5.5.0-3) unstable; urgency=medium
* librocfft-doc: fix FTBFS when building architecture independent
packages in isolation.
* d/{control,rules}: use dh-sequence-sphinxdoc, move docs B-D to B-D-I,
and split more rules based on -arch or -indep.
* d/p/0004-fix-hiprtc-link.patch: update metadata
* Limit symbol tracking to amd64.
-- Cordell Bloor <cgmb@slerp.xyz> Fri, 16 Jun 2023 01:22:17 -0600
rocfft (5.5.0-2) unstable; urgency=medium
* Migrate to unstable.
* Add d/p/0007-disable-kernel-cache-build.patch to reduce build time.
* d/control: fix maintainer name
* d/rules: enable gfx1010 and gfx1011
* d/rules: disable lto
-- Cordell Bloor <cgmb@slerp.xyz> Thu, 15 Jun 2023 00:41:20 -0600
rocfft (5.5.0-1) experimental; urgency=medium
* Add librocfft0-tests package for autopkgtests.
* Add librocfft-doc package for documentation.
* d/rules: enable hardening flags
* d/rules: drop gfx90a xnack specialization
* d/control: reduce arch to amd64, arm64, ppcl64el
* Use library version for libexec subdirectory
* Add d/librocfft0.symbols
* New upstream version 5.5.0
-- Cordell Bloor <cgmb@slerp.xyz> Fri, 09 Jun 2023 00:03:10 -0600
rocfft (5.2.3-1) unstable; urgency=medium
* Initial release. (Closes: #1022869)
-- Cordell Bloor <cgmb@slerp.xyz> Sat, 11 Feb 2023 01:04:56 -0700
|