Skip to content

Commit

Permalink
QtPython v 6.4.4 recipe
Browse files Browse the repository at this point in the history
QtPython::preInitialize throws an exception if called for the first time after Py_Initialize to avoid a fatal error in Python 3.
  • Loading branch information
CharlesPignerol authored Nov 20, 2024
1 parent 5314c68 commit 30ce4c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions meshing/packages/qtpython/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ class Qtpython(CMakePackage):

variant('shared', default=True, description='Creation de bibliotheques dynamiques (defaut:shared, annuler le defaut par ~shared)')

version('6.4.4', sha256='d70158ab0605623deeef24ca71e9ddbce1478afcf000b2ee5aa2fa922e3a59c2')
version('6.4.3', sha256='dcfee932c873f8d35b86e19bff95fca2aada7a2a631da2393546a9ed010fa5b4')
version('6.4.2', sha256='1a1967412fa11dcbac9e5eeb7361c1b5e013beb97dfa3c0717dee8e211206299')
version('6.4.1', sha256='439274455fe500d1f1bca2cef53433d2f4428ad96a57b060c4345872c04f9c64')
Expand Down

0 comments on commit 30ce4c3

Please sign in to comment.