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 with m2w64) and set meson-python=0.17
- set environment variables, otherwise try to use
cl.exe from visualstudio
Just for memo.
Under windows I tried to follow the readme on branch
dev_cyrilthat did not work (I think because I do not have Visual Studio C++ installed) I had to do some modifs as follows:The modifications:
gfortran(comes withm2w64) and setmeson-python=0.17cl.exefrom visualstudio