coriolis/crlcore
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
..
cmake_modules include/coriolis -> include/coriolis2 2021-08-27 16:15:28 +00:00
doc Regenerated documentation, just to check. 2023-02-22 15:02:39 +01:00
python Added -fPIC compile option as required for python extensions 2023-05-26 17:33:25 +01:00
src Fix missing Python link libraries, more of them. 2023-03-09 18:39:48 +01:00
CMakeLists.txt Downgrade CMake requirements to 3.16. Detects correctly Python 3. 2023-03-03 15:36:40 +01:00