File: README.Debian

package info (click to toggle)
hypre 2.15.1-5
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 43,332 kB
  • sloc: ansic: 318,026; cpp: 64,668; sh: 9,850; fortran: 9,442; perl: 3,050; makefile: 2,535; awk: 147; csh: 2
file content (21 lines) | stat: -rw-r--r-- 852 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Splitting libHYPRE.so into sublibs
==================================

The entire HYPRE library libHYPRE.so, taken as a single monolithic
library, is quite large (approx. 6 MB with symbols stripped).

Debian has therefore split HYPRE into sublibraries to bring the size
of each sublibrary into line with other libraries. Specifically, the
FEI component is split into a separate library.  Due to circular
dependencies between other components, we are not able split other
components out into separate sublibraries.

Starting from HYPRE 2.15.1, the sublibraries are
  libHYPRE_core.so
  libHYPRE_FEI.so
which you may link with '-lHYPRE_FEI -lHYPRE_core'.
If you do not use FEI then you may save space by
linking only against -lHYPRE_core.

libHYPRE.so is provided as a "dummy" library which is dynamically linked
to libHYPRE_core.so and libHYPRE_FEI.so.