Couldn't compiling with hypre-3.0.0 --enable-mixed-precision option

Since hypre-3.0.0 support runtime mixed precision, I'm trying to configure petsc-3.24.1 with hypre-3.0.0 and adding the --download-hypre \n --download-hypre-configure-arguments=--enable-mixed-precision option.

Then the configuration failed with

UNABLE to CONFIGURE with GIVEN OPTIONS (see configure.log for details):
              Error running make; make install on HYPRE"

I checked the configure.log, the error msg was like following: In file included from mup_functions.c:4: _hypre_lapack.h:74: warning: "hypre_dtrti2" redefined 74 | #define hypre_dtrti2 hypre_F90_NAME_LAPACK(dtrtri,DTRTI2) | In file included from _hypre_lapack.h:21, from mup_functions.c:4: _hypre_lapack_mup_def.h:90: note: this is the location of the previous definition 90 | #define hypre_dtrti2 HYPRE_FIXEDPRECISION_FUNC ( hypre_dtrti2 ) | In file included from mup_functions.c:4: _hypre_lapack.h:75: warning: "hypre_dtrtri" redefined 75 | #define hypre_dtrtri hypre_F90_NAME_LAPACK(dtrtri,DTRTRI) | In file included from _hypre_lapack.h:21, from mup_functions.c:4: _hypre_lapack_mup_def.h:91: note: this is the location of the previous definition 91 | #define hypre_dtrtri HYPRE_FIXEDPRECISION_FUNC ( hypre_dtrtri ) |

So could I solve this problem?