I installed dolfinx in conda, and the version of it is 0.7.0, but I noticed that the latest dolfinx_mpc is 0.6.1, so when I tried to build it, there is a lot of errors. I also try to install dolfinx_mpc in conda as well:
conda install -c conda-forge libdolfinx_mpc
but it takes forever to creat environment.
Any suggestion regarding my situation? Or should I install dolfinx 0.6.0 if I want to use dolfinx_mpc?
Ok. Understand, I will go back to v0.6.0 since it worked fine for me. I guess the only way to install the not latest version is building from source? And it is impossible to install v0.6.0 using conda or sudo ?