#884121 Build-Depends: libhypre-dev, but does not build against HYPRE

Package:
freefem++
Source:
freefem++
Description:
Provides the binaries of the FreeFem++ FE suite
Submitter:
Drew Parsons
Date:
2017-12-11 17:27:04 UTC
Severity:
normal
#884121#5
Date:
2017-12-11 17:24:37 UTC
From:
To:
freefem++ Build-Depends: libhypre-dev, and checks for hypre during
configure.

But in the rest of the build HYPRE is not actually used.  There are
files that include hypre headers in src/solver and in examples++-mpi, but the
examples build doesn't invoke the hypre files.  src/solver isn't being used at all.

I'm not sure if it means the configure or Makefile.am settings should be
patched, or if Build-Depends: libhypre-dev should just be removed.