Summary: | sci-libs/openfoam-2.2.1: version bump | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Bernhard Dunkl <bernhard.d> |
Component: | [OLD] Library | Assignee: | Patrick Lauer <patrick> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | bernhard.d, oli.borm, proxy-maint, richard.kenney |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 428418, 463538 | ||
Attachments: | ebuild and metadata patch for 2.2.1 |
There is a mistake in the patch I attached. doxygen needs the "dot" use flag to be set. Please replace line 33 in the patch with the following: + doc? ( app-doc/doxygen[dot] )" + 29 Jul 2013; Patrick Lauer <patrick@gentoo.org> +openfoam-2.2.1.ebuild, + metadata.xml: + Bump, fixes #478370 #428418 #463538 |
Created attachment 354326 [details, diff] ebuild and metadata patch for 2.2.1 Changes: - USE flag "src" added to control the install of the sources under the "src"-directory - dependency on doxygen added for building source code documentation - "foamInstall" set to the right install path (resolves 428418) - install under additional "lib"-directory removed (resolves 463538)