Skip to content
Snippets Groups Projects
Commit c2a622cd authored by Cristian Lalescu's avatar Cristian Lalescu
Browse files

fixes configure pure python install step

parent 3086bcce
No related branches found
No related tags found
No related merge requests found
Pipeline #113255 passed
......@@ -2,6 +2,7 @@
set -e
cp host_info.py TurTLE/
sed "s/@TURTLE_VERSION_LONG@/3.14/" setup.py.in > setup.py
sed "s/@TURTLE_VERSION_LONG@/3.14/" TurTLE/__init__.py.in > TurTLE/__init__.py.tmp
sed "s/@CMAKE_INSTALL_DIR@/UNAVAILABLE_FOR_PURE_PYTHON_INSTALLS/" TurTLE/__init__.py.tmp > TurTLE/__init__.py
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment