Bug#843010: elmerfem: hypre headers in /usr/include/hypre

Drew Parsons dparsons at debian.org
Thu Nov 3 04:03:09 UTC 2016


Source: elmerfem
Version: 6.1.0.svn.5396.dfsg2-4
Severity: normal

hypre is now updated to 2.11.1.

The main impact that effects elmer is that the hypre header files have
been moved from the common directory to /usr/include/hypre.

Depending on how the elmer build scripts search for hypre, it's
possible they may need to be patched to look in the hypre subdir (if
they use something like "find /usr/include -name HYPRE.h" then no
patch would be needed).  Or there may be a place to add to CFLAGS
-I/usr/include/hypre.

Alternatively client files could be patched from
#include <HYPRE.h>
to
#include <hypre/HYPRE.h>

Cheers,
Drew



-- System Information:
Debian Release: stretch/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.7.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)



More information about the debian-science-maintainers mailing list