Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python module's build fails to find the ssht package #64

Open
yurivict opened this issue Aug 6, 2022 · 0 comments
Open

Python module's build fails to find the ssht package #64

yurivict opened this issue Aug 6, 2022 · 0 comments

Comments

@yurivict
Copy link

yurivict commented Aug 6, 2022

Instead it looks for conan for some reason:

===>  Configuring for py39-ssht-1.5.1
running config
===>  Building for py39-ssht-1.5.1


--------------------------------------------------------------------------------
-- Trying "Ninja" generator
--------------------------------
---------------------------
----------------------
-----------------
------------
-------
--
Not searching for unused variables given on the command line.
-- The C compiler identification is Clang 14.0.5
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Configuring done
-- Generating done
-- Build files have been written to: /disk-samsung/freebsd-ports/math/py-ssht/work-py39/ssht-1.5.1/_cmake_test_compile/build
--
-------
------------
-----------------
----------------------
---------------------------
--------------------------------
-- Trying "Ninja" generator - success
--------------------------------------------------------------------------------

Configuring Project
  Working directory:
    /disk-samsung/freebsd-ports/math/py-ssht/work-py39/ssht-1.5.1/_skbuild/freebsd-13.1-STABLE-amd64-3.9/cmake-build
  Command:
    cmake /disk-samsung/freebsd-ports/math/py-ssht/work-py39/ssht-1.5.1 -G Ninja -DCMAKE_INSTALL_PREFIX:PATH=/disk-samsung/freebsd-ports/math/py-ssht/work-py39/ssht-1.5.1/_skbuild/freebsd-13.1-STABLE-amd64-3.9/cmake-install -DPYTHON_EXECUTABLE:FILEPATH=/usr/local/bin/python3.9 -DPYTHON_VERSION_STRING:STRING=3.9.13 -DPYTHON_INCLUDE_DIR:PATH=/usr/local/include/python3.9 -DPYTHON_LIBRARY:FILEPATH=/usr/local/lib/libpython3.9.so -DSKBUILD:INTERNAL=TRUE -DCMAKE_MODULE_PATH:PATH=/usr/local/lib/python3.9/site-packages/skbuild/resources/cmake -DBUILD_TESTING:BOOL=OFF -Dconan_deps=ON -DCMAKE_POSITION_INDEPENDENT_CODE=ON -DCMAKE_BUILD_TYPE:STRING=Release

-- The C compiler identification is Clang 14.0.5
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Downloading conan.cmake from https://github.com/conan-io/cmake-conan
-- Conan: checking conan executable
CMake Error at _skbuild/freebsd-13.1-STABLE-amd64-3.9/cmake-build/conan.cmake:795 (message):
  Conan executable not found! Please install conan.
Call Stack (most recent call first):
  _skbuild/freebsd-13.1-STABLE-amd64-3.9/cmake-build/conan.cmake:531 (conan_check)
  cmake/conan_dependencies.cmake:12 (conan_cmake_install)
  CMakeLists.txt:17 (include)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant