Commit graph

3 commits

Author SHA1 Message Date
Kyle Guinn
2783a26a39 academic/metis: Fix potential linking problems.
_LARGEFILE64_SOURCE should be unnecessary.  _FILE_OFFSET_BITS=64
does the real work to link to the 64-bit functions.

Don't abuse libtool's -version-info to make the library version
match the package version.  These do not necessarily correspond.

Remove the .la files; these are causing libtool to overlink.  This
should save you from needlessly rebuilding some dependent packages
in the future.

Signed-off-by: Kyle Guinn <elyk03@gmail.com>
2015-06-14 07:55:32 +07:00
Kyle Guinn
b2d62ba24b academic/metis: Updated for version 4.0.3.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
2011-06-13 01:31:18 -04:00
Kyle Guinn
1fdd970212 academic/metis: Added (matrix ordering)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
2010-08-29 15:32:11 -05:00