Tom de Geus

Results 225 comments of Tom de Geus

> > Also, could you add a test case with which we could have found this bug? > > This PR fix mem-leak of `npy_file`'s move assignment method. It will...

I will have a look when I get the chance. In the mean-time a question to help debugging: shouldn't you put `openblas` also all `build/host` dependency? Did you try?

Yes it does : https://github.com/conda-forge/openblas-feedstock first output

If I look at https://github.com/conda-forge/openblas-feedstock/blob/main/recipe/meta.yaml it seems that `openblas` contains the static library and the headers, while `libopenblas` contains the shared library only (see https://github.com/conda-forge/openblas-feedstock/issues/69 ). So the latter is...

In the CMake you should just use `openblas`. Then the conda-forge feedstock has multiple outputs (names on conda-forge): * `openblas`: the headers, cmake support, and statically compiled library. You need...

I have put some questions on https://github.com/conda-forge/staged-recipes/pull/23313 . Mostly it seems that the clone of https://github.com/kfrlib/kfr fails, and the build is not starting. Thereby it is important that the way...

Thanks. This is not my expertise, but I do already have some questions.