Skip to content

Commit

Permalink
TkUtil v 6.7.0
Browse files Browse the repository at this point in the history
ThreadPool class fix : avoid consuming 100% of the CPU in the absence of a task to perform.
  • Loading branch information
CharlesPignerol authored Jan 31, 2024
1 parent 15f9b59 commit d743c75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions meshing/packages/tkutil/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ class Tkutil(CMakePackage):
depends_on('libiconv', type=('build', 'link'))

version('develop', branch='main')
version('6.7.0', sha256='5d610804c9061b09bad2cf799839a24a4de87667680943cc2bd8958f92bcf703')
version('6.6.1', sha256='1f65b2628992d455cdd0fb9b1e3e791432a3051ac2b138d4a7ef73dabc9e5d76')
version('6.6.0', sha256='9ae89bf5da6ed5af88e11325862df528c16166df49419b518c1c51a80019d0b8')
version('6.5.1', sha256='877ca71cc84cb4d948db8f5ecf65bae775cd33d83b2208c2d8260313238cc285')
Expand Down

0 comments on commit d743c75

Please sign in to comment.