Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 592892 - media-libs/assimp-3.1.1 does not install cmake-modules/Findassimp.cmake file
Summary: media-libs/assimp-3.1.1 does not install cmake-modules/Findassimp.cmake file
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal minor (vote)
Assignee: Sławek Lis (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-09-04 21:01 UTC by Grygoriy I. Fuchedzhy
Modified: 2016-09-07 18:25 UTC (History)
0 users

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 Grygoriy I. Fuchedzhy 2016-09-04 21:01:16 UTC
Hi,
assimp tarball contains useful file cmake-modules/Findassimp.cmake,
which would be nice if it would be installed.

I believe adding following to ebuild would do this:

src_install() {
        cmake-utils_src_install

        insinto /usr/share/cmake/Modules
        doins cmake-modules/Findassimp.cmake
}

Thanks

Reproducible: Always
Comment 1 Sławek Lis (RETIRED) gentoo-dev 2016-09-06 07:05:03 UTC
Try installing =media-libs/assimp-3.2-r3
Comment 2 Grygoriy I. Fuchedzhy 2016-09-07 15:48:32 UTC
Works, thanks!