Skip to content
Snippets Groups Projects
Commit 9d0d588c authored by Sergey Yakubov's avatar Sergey Yakubov
Browse files

try fix package build

parent 916e7801
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@ if ("rpm" IN_LIST BUILD_PYTHON_PACKAGES)
--requires=python3-numpy --binary-only
COMMAND rm -f dist/python3*.gz dist/*debuginfo* dist/*debugsource*
)
ADD_DEPENDENCIES(python3-rpm-consumer copy_python_dist-consumer)
ADD_DEPENDENCIES(python3-rpm-consumer python-rpm-consumer)
ADD_DEPENDENCIES(python-rpm-consumer copy_python_dist-consumer)
endif()
......@@ -40,7 +40,7 @@ if ("deb" IN_LIST BUILD_PYTHON_PACKAGES)
COMMAND rm -f deb_dist/*dbgsym*
COMMAND cp deb_dist/*.deb dist/
)
ADD_DEPENDENCIES(python3-deb-consumer copy_python_dist-consumer)
ADD_DEPENDENCIES(python3-deb-consumer python-deb-consumer)
ADD_DEPENDENCIES(python-deb-consumer copy_python_dist-consumer)
endif()
......
......@@ -27,4 +27,4 @@ fi
cmake -DNUMPY_VERSION=0 -DBUILD_PYTHON=ON -DBUILD_PYTHON_PACKAGES="source;deb" -DBUILD_PYTHON_DOCS=$BUILD_PYTHON_DOCS ..
make
make -j1
......@@ -15,7 +15,7 @@ if ("rpm" IN_LIST BUILD_PYTHON_PACKAGES)
--requires=python3-numpy --binary-only
COMMAND rm -f dist/python3*.gz dist/*debuginfo* dist/*debugsource*
)
ADD_DEPENDENCIES(python3-rpm-producer copy_python_dist-producer)
ADD_DEPENDENCIES(python3-rpm-producer python-rpm-producer)
ADD_DEPENDENCIES(python-rpm-producer copy_python_dist-producer)
endif()
......@@ -35,7 +35,7 @@ if ("deb" IN_LIST BUILD_PYTHON_PACKAGES)
COMMAND rm -f deb_dist/*dbgsym*
COMMAND cp deb_dist/*.deb dist/
)
ADD_DEPENDENCIES(python3-deb-producer copy_python_dist-producer)
ADD_DEPENDENCIES(python3-deb-producer python-deb-producer)
ADD_DEPENDENCIES(python-deb-producer copy_python_dist-producer)
endif()
......
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