From d5e8b43f2ce2d0b64bc55a64170da59b505e259c Mon Sep 17 00:00:00 2001 From: Tom Rix Date: Tue, 6 May 2025 18:10:42 -0700 Subject: [PATCH] disable roctracer for everyone Signed-off-by: Tom Rix --- rocblas.spec | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/rocblas.spec b/rocblas.spec index 0667bf2..938be82 100644 --- a/rocblas.spec +++ b/rocblas.spec @@ -91,7 +91,7 @@ Name: %{rocblas_name} Version: %{rocm_version} -Release: 5%{?dist} +Release: 6%{?dist} Summary: BLAS implementation for ROCm Url: https://github.com/ROCmSoftwarePlatform/%{upstreamname} License: MIT AND BSD-3-Clause @@ -109,10 +109,6 @@ BuildRequires: rocm-compilersupport-macros BuildRequires: rocm-hip-devel BuildRequires: rocm-runtime-devel BuildRequires: rocm-rpm-macros -# roctracer functionality has been patched out of rhel builds -%if ! 0%{?rhel} -BuildRequires: roctracer-devel -%endif %if %{with tensile} @@ -279,9 +275,7 @@ fi -DTensile_VERBOSE=%{tensile_verbose} \ -DBUILD_WITH_TENSILE=%{build_tensile} \ -DTensile_DIR=${TP}/cmake \ -%if 0%{?rhel} -DDISABLE_ROCTRACER=ON \ -%endif -DBUILD_WITH_PIP=OFF %cmake_build @@ -333,6 +327,9 @@ export LD_LIBRARY_PATH=%{_vpath_builddir}/library/src:$LD_LIBRARY_PATH %endif %changelog +* Tue May 6 2025 Tom Rix - 6.4.0-6 +- disable roctracer for everyone + * Tue Apr 29 2025 Tim Flink - 6.4.0-5 - add patch for option to disable roctracer logging - disable roctracer logging for rhel builds