[petsc-users] (no subject)
Satish Balay
balay at mcs.anl.gov
Wed Nov 9 06:24:25 CST 2011
On Wed, 9 Nov 2011, Dominik Szczerba wrote:
> I am still trying to push the Windows build. I am using the separately
> compiled blas/lapack to see now a configure error:
>
> -------------------------------------------------------------------------------
> External package hypre does not work on Microsoft Windows
> *******************************************************************************
>
> I was able to compile and use hypre before with petsc 3.1 on Windows
> natively (without cygwin). Was not easy but certainly possible. Is it
> possible to somehow deactivate the check and use my hypre build?
edit config/PETSc/packages/hypre.py and add [in __init__()]:
self.worksonWindows = 1
Satish
>
> Thanks for any hints,
> Dominik
>
More information about the petsc-users
mailing list