fastscapelib icon indicating copy to clipboard operation
fastscapelib copied to clipboard

Pre-defined `conda` environment yaml files

Open adriendelsalle opened this issue 1 year ago • 3 comments

Description

Is there any reason for not having listed cxx-compiler and a generator like make or ninja in pre-defined conda environment yaml files?

adriendelsalle avatar Apr 18 '24 12:04 adriendelsalle

No particular reason :).

Except maybe in the case where one may just want to use the system-wide installed compilers and finds annoying that heavy compiler packages get re-installed in the conda env?

I have no strong opinion for / against adding it.

benbovy avatar Apr 19 '24 11:04 benbovy

I had error building tests relying on Ubuntu system libs. To keep the CI testing a lot of platforms/toolchains it would require to also update the workflows. I'll have a look at this

adriendelsalle avatar Apr 20 '24 10:04 adriendelsalle

I was also thinking we could try pixi for this repository.

benbovy avatar Apr 22 '24 07:04 benbovy