diff options
author | Sam James <sam@gentoo.org> | 2021-01-06 00:10:47 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-06 00:10:47 +0000 |
commit | fc06ac4f45b0b6d2a6316e1e791067555d43c292 (patch) | |
tree | 04c23c184987073ae6e5c1335b300a5ba48dd0f9 /media-libs/qhull | |
parent | dev-libs/tomsfastmath: add libtool BDEPEND (diff) | |
download | gentoo-fc06ac4f45b0b6d2a6316e1e791067555d43c292.tar.gz gentoo-fc06ac4f45b0b6d2a6316e1e791067555d43c292.tar.bz2 gentoo-fc06ac4f45b0b6d2a6316e1e791067555d43c292.zip |
media-libs/qhull: install deprecated libqhull
matplotlib (and other consumers) still need this.
Thanks-to: Arfrever (for the hint on how to invoke it properly)
Closes: https://bugs.gentoo.org/763849
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-libs/qhull')
-rw-r--r-- | media-libs/qhull/qhull-2020.2-r2.ebuild (renamed from media-libs/qhull/qhull-2020.2-r1.ebuild) | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/media-libs/qhull/qhull-2020.2-r1.ebuild b/media-libs/qhull/qhull-2020.2-r2.ebuild index 63124afc11df..15cebda20d1e 100644 --- a/media-libs/qhull/qhull-2020.2-r1.ebuild +++ b/media-libs/qhull/qhull-2020.2-r2.ebuild @@ -37,3 +37,13 @@ src_configure() { cmake_src_configure } + +src_compile() { + cmake_src_compile + cmake_src_compile libqhull +} + +src_install() { + cmake_src_install + dolib.so "${BUILD_DIR}"/libqhull.so* +} |