Isuru Fernando
Isuru Fernando
> One of the problems with the current situation for Mul is that the order is not always kept and to a casual user it is seemingly random. Perhaps this...
Option C: ```yaml source: url: https://foo.com/sha-0.1.0-${{ target_platform }}.tar.gz sha256: if: linux then: 123 else: if: osx then: 456 else: 789 patches: - patch1.patch ```
Any updates on this?
I think the corresponding equivalent is `boost::intrusive_ptr`.
Opened - [ ] https://github.com/conda-forge/conda-forge-ci-setup-feedstock/issues/359
python imports the libraries with `RTLD_LOCAL` which means the symbols from `_XLAC_cuda_functions` are not added to the global symbol table. You need to set `RTLD_GLOBAL` before importing `_XLAC_cuda_functions`. ```python import...
> as part of a CEP We did discuss the in the case of `requirements` where we went with `build` and `host`, but not exactly `_platform`. I'm not saying we...
> I don't think that method will work. On my machine, I see > /Users/runner/miniforge3/conda-bld/openmm_1646184856012/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_pl/lib This might have been a bug that's already fixed. I get ```python >>> import openmm.version...
This was supposed to be fixed in https://github.com/symengine/symengine/pull/1849. I wonder if we added a new constant or if that PR was insufficient
Opened a PR at https://github.com/symengine/symengine/pull/2059