| Server IP : 82.208.35.60 / Your IP : 216.73.216.89 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/science/py-pyqubo/files/ |
Upload File : |
--- CMakeLists.txt.orig 2022-01-08 04:45:42 UTC +++ CMakeLists.txt @@ -2,6 +2,7 @@ cmake_minimum_required(VERSION 3.20) project(cpp_pyqubo) +if (FALSE) include(external/boost_assert.cmake) include(external/boost_config.cmake) include(external/boost_container.cmake) @@ -17,6 +18,9 @@ include(external/cimod.cmake) include(external/eigen.cmake) include(external/pybind11.cmake) include(external/robin_hood.cmake) +endif() + +find_package(pybind11) pybind11_add_module(cpp_pyqubo src/main.cpp)