]> git.pld-linux.org Git - packages/vtk.git/commitdiff
- fix python install path
authorJan Rękorajski <baggins@pld-linux.org>
Mon, 3 Aug 2020 06:57:36 +0000 (08:57 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Mon, 3 Aug 2020 06:57:36 +0000 (08:57 +0200)
vtk.spec

index 570de5a2ef33fb27848e52e955de20022166b36e..9cf1c74c8fcd65413cdc351ce8b966fc358a9d1b 100644 (file)
--- a/vtk.spec
+++ b/vtk.spec
@@ -397,6 +397,7 @@ cd build
        -DVTK_INSTALL_PACKAGE_DIR:PATH=%{_lib}/cmake/vtk \
        -DVTK_INSTALL_TCL_DIR:PATH=share/tcl%{tcl_version}/vtk \
        -DVTK_INSTALL_QT_DIR=/%{_lib}/qt5/plugins/designer \
+       -DVTK_INSTALL_PYTHON_MODULES_DIR:PATH=%{py3_sitedir} \
        -DVTK_FFMPEG_HAS_OLD_HEADER:BOOL=OFF \
        %{?with_OSMesa:-DVTK_OPENGL_HAS_OSMESA:BOOL=ON} \
        -DVTK_USE_SYSTEM_LIBRARIES:BOOL=ON \
This page took 0.145489 seconds and 4 git commands to generate.