Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-105233

Compile ifcodegen into a binary

    XMLWordPrintable

Details

    • Task
    • Resolution: Fixed
    • P2: Important
    • 6.6.0
    • None
    • Qt Interface Framework
    • None
    • 6bb5e5a5d (dev)

    Description

      Instead of deploying a virtualenv, which needs a lot of fiddling and easily breaks with python or virtualenv updates, it would be great to compile the ifcodegen into a binary.

      This can be done using nuitka using this command:

      python3.9 -m nuitka generate.py --follow-imports --static-libpython=yes
      

      The important part is to use --static-libpython as otherwise we depend on the correct python version to be installed into the system.

      Attachments

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

        Activity

          People

            gagi Dominik Holland
            gagi Dominik Holland
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes