lamikr / rocm_sdk_builder

Other
113 stars 8 forks source link

added boost-devel dependency for fedora #60

Open mritunjaymusale opened 3 weeks ago

mritunjaymusale commented 3 weeks ago

Based on the dicussion of recompiling the code, I came accross missing dependency that was present in other distros but not in fedora so added that to the fedora line of install_deps.sh file, this dependency is needed for hipFFT library during compile.

lamikr commented 3 weeks ago

Hmm, are you sure that boost-devel is needed? I installed Fedora 40 on yesterday from scratch and before cloning and building the rocm_sdk, the only packages I installed over default version were vim, openssh-server and geany.

rocm_sdk_builder is building own boost version because some distros were not packaging all boost options and that caused some packages to break. (not verified for a while)

mritunjaymusale commented 3 weeks ago

As for working on clean installation, during my first install it work with no problems, but now it raised the issue where hipFFT wouldn't compile without it. Hence I looked at the dependency file and it had that library installed for other distros, that's why I decided to add it and recompile, then it worked.

lamikr commented 3 weeks ago

And this is is Fedora 40? I will try to repdoduce it.

mritunjaymusale commented 3 weeks ago

Yes