diff --git a/KLayout-Python-Module-Prototype.md b/KLayout-Python-Module-Prototype.md index b4b56f3..ecfab3c 100644 --- a/KLayout-Python-Module-Prototype.md +++ b/KLayout-Python-Module-Prototype.md @@ -142,6 +142,13 @@ w = None * Module assignment is pretty much fixed now (core modules are tl, db and rdb) * Build is feasible on CentOS6, 7, Ubuntu 16 and Windows - some unit tests are failing +2018-07-15: +* The pymod branch now supports Qt-less builds. libexpat, libpthread and libcurl are used + to supply the missing functionality. +* The distutils-bases setup.py script is provided now +* Build of setup.py was tested on CentOS6, 7, Ubuntu 16, 18 and MacOS (HighSierra) +* Windows test still ongoing + ## Further roadmap * Provide a generated documentation online