Review: hipblas 7.2.4-1~exp1
New Package Report
.changes
| Architecture | source amd64 all |
|---|---|
| Distribution | experimental |
| Date | Fri, 19 Jun 2026 11:10:34 +0200 |
| Source | hipblas |
| Version | 7.2.4-1~exp1 |
| Changed-By | Talha Can Havadar |
Changelog
hipblas (7.2.4-1~exp1) experimental; urgency=medium
.
[ Talha Can Havadar ]
* New upstream version 7.2.4
* d/p/series: remove patches that are not needed
* d/patches: renumber the patches
- d/p/0001-remove-immintrin-header.patch
- d/p/0002-Disable-omp.patch
- d/p/0008-Use-local-mathjax.patch -> d/p/0003-Use-local-mathjax.patches
- d/p/0009-optional-rocsolver.patch -> d/p/0004-optional-rocsolver.patch
- d/p/0005-Gtest-add-verbose-flag-to-prevent-timeout.patch
* d/control: add librocsolver-dev
* d/patches: add back the lapack cblas patch
* debian: fix __half build errors
* d/p/0008-fix-ambiguous-__half-constructor.patch: ignore narrowing warnings
for test files
* debian: library transition from libhipblas2 to libhipblas3
* d/libhipblas3.symbols: update to incorporate ABI changes
* d/rules: BUILD_WITH_SOLVER to align upstream build script
* d/control: add strict version requirements to b-d for rocm 7.1.0
* d/control: make sure libamdhip64 requires 7.1.0
* d/libhipblas3.symbols: remove forgotten debian revision
* d/control: add python3-yaml to build-depends
* d/control: fix content variation with nocheck profile
* d/control: update rocm-docs-core to 1.35
* d/rules: enable LTO via DEB_BUILD_MAINT_OPTIONS=optimize=+lto.
The test client link line emits libblas.a before liblapack.a, which
fails on Debian's bfd ld with undefined references to
isamax_/idamax_/icamax_/izamax_. Ubuntu's build only succeeded
because debhelper already enables -flto=auto, whose linker plugin
resolves symbols across archives regardless of order; align Debian
with the same behaviour.
* d/control: fix leaking Maintainer field from ubuntu
* d/control: fix typo in libhipblas3-bench description
* d/rules: fix privacy-breach-generic for docs
* d/control: fix duplicate description for libhipblas3-bench and
libhipblas3-tests-data
.
[ Igor Luppi ]
* d/{watch,copyright,control,upstream/metadata}: track hipblas from
ROCm/rocm-libraries releases
* d/p/0011-fix-arm64-immintrin-include.patch: New patch for arm64
* debian: wrap-and-sort
* d/copyright: update copyright year and include new contributors
* d/rules: set DPKG_GENSYMBOLS_CHECK_LEVEL via export
* d/control: bump Standards-Version to 4.7.4
* d/control: bump ROCm build-dep floors to 7.2.0~
* d/p: refresh patches for 7.2.4
* d/rules: chmod 0644 test data and yaml files via dh_fixperms
* d/p/0012: update description — upstream fix not in 7.2.4 release tarball
* d/rules: chmod 0644 test data and yaml files via dh_fixperms
.
[ Tim Flink ]
* d/patches: adding patch to enable setting test data dir
* d/control: removed ppc64el builds, enabled libhipblas3-tests package, added
libhipblas3-tests-data and libhipblas3-bench packages
* d/*.install: updated libhipblas3-tests.install, added
libhipblas3-bench(.links,.install) and libhipblas3-tests-data.install
* d/rules: fixed issue where CMAKE_FLAGS were not being used, added
INSTALL_TEST_DATA_DIR as cmake option
* d/patches: adding and enabling 0010-remove-readme-from-doxygen-sources.patch
* d/rules: remove doc build workaround, use dpkg-parsechangelog to correctly
populate the rocm version in docs
* d/patches/0010-remove-readme-from-doxygen-sources.patch: updating patch to
apply cleanly during build
* d/p/0009-enable-changing-test-data-dir.patch: fixing typo in patch
description
* d/control: libhipblas3-tests should require libhipblas3-tests-data
* d/rules: fixed INSTALL_TEST_DATA_DIR path
.
[ Bruno Bernardo de Moura ]
* d/tests/control: add file to enable execution of libhipblas3-tests/run-tests
* d/p/0012-fix-tests-host-vector-type-and-lapack-bits-size.patch: add patch.dsc
| Component | main |
|---|---|
| Package-List | libhipblas-dev deb libdevel optional arch=amd64,arm64 libhipblas-doc deb doc optional arch=all profile=!nodoc profile:v1=!nodoc libhipblas3 deb libs optional arch=amd64,arm64 libhipblas3-bench deb libdevel optional arch=amd64,arm64 profile=!noinsttest profile:v1=!noinsttest libhipblas3-tests deb libdevel optional arch=amd64,arm64 profile=!noinsttest profile:v1=!noinsttest libhipblas3-tests-data deb libdevel optional arch=all profile=!noinsttest profile:v1=!noinsttest |
| Section | libdevel |
| Priority | optional |
debian/copyright
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: hipBLAS
Source: https://github.com/ROCm/rocm-libraries/releases
Files: *
Copyright: 2016-2025, Advanced Micro Devices, Inc.
License: Expat
Files: debian/*
Copyright: 2022, Maxime Chambonnet <maxzor@maxzor.eu>
2022-2025, Cordell Bloor <cgmb@debian.org>
2025-2026, Talha Can Havadar <havadartalha@gmail.com>
2025-2026, Igor Luppi <igor.luppi@canonical.com>
2026, Bruno Bernardo de Moura <bruno.moura@canonical.com>
License: Expat
Files: clients/include/program_options.hpp
Copyright: 2020-2022, Advanced Micro Devices, Inc.
License: Expat
Comment:
This file mentions that it emulates the required functionality of
boost::program_options (which is copyright 2002-2004 Vladimir Prus
and licensed BSL-1.0).
License: Expat
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
.
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Review Information
accepted — allocated to awm 2 days ago, started 2 days ago, completed 2 days ago.
Final Comment
Auto-accepted (binary NEW): Part of ROCm
Other Reviews of this Package
| Version | Hash | Allocated | Completed | Reviewer | Status | Details |
|---|---|---|---|---|---|---|
| 6.4.4-2~exp1 | 0a1cebbe… | 2026-02-16 09:18 | 2026-02-16 09:22 | awm | accepted | VIEW |