-
Notifications
You must be signed in to change notification settings - Fork 37
Description
conda create -n bertini -y
conda activate bertini
conda install gmp mpfr mpc cmake boost eigen conda-forge::libboost-python numpy -y
git clone https://github.com/bertiniteam/b2
cd b2
mkdir build && cd build
cmake .. -DCMAKE_PREFIX_PATH=$CONDA_PREFIX
-- The C compiler identification is GNU 11.4.1
-- The CXX compiler identification is GNU 11.4.1
-- 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
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
CMake Error at /users/geoagdt/.conda/envs/bertini/share/cmake-4.1/Modules/FindPa ckageHandleStandardArgs.cmake:227 (message):
Could NOT find Python (missing: Python_EXECUTABLE Python_INCLUDE_DIRS
Python_NumPy_INCLUDE_DIRS Interpreter Development.Module NumPy) (Required
is at least version "3.13")
Reason given by package:
Interpreter: Wrong version for the interpreter "/bin/python"
Call Stack (most recent call first):
/users/geoagdt/.conda/envs/bertini/share/cmake-4.1/Modules/FindPackageHandleSt andardArgs.cmake:591 (_FPHSA_FAILURE_MESSAGE)
/users/geoagdt/.conda/envs/bertini/share/cmake-4.1/Modules/FindPython/Support. cmake:4162 (find_package_handle_standard_args)
/users/geoagdt/.conda/envs/bertini/share/cmake-4.1/Modules/FindPython.cmake:68 5 (include)
CMakeLists.txt:15 (find_package)
-- Configuring incomplete, errors occurred!