aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Sanitize ebuild headerJustin Lecher2014-01-301-1/+1
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* sci-libs/dealii: Add missing die; shorten DESCRIPTION; add dummy locel USE ↵Justin Lecher2014-01-043-39/+53
| | | | | | description; Fix RDEPEND.suspect Package-Manager: portage-2.2.7
* sci-libs/dealii: Bump to version 8.1.0Matthias Maier2014-01-023-3/+11
|
* Fix typoMatthias Maier2013-07-261-1/+1
|
* Bugfix: trilinos unconditionally installs with mpi support enabled.Matthias Maier2013-07-261-1/+2
|
* Install the examples properly to usr/share/doc/${PF}/examplesMatthias Maier2013-07-261-1/+4
|
* Bugfix: Get the dependencies with mpi right. Add REQUIRED_USE constraintsMatthias Maier2013-07-261-7/+11
|
* SimplifyMatthias Maier2013-07-251-1/+1
|
* use "${BUILD_DIR}" instead of "${WORKDIR}"/${P}_buildMatthias Maier2013-07-251-2/+2
|
* Clean up the documentation installation: Only install html files if +doc is setMatthias Maier2013-07-251-6/+3
|
* Improve dealii-9999.ebuild to be more consistent with Gentoo's best practicesMatthias Maier2013-07-252-9/+14
| | | | | | | | | Specifically: - Rename use flags thread -> tbb, umfpack -> sparse as match common practice - Add virtual/pkgconfig to DEPEND - Remove double occurence of sys-libs/zlib - Provide a static-libs use flag
* An ebuild for deal.II [1]Matthias Maier2013-07-254-0/+149
This commit introduces an ebuild for the deal.II library. [1] http://www.dealii.org/ "deal.II is a C++ program library targeted at the computational solution of partial differential equations using adaptive finite elements. It uses state-of-the-art programming techniques to offer you a modern interface to the complex data structures and algorithms required."