Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 359437 - sci-physics/geant-4.9.4_p01 - wrong parameters for cmake
Summary: sci-physics/geant-4.9.4_p01 - wrong parameters for cmake
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Science Physics related packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-19 00:25 UTC by Rafal Lalik
Modified: 2011-03-22 04:19 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Rafal Lalik 2011-03-19 00:25:03 UTC
In ebuild there are used functions
    $(cmake-utils_use_enable use foo)
which set -DENABLE_foo=ON, whereas there should be used
    $(cmake-utils_use use foo)
which set -Dfoo=ON.

See CMakeLists.txt for confirmation.

Best,
Rafal
Comment 1 Sébastien Fabbro (RETIRED) gentoo-dev 2011-03-22 04:15:34 UTC
fixed in cvs. thanks for your contribution.
Comment 2 Sébastien Fabbro (RETIRED) gentoo-dev 2011-03-22 04:19:13 UTC
*** Bug 359673 has been marked as a duplicate of this bug. ***