Isuru Fernando
Isuru Fernando
Yep and https://github.com/inducer/loopy/issues/718
Sure. A corresponding `save_basic` makes sense.
We can have a no GIL version for the latest python version only until it becomes the default which I assume will be for a python version update and not...
> In particular, since numpy isn't separated into a library and run-time component, we don't have a run-export, and so feedstocks use pin_compatible under run: We do have a run_export...
You'll have to first build conda-build and its dependencies on a normal python installation. Then modify `conda-build` (and maybe `conda`) to make `freebsd-*` take the same code paths as `linux-*`.
You could also cross-compile from linux-64 to freebsd using clang. This should make it easier as you'd already have a conda installation, compiler, linker, archiver, etc. I checked conda and...
Also anaconda.org doesn't like os names other than `linux`, `osx`, `win`.
I'm just mentioning the issues we'll run into.
We can cross compile even without access to the hardware. Closing as there's nothing to do in miniforge until somebody adds support to conda, conda-build and starts a migration. A...
This is a bug in pkg-config, but `pkg-config` is not actively maintained anymore AFAIK. We should change to the new actively maintained implementation `pkgconf` and let that provide `pkg-config` See...