You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been experimenting with building the conda packages to distribute on conda-forge, see conda-forge/staged-recipes#22501. The linux build might already be working (I tested just the 3.10 one on my machine), and maybe macOS (64), but not yet Windows.
I uploaded the build artifacts at https://github.com/smithara/apexpy/releases/tag/v2.0.1-binaries (see the conda ones). There are also pip wheels too (more about that later). I'm not sure if they do in fact work across different systems since there were so many issues about that!
Also been trying to build wheels using cibuildwheel but so far only the linux and osx-64 builds worked (uploaded here), and again I haven't tested them widely. I did find it useful to use one of those pre-built wheels within a readthedocs build where it seems impossible to add a fortran compiler (and I want to execute apexpy there).
i.e., in an environment with Python=3.10, on linux: pip install https://github.com/smithara/apexpy/releases/download/v2.0.0-binaries/apexpy-2.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
The text was updated successfully, but these errors were encountered:
Requested feature
I've been experimenting with building the conda packages to distribute on conda-forge, see conda-forge/staged-recipes#22501. The linux build might already be working (I tested just the 3.10 one on my machine), and maybe macOS (64), but not yet Windows.
I uploaded the build artifacts at https://github.com/smithara/apexpy/releases/tag/v2.0.1-binaries (see the conda ones). There are also pip wheels too (more about that later). I'm not sure if they do in fact work across different systems since there were so many issues about that!
Test with, e.g.:
Additional context
i.e., in an environment with Python=3.10, on linux:
pip install https://github.com/smithara/apexpy/releases/download/v2.0.0-binaries/apexpy-2.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
The text was updated successfully, but these errors were encountered: