justxi / rocm

Ebuilds to install ROCM on Gentoo Linux
38 stars 23 forks source link

hsa-amd-aqlprofile: incorrect SRC_URI #161

Closed nethershaw closed 4 years ago

nethershaw commented 4 years ago

https://github.com/justxi/rocm/blob/67a4efca3d84d8898ba1b5a3ec21a40258b27b49/media-libs/hsa-amd-aqlprofile/hsa-amd-aqlprofile-3.5.0.ebuild#L9

This SRC_URI returns HTTP 404.

Correction:

-SRC_URI="http://repo.radeon.com/rocm/apt/debian/pool/main/h/hsa-amd-aqlprofile3.5.0/hsa-amd-aqlprofile3.5.0_1.0.0_amd64.deb"
+SRC_URI="https://repo.radeon.com/rocm/apt/3.5/pool/main/h/hsa-amd-aqlprofile3.5.0/hsa-amd-aqlprofile3.5.0_1.0.0_amd64.deb"
justxi commented 4 years ago

Ok, thanks for the hint. I will update it.

justxi commented 4 years ago

Should be fixed now.