ROCm / rocBLAS

Next generation BLAS implementation for ROCm platform
https://rocm.docs.amd.com/projects/rocBLAS/en/latest/
Other
346 stars 166 forks source link

[Bug]: Build breaks due to non-existing or misnomered packages in requirement #1519

Open jdgh000 opened 3 hours ago

jdgh000 commented 3 hours ago

Describe the bug

A clear and concise description of what the bug or problem is. But there is no package exist


./install.sh -cdi fails because it requires python3-joblib.
Package gcc-c++-11.5.0-2.el9.x86_64 is already installed.
Package gcc-gfortran-11.5.0-2.el9.x86_64 is already installed.
Package libgomp-11.5.0-2.el9.x86_64 is already installed.
Package wget-1.21.1-8.el9.x86_64 is already installed.
Error: Unable to find a match: python3-joblib
Error: Unable to find a match: python3-joblib

yum install 
sudo yum install python3-joblib
No match for argument: python3-joblib
Error: Unable to find a match: python3-joblib

install.sh:118: "python3" "python3-yaml" "python3-venv" "python3-joblib" "python3*-pip" )

RHEL9/CENTOS9 rocm6.2. rocm-org https://github.com/ROCm/rocBLAS (fetch) rocm-org https://github.com/ROCm/rocBLAS (push) m/roc-6.2.x -> rocm-6.2.2

TorreZuk commented 3 hours ago

Sorry about that, it is already fixed for upcoming ROCm 6.3. The install helper you can fix with cherry pick https://github.com/ROCm/rocBLAS/commit/f86c7add7debe8b34768b29908d7f829bb03d455 or just install dependencies manually and drop the -d. joblib for redhat can come from pip install.