eigency icon indicating copy to clipboard operation
eigency copied to clipboard

Conda-forge build does not include eingen source folder

Open pfmephisto opened this issue 2 years ago • 2 comments

The current build on conda-forge is still version 3.4.0.0 and does not include the eigen source folder.

pfmephisto avatar Oct 13 '23 11:10 pfmephisto

We don't support or maintain the conda-forge build. I believe @fbordeu is currently maintaining that distribution using his own fork of Eigency. I'm sure he'll be updating the conda-forge version soon since he was the one to submit the memory leak patch that made it into v3.4.0.1.

Also, the conda-forge version doesn't include an embedded eigen library because it uses the system install from conda-forge, as far as I'm aware.

BTOdell avatar Oct 13 '23 18:10 BTOdell

you are correct @BTOdell, I maintain the package but from this repo (I use the fork only for pull request and for debuging). I just update the package, took me all day to test my library for other memory leak (mainly sympy is leaking). If you need to build a package using only conda packages, I recommend installing the conda package "eigen".

image

@BTOdell I need to pull some changes to eigency to make the repository 100% conda build compatible (for the moment I patch the sources before building the package).

More info on : https://github.com/conda-forge/eigency-feedstock/tree/main/recipe

fbordeu avatar Oct 13 '23 18:10 fbordeu