klayout/src/pymod
Matthias Koefferlein 222b98fd70 Some fixes for the testsuite
With these fixes, unit tests pass with MacOS
(set DYLD_LIBRARY_PATH!)

1.) MacOS takes popen vs. pclose seriously
By using fopen we basically spoil the system and other popen
won't work.

2.) For system integrity, MacOS does not propagate DYLD_LIBRARY_PATH
to child processes such as sh. This has to be done explictly.

3.) Search the klayout binary in the right path (klayout.app/...)

4.) Reset KLAYOUT_HOME for less intervention by installed macros
2018-10-09 13:57:26 -07:00
..
QtCore WIP: pymod tests work for Qt4 now too. 2018-06-04 00:32:02 +02:00
QtDesigner WIP: Fixed build dependencies and code dependencies for Python modules (Qt5) 2018-06-03 19:54:18 +02:00
QtGui WIP: Fixed build dependencies and code dependencies for Python modules (Qt5) 2018-06-03 19:54:18 +02:00
QtMultimedia WIP: some refactoring of the GSI Python binding (less static objects, new conversion operators, preparations for external use) 2018-06-09 01:50:16 +02:00
QtNetwork WIP: Fixed build dependencies and code dependencies for Python modules (Qt5) 2018-06-03 19:54:18 +02:00
QtPrintSupport WIP: Fixed build dependencies and code dependencies for Python modules (Qt5) 2018-06-03 19:54:18 +02:00
QtSql WIP: Fixed build dependencies and code dependencies for Python modules (Qt5) 2018-06-03 19:54:18 +02:00
QtSvg WIP: Fixed build dependencies and code dependencies for Python modules (Qt5) 2018-06-03 19:54:18 +02:00
QtWidgets WIP: Fixed build dependencies and code dependencies for Python modules (Qt5) 2018-06-03 19:54:18 +02:00
QtXml WIP: pymod tests work for Qt4 now too. 2018-06-04 00:32:02 +02:00
QtXmlPatterns WIP: Fixed build dependencies and code dependencies for Python modules (Qt5) 2018-06-03 19:54:18 +02:00
bridge_sample Support "klayout-bits" for building on MSVC 2018-09-06 00:23:10 +02:00
db Bugfix: db_plugin modules were not loaded for python modules 2018-07-15 14:14:14 +02:00
distutils_src Added __init__.py file to Python package. 2018-07-15 19:33:44 +00:00
lay WIP: fixed installation target for pymod __init__.py file for older Qt versions. 2018-06-20 13:37:41 +02:00
rdb WIP: added force-link to rdb Python module so the rdb library is always linked 2018-06-22 00:02:27 +02:00
tl Fixed install target for MSVC - copy needs to use Windows paths. 2018-09-13 22:31:45 +02:00
unit_tests Some fixes for the testsuite 2018-10-09 13:57:26 -07:00
__init__.py.noqt Enabled minimum build configuration 2018-07-15 19:59:45 +02:00
__init__.py.qt4 Enabled minimum build configuration 2018-07-15 19:59:45 +02:00
__init__.py.qt5 Enabled minimum build configuration 2018-07-15 19:59:45 +02:00
__init__.py.qtless Enabled minimum build configuration 2018-07-15 19:59:45 +02:00
pymod.pri Fixed install target for MSVC - copy needs to use Windows paths. 2018-09-13 22:31:45 +02:00
pymod.pro Massive reduction of Qt dependencies, but also massive refactoring. 2018-07-03 00:51:36 +02:00
pymodHelper.h Bugfix: db_plugin modules were not loaded for python modules 2018-07-15 14:14:14 +02:00