coriolis/crlcore/python
Serge Rabyking 2046a1501f Added -fPIC compile option as required for python extensions
Added config directory to be determined through platformdirs package
Added pysetup directory with setup.py script and additional code to make
   properly assembled python wheel distribution.
   To make wheel run: python3 pysetup/setup.py bdist_wheel
   When wheel installed into the system the 'coriolis' command available.
   Running coriolis from python package folder implemented
       through preloading of required *.so files in proper order
		(no need to install shared libraries in system folders).
2023-05-26 17:33:25 +01:00
..
helpers Added -fPIC compile option as required for python extensions 2023-05-26 17:33:25 +01:00
technos Removed long obsoleted XML techno config files. 2023-02-27 23:08:03 +01:00
CMakeLists.txt Merge branch 'poetry-cleanup' of gitlab.lip6.fr:vlsi-eda/coriolis into devel 2023-02-28 13:49:20 +01:00
__init__.py Comprehensive reorganisation of the Python part of Coriolis. 2023-02-27 22:14:32 +01:00