[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Building rocRAND with Debian HIP



Hi Étienne,

On 2022-06-14 14:41, Étienne Mollier wrote:
I'm at a point where I manage to build rocrand packages, but I
still struggle against googletest at the moment (main issue is
to make the build procedure recognize the locally installed one
in /usr/src/googletest, otherwise my build chokes on attempting
Internet access).  I thought I was missing GTEST_ROOT setting,
but this is not sufficient; I will continue tomorrow.

You don't need to set any flags or variables. You've just installed the wrong package. The one you want is libgtest-dev.

I would also recommend adding --no-parallel to the dh_auto_test arguments. It's not really that important for rocrand, but I would just do that by default for any library that uses the GPU. It might take a little bit longer, but it will result in more reliable tests.

Sincerely,
Cory Bloor


Reply to: