Cmdstan installation under conda environment failed

Short summary of the problem

I tried to install cmdstan-2.26.1 and modified make/local according to Stan Math Library: OpenCL CPU/GPU Support.

  • Operating System: Ubuntu 20.04.1 LTS
  • CmdStan Version: 2.26.1
  • Compiler/Toolkit: conda environment

The output of clinfo -l looks normal:
Platform #0: NVIDIA CUDA
±- Device #0: TITAN RTX
`-- Device #1: GeForce RTX 2080 Ti

My make/local file:
TBB_CXX_TYPE=/home/gz2294/anaconda3/envs/cmdstanr/bin/x86_64-conda-linux-gnu-gcc
CXX=/home/gz2294/anaconda3/envs/cmdstanr/bin/x86_64-conda-linux-gnu-g++
STAN_OPENCL=true
OPENCL_PLATFORM_ID=0
OPENCL_DEVICE_ID=0

Attached here is the installation log.
make_build.txt (62.6 KB)

It seems to be the problem with opencl, right? Could you please help me with that? Thank you very much!

Fixed it myself, never mind