Isuru Fernando

Results 928 comments of Isuru Fernando

@jaimergp, this should allow `conda install -c file:///home/isuru/distr file:///home/isuru/distr::test-package --solver=libmamba` to work. This also allows ``` conda install -c file:///home/isuru/distr2 file:///home/isuru/distr2::test-package --solver=classic conda install -c file:///home/isuru/distr2 file:///home/isuru/distr2::test-package --solver=libmamba ``` which...

The ticket is https://github.com/conda/conda-libmamba-solver/issues/398. I'll add a test.

Hmm, it looks like https://github.com/DanielBok/nlopt-python does the same thing.

> Perhaps we should remove the python parts from the existing nlopt conda package and just onboard nlopt-python as a separate conda package? `nlopt-python` vendors the `nlopt` library, so it...

@stevengj @DanielBok @jschueller, any thoughts on how to proceed?

Why is there a need to have shellcheck for linux-ppc64le if you are on x86_64?

> because Pixi does a solve on pixi run. Even for unrelated platforms?

Can't we just tell pixi to use native platform only? Something like `platforms = ['native']`

Let's add it to https://github.com/symengine/symengine/blob/master/symengine/symengine_config_cling.h.in without introducing one more file. Also, this seems like an odd requirement that all libraries need to implement something like this just to support `xeus-cpp-lite`....