Uploaded image for project: 'Qt for Python'
  1. Qt for Python
  2. PYSIDE-2074

pyside does not allow to override PYTHON_SITE_PACKAGES like shiboken does

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Not Evaluated
    • None
    • 6.3.2
    • PySide
    • None
    • All
    • 7f2c40d9b3 (pyside/pyside-setup/dev) 452056ea8f (pyside/pyside-setup/6.4) 452056ea8f (pyside/tqtc-pyside-setup/6.4) 452056ea8f (pyside/tqtc-pyside-setup/tqtc/6.4)

    Description

      shiboken allows to override PYTHON_SITE_PACKAGES, but pyside does not

      which is required to allow install on conda where the site packages dir is not a subdirectory of the prefix

       

      see sources/shiboken6/cmake/ShibokenSetup.cmake:

      if(NOT PYTHON_SITE_PACKAGES) 
          shiboken_internal_set_python_site_packages() 
      endif()

       

      whereas sources/pyside6/cmake/PySideSetup.cmake has:

      shiboken_internal_set_python_site_packages()

      spdir.patch

       

      cc ctismer

       

       

       

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            crmaurei Cristian Maureira-Fredes
            jschueller Julien Schueller
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes