aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* sci-misc/elmer-fem: Fix compile errorDavid E2021-11-041-0/+70
Hi This pull request fixes a compile error associated with issue [#274](https://github.com/ElmerCSC/elmerfem/issues/274). I've added the patch attached to this issue as well as the following: - Bumped ebuild EAPI to version 8 - Exposed a useflag for WITH_Mumps - removed the softblock on arpack by changing the ELMER_INSTALL_LIB_DIR to `/usr/$(get_libdir)/elmersolver` This location matches the cmake file from upstream and prevents a collision with system arpack. Signed-off-by: David Eckold <dave.eckold@gmail.com> Package-Manager: Portage-3.0.28, Repoman-3.0.3 Closes: https://github.com/gentoo/sci/pull/1120 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>