aomp icon indicating copy to clipboard operation
aomp copied to clipboard

pre-built tar ball request

Open wadudmiah opened this issue 2 years ago • 3 comments

Hi, can you please provide a pre-built package as a tarball? The RPMs are not relocatable and want to install on a shared network path so all users on a HPC system can access it.

wadudmiah avatar Aug 10 '22 11:08 wadudmiah

the rpm can be manually unpacked, and the resultant tarfile, can be untarred anywhere you like to use: export PATH=/bin:$PATH

ronlieb avatar Aug 10 '22 12:08 ronlieb

Yes, I have unpacked the RPM using:

$ rpm2cpio .rpm | cpio -idmv

I was unable to build from source, hence asking for the pre-built version.

wadudmiah avatar Aug 10 '22 12:08 wadudmiah

these are the prebuilt binaries for the recent aomp_15.0-3 release which you can extract and then unpack

https://github.com/ROCm-Developer-Tools/aomp/releases/download/rel_15.0-3/aomp_CENTOS_7-15.0-3.x86_64.rpm https://github.com/ROCm-Developer-Tools/aomp/releases/download/rel_15.0-3/aomp_CENTOS_8-15.0-3.x86_64.rpm https://github.com/ROCm-Developer-Tools/aomp/releases/download/rel_15.0-3/aomp_SLES15_SP1-15.0-3.x86_64.rpm https://github.com/ROCm-Developer-Tools/aomp/releases/download/rel_15.0-3/aomp_Ubuntu1804_15.0-3_amd64.deb https://github.com/ROCm-Developer-Tools/aomp/releases/download/rel_15.0-3/aomp_Ubuntu2004_15.0-3_amd64.deb

ronlieb avatar Aug 10 '22 12:08 ronlieb

You should be able to relocate what you have unpacked from the RPM. Please reopen if you have any more issues.

estewart08 avatar Sep 20 '22 14:09 estewart08