-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
Just for memo.
Under windows I tried to follow the readme on branch dev_cyril that did not work (I think because I do not have Visual Studio C++ installed) I had to do some modifs as follows:
conda create -n pyratp_dev -c conda-forge -c openalea3 openalea.plantgl openalea.mtg qtpy m2w64-toolchain meson-python=0.17 scipy pytest jupyter python
conda activate pyratp_dev
set CC=gcc
set CXX=g++
pip install .The modifications:
- removed
gfortran(comes withm2w64) and setmeson-python=0.17 - set environment variables, otherwise try to use
cl.exefrom visualstudio
Metadata
Metadata
Assignees
Labels
No labels