Klaus Zimmermann

Results 110 comments of Klaus Zimmermann

There is renewed effort on getting ROCm into conda-forge. The involved feedstocks are shown below. Currently we are updating to the latest ROCm 6.1.0 and will move on to some...

@rbuffat, friendly ping. Is this something you see moving forward soon?

Fyi, I have effectively backported this in conda-forge/fiona-feedstock#203

It's `pip check` that is failing, not detecting `rdkit`. Since the conda-forge `rdkit` package is installed, that suggests that the `rdkit` package is missing the required pip installation information.

Indeed, the latest version (2023.09.6) has the required `lib/python3.11/site-packages/rdkit-2023.9.6.dist-info` directory that is missing from the old version that you are pinning here. Generally speaking, pinning everything to specific versions is...

I am not familiar enough with `rdkit` to comment on that. It is fine to skip the `pip check`. In that case, I would not completely remove it, but comment...

@jbensabat, not sure if this is helpful for you, but I thought I'd point out that libnetcdf is available for Windows on Conda-forge, so you can install it with conda/mamba...

I have used this patch in the Conda-forge builds since conda-forge/libnetcdf-feedstock#178 and there it works on Windows, see [here](https://dev.azure.com/conda-forge/feedstock-builds/_build/results?buildId=739952&view=logs&j=a70f640f-cc53-5cd3-6cdc-236a1aa90802&t=f5d15007-a01c-5ad8-c9ce-4d519d3b275f&l=591) and [here](https://dev.azure.com/conda-forge/feedstock-builds/_build/results?buildId=739952&view=logs&j=a70f640f-cc53-5cd3-6cdc-236a1aa90802&t=f5d15007-a01c-5ad8-c9ce-4d519d3b275f&l=795). Allow me to highlight that the approach currently in...

Ah, that makes sense. The problem still needs to be addressed, though. Do you know where you got the `FindBzip2.cmake` and `FindBz2.cmake` from? Regardless, the good news is that the...

> The only clue I see is this line: # Author: Siddhartha Chaudhuri, 2009 Yeah, I did see that and it is what lead me to https://github.com/sidch/CMake, which is a...