forked from ROCm/rocsolver
Compare commits
2 Commits
fixes
...
distro_mac
| Author | SHA256 | Date | |
|---|---|---|---|
| 9f9e8a6132 | |||
| 4a77714702 |
@@ -109,9 +109,9 @@ BuildRequires: pkgconfig(libzstd)
|
||||
%endif
|
||||
|
||||
%if %{with test}
|
||||
BuildRequires: gcc-fortran
|
||||
|
||||
%if 0%{?suse_version}
|
||||
BuildRequires: gcc-fortran
|
||||
BuildRequires: gtest
|
||||
BuildRequires: blas-devel-static
|
||||
BuildRequires: lapack-devel-static
|
||||
@@ -123,6 +123,7 @@ BuildRequires: lapack-devel-static
|
||||
# "/usr/lib64/libblas.so.3.12.0"
|
||||
|
||||
%else
|
||||
BuildRequires: gcc-gfortran
|
||||
BuildRequires: gtest-devel
|
||||
BuildRequires: blas-static
|
||||
BuildRequires: lapack-static
|
||||
@@ -282,6 +283,7 @@ fi
|
||||
|
||||
%changelog
|
||||
* Tue Jun 17 2025 Egbert Eich <eich@suse.com> - 6.4.0-4
|
||||
- Minor restructuring of distro specific parts
|
||||
- Use distro specific macros to hide some distribution differences.
|
||||
|
||||
* Thu Jun 12 2025 Tom Rix <Tom.Rix@amd.com> - 6.4.0-3
|
||||
|
||||
Reference in New Issue
Block a user