Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeiNA committed Jan 4, 2025
1 parent f310351 commit 8772932
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
5 changes: 0 additions & 5 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,6 @@ find_package(Sanitizers REQUIRED)
#clang tools
#############################################################################################
# conan
if(NOT DEFINED CMAKE_TOOLCHAIN_FILE)
message(STATUS "CMAKE DEFINE CMAKE_TOOLCHAIN_FILE")
set(CMAKE_TOOLCHAIN_FILE "conan_toolchain.cmake" CACHE FILEPATH "Path to the toolchain file")
endif()

message(STATUS "DCMAKE_TOOLCHAIN_FILE = ${CMAKE_TOOLCHAIN_FILE}")

if(POLICY CMP0167)
Expand Down
4 changes: 2 additions & 2 deletions docker/Dockerfile-manylinux2014
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ RUN PYBIN=(/opt/python/*/bin) && \
if [[ ${BIN} == *"cp311"* ]]; then \
${BIN}/python3 -m pip install --no-cache-dir wheel setuptools scikit-build==0.16.4 && \
mkdir -p $(echo "./$(${BIN}/python3 get_path.py )") && \
conan install . -s build_type=Release -g CMakeDeps -g CMakeToolchain -if=$(echo "./$(${BIN}/python3 get_path.py )") && \
${BIN}/python3 setup.py bdist_wheel --verbose -DCMAKE_BUILD_TYPE=Release -DDEV_MODE=ON && \
conan install . -s build_type=Release -g CMakeDeps -if=$(echo "./$(${BIN}/python3 get_path.py )") && \
${BIN}/python3 setup.py bdist_wheel --verbose -DDEV_MODE=ON && \
#${BIN}/python3 -m pip install --no-index --find-links . dist/otterbrix-*.whl && \
cd $(echo "./$(${BIN}/python3 get_path.py )") && \
ctest -C -V --output-on-failure --timeout 60 && \
Expand Down

0 comments on commit 8772932

Please sign in to comment.