We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b202263 commit 7adcc83Copy full SHA for 7adcc83
python/CMakeLists.txt
@@ -53,6 +53,11 @@ add_custom_target(python-wheel
53
COMMAND ${PYTHON_EXECUTABLE} setup.py bdist_wheel --dist-dir=${CMAKE_CURRENT_BINARY_DIR}
54
)
55
56
+add_custom_target(python-sdist
57
+ COMMENT "Creating sdist for AMICI base python package"
58
+ COMMAND ${PYTHON_EXECUTABLE} setup.py sdist --dist-dir=${CMAKE_BINARY_DIR}
59
+ WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/sdist
60
+)
61
62
add_custom_command(
63
OUTPUT always_rebuild
0 commit comments