diff options
author | Rafael Palomar <rafael.palomar@rr-research.no> | 2020-04-03 15:26:51 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-04-05 21:47:16 +0200 |
commit | eb24981c0aba6f6458d5f82457890c0d343f5dac (patch) | |
tree | 8c0697b08bd93da0a006da94cf85fdb0c8602486 /sci-libs/vtk | |
parent | net-libs/stem: EAPI 7; add pypy3 support (diff) | |
download | gentoo-eb24981c0aba6f6458d5f82457890c0d343f5dac.tar.gz gentoo-eb24981c0aba6f6458d5f82457890c0d343f5dac.tar.bz2 gentoo-eb24981c0aba6f6458d5f82457890c0d343f5dac.zip |
sci-libs/vtk: Fix installation path for CMake files
On amd64, installation will drop files in /usr/lib64
except for CMake files which will be installed on /usr/lib.
This fixes the installation path for the CMake files (/usr/lib64).
Revision bump vtk-8.1.0-r4 --> vtk-8.1.0-r5
Signed-off-by: Rafael Palomar Ávalos <rafael.palomar@rr-research.no>
Closes: https://github.com/gentoo/gentoo/pull/15213
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'sci-libs/vtk')
-rw-r--r-- | sci-libs/vtk/vtk-8.1.0-r5.ebuild (renamed from sci-libs/vtk/vtk-8.1.0-r4.ebuild) | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sci-libs/vtk/vtk-8.1.0-r4.ebuild b/sci-libs/vtk/vtk-8.1.0-r5.ebuild index e0fa62ad1ca7..18c95fceeae9 100644 --- a/sci-libs/vtk/vtk-8.1.0-r4.ebuild +++ b/sci-libs/vtk/vtk-8.1.0-r5.ebuild @@ -152,6 +152,7 @@ src_configure() { -Wno-dev -DVTK_DIR="${S}" -DVTK_INSTALL_LIBRARY_DIR=$(get_libdir) + -DVTK_INSTALL_PACKAGE_DIR="$(get_libdir)/cmake/${PN}-${SPV}" -DVTK_INSTALL_DOC_DIR="${EPREFIX}/usr/share/doc/${PF}" -DVTK_DATA_ROOT="${EPREFIX}/usr/share/${PN}/data" -DVTK_CUSTOM_LIBRARY_SUFFIX="" |