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
|
halide (14.0.0-3) unstable; urgency=medium
[ Gianfranco Costamagna ]
* Team upload
[ James Addison ]
* Add libclang-rt-14-dev build dependency (Closes: #1027939)
-- Gianfranco Costamagna <locutusofborg@debian.org> Mon, 23 Jan 2023 13:19:16 +0100
halide (14.0.0-2) unstable; urgency=medium
* Enable second PGO round (call-site-aware)
* Use -Wl,--build-id=sha1 to make sure debugedit can do its job.
Cherry-picked from Gianfranco Costamagna's change for Ubuntu.
-- Roman Lebedev <lebedev.ri@gmail.com> Wed, 20 Apr 2022 15:00:55 +0300
halide (14.0.0-1) unstable; urgency=medium
* New upstream major release.
* Build against LLVM14.
* Effectively disable flaky performance_boundary_conditions test.
* Strip unusual field spacing from debian/control.
-- Roman Lebedev <lebedev.ri@gmail.com> Fri, 08 Apr 2022 12:51:46 +0300
halide (13.0.4-1) unstable; urgency=medium
* Update to latest upstream release.
* Fine-tune some more missing dependencies.
-- Roman Lebedev <lebedev.ri@gmail.com> Sat, 22 Jan 2022 14:47:58 +0300
halide (13.0.3-2) unstable; urgency=medium
* Declare missing Breaks+Replaces on halide13-api-doc. Fixes #1003424.
* Drop liblld dependency - only needed for WebAssembly,
but we don't build that anyway.
* Don't enable LLD/PGO on some more architectures where that fails.
* Fine-tune some more missing dependencies.
-- Roman Lebedev <lebedev.ri@gmail.com> Mon, 10 Jan 2022 12:15:10 +0300
halide (13.0.3-1) unstable; urgency=medium
* Update to latest upstream release, refresh patches.
* Package Python3 bindings.
Thanks goes to Mark Glines for bringing this up initially.
* Split Doxygen API docs into their own package, separate from C++ tutorials.
* Package Python3 tutorials.
* Yet another RISC-V build fix.
* Don't hard-require libomp, it isn't strictly needed.
* Explicitly overrule DEB_BUILD_MAINT_OPTIONS's request to do LTO,
since we do our own LTO handling. Might fix Ubuntu build.
-- Roman Lebedev <lebedev.ri@gmail.com> Thu, 06 Jan 2022 15:14:53 +0300
halide (13.0.2-2) unstable; urgency=medium
* Another RISC-V build fix
* Instruct CTest to rerun failed tests a few times to weed out
intermitten test failures
* Rebuild to pacify intermitten test failures
-- Roman Lebedev <lebedev.ri@gmail.com> Sun, 19 Dec 2021 13:33:16 +0300
halide (13.0.2-1) unstable; urgency=medium
* Update to latest upstream release, drop upstreamed patches.
* Another attempt at fixing RISC-V / etc LLD-related build failures.
-- Roman Lebedev <lebedev.ri@gmail.com> Fri, 10 Dec 2021 22:02:48 +0300
halide (13.0.1-4) unstable; urgency=medium
[ Sylvestre Ledru ]
* Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
Repository-Browse.
[ Roman Lebedev ]
* Hopefully fix i386 build - add missing preprocessor check for SSE.
* Hopefully fix riscv64 build - disable PGO/LTO.
-- Roman Lebedev <lebedev.ri@gmail.com> Mon, 06 Dec 2021 23:34:00 +0300
halide (13.0.1-3) unstable; urgency=medium
* Use LLVM LLD linker
* Also build halide test apps
* Perform 2-stage build (PGO)
* Mark `libhalide13-doc` as `Multi-Arch: foreign`, as
suggested by multiarch hinter
-- Roman Lebedev <lebedev.ri@gmail.com> Sat, 04 Dec 2021 13:20:48 +0300
halide (13.0.1-2) unstable; urgency=medium
* No changes from the previous version, but a source-only upload this time.
-- Roman Lebedev <lebedev.ri@gmail.com> Thu, 25 Nov 2021 11:27:50 +0300
halide (13.0.1-1) unstable; urgency=medium
* Update to newest upstream release
-- Roman Lebedev <lebedev.ri@gmail.com> Mon, 22 Nov 2021 12:39:22 +0300
halide (12.0.1-1) unstable; urgency=medium
* Initial halide package for debian (Closes: #995440)
-- Roman Lebedev <lebedev.ri@gmail.com> Sat, 02 Oct 2021 00:43:26 +0300
|