Is it possible to recompile the PETSc version that comes packaged in conda-forge?

I am using FEniCS, installed from the conda-forge. I want to test using GPUs to solve the linear systems, but for this, I need a PETSc version that is compiled with the --with-cuda flag. Looking at the reconfig-*.py, this flag was not used. I have tried to compile my own version and source that petsc4py version in my scripts but this has been impossible. I thought of trying to recompile the PETSc version that is packaged, is there anyway to do this?