##// END OF EJS Templates
Started PySide2 migration, builds with CMake and produces a working binary...
Started PySide2 migration, builds with CMake and produces a working binary Need to port all previous stuff from Pybind11 to PySide2/shboken Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org>

File last commit:

r1453:157b5409d318
r1477:70de8bd3d575
Show More
SciQLOP_wrapper
3 lines | 176 B | text/plain | TextLexer
Updated OSX build with Python bundled inside SciQLop and also stick to Meson 0.49.1...
r1453 #!/bin/bash
HERE=$( cd "$(dirname "$0")" ; pwd -P )
PYTHONPATH=$HERE/../../lib/python3.7/:$HERE/../../lib/python3.7/site-packages/ LD_PRELOAD=$HERE/../../.Python $HERE/sciqlop