Skip to content
Snippets Groups Projects
Unverified Commit d95bdbd4 authored by René Fritze's avatar René Fritze
Browse files

[cmake] adds shell-sourceable file with python module info

parent 4795918f
No related branches found
No related tags found
No related merge requests found
Pipeline #130273 passed
......@@ -53,6 +53,7 @@ function(dune_pybindxi_install_python_package)
"${CMAKE_CURRENT_BINARY_DIR}/${rel_fn}")
endforeach()
configure_file(${PYINST_PATH}/setup.py.in ${PYINST_PATH}/setup.py)
configure_file(${PYINST_PATH}/version.sh.in ${PYINST_PATH}/version.sh)
set(PYINST_FULLPATH ${CMAKE_CURRENT_BINARY_DIR}/${PYINST_PATH})
set(PYINST_PUREPYTHON TRUE)
elseif(EXISTS ${PYINST_FULLPATH}/setup.py)
......
${dune-xt_VERSION}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment