Isuru Fernando
Isuru Fernando
> `conda install -c local local::test-package --solver=libmamba` Fixed in https://github.com/mamba-org/mamba/pull/3056 > `conda install -c file:///home/isuru/distr2 file:///home/isuru/distr2::test-package --solver=libmamba` Fixed in https://github.com/conda/conda/pull/13418
I don't think the original issue is fixed. We need https://github.com/conda/conda/pull/13418 for a partial fix.
@bollu, can you fix the travis-ci errors?
Thanks. @bollu, master is failing. Any idea, why? About the `CONTRIBUTING`, if you are fine with licensing the code under the repo's [LICENSE](https://github.com/symengine/symengine.hs/blob/e9de12ce37b70a45c41e37de82911cd06d94705d/LICENSE), that's it.
Yes, it is. If anyone wants to revive it they are welcome to and I can give access.
@mattfidler, what's the cpu model of the macos runner?
OpenMP support in symengine is minimal. It only parallelize operations over matrices and if you don't use matrices, it will not help at all.
@mattfidler, is this univariate polynomial factoring?
Yeah, a generic factoring would be able to factor, `sin(x)**2 + 2*sin(x)*log(x) + log(x)**2`, but I guess that's not needed here.
> It seems that there is support for latex string generation in the C++ library but not yet wrapped in cwrapper, right? Yes. SymEngine's latex printer is at its early...