From 75d8277ae0a665755e91bc590591ce468c7383ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20K=C3=B6fferlein?= Date: Sun, 15 Jul 2018 21:50:36 +0200 Subject: [PATCH] Updated KLayout Python Module Prototype (markdown) --- KLayout-Python-Module-Prototype.md | 7 +++++++ 1 file changed, 7 insertions(+) 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