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

Possibility to use conda environments #207

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

johnnynunez
Copy link

@johnnynunez johnnynunez commented May 1, 2024

First create conda environment.

conda create -n py311 python=3.11
conda activate py311
conda install numpy --yes # install numpy first

Procedure with USE_CONDA ARG:

cmake -DUSE_CONDA=ON ../ # use enviroment anaconda

Also added noble for future ubuntu 24.04

image

use cmake from system,
if you want to use from conda:

conda install cmake
conda install -c conda-forge gcc cxx-compiler

sudo -E make install

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

Successfully merging this pull request may close these issues.

None yet

1 participant