Add a conda packages to conda-forge for major platforms
#798
Replies: 5 comments
|
If you would like to be included as a maintainer, make a comment in the Pull Request, then I can/will add you. |
|
I see that the jank/book/src/getting-started/03-hello-leiningen.md Lines 14 to 27 in 80c2d4f # If you're on macOS.
$ brew install leiningen
# If you're on Ubuntu (or similar).
$ sudo apt install -y leiningen
# If you're on Arch (or similar).
$ yay -S leiningen
# If you are on: linux-64, linux-aarch64, linux-ppc64le, osx-64, win-64
$ pixi global install leiningen |
|
If the project environments are being managed by jank/book/src/getting-started/03-hello-leiningen.md Lines 30 to 44 in 80c2d4f During development it is recommended that Creating a project with LeiningenWhile Leiningen can be installed globally, it may also be installed in the project working directory. $ mkdir -p ~/projects/hello_lein
$ cd ~/projects/hello_lein
$ pixi init
$ pixi add leiningen
$ pixi install
$ pixi run -- lein new org.jank-lang/jank hello-lein --to-dir . --forceNote If you use |
|
The |
|
I have begun the work outlined here. The conda-forge package is building for linux and macos. I am working on https://github.com/phreed/jank a jank branch to make a Windows version of the package, this deviates from the work being done related to MSYS2/CLANG as that approach is not ABI compatible with MSVC libraries which is what all of the conda-forge libraries are. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
This is mostly an announcement but also a request to add documentation regarding the
conda-forgePackagingThe Getting Started guide, Installation instructions has the following:
jank/book/src/getting-started/01-installation.md
Lines 67 to 70 in 80c2d4f
To that end I am adding a new package source.
Pixi (linux: x64, aarch64; macOS: aarch64)
We have a binary jank package in
pixi, installation is quick and easy.pixiinstalls into an environment, thus it is largely independent from the host environment.To update jank, you can run the following.
Note
pixiis most productively employed when installing packages into a development environment.In this way it aleviates the "Works on my machine!" problem.
Status
Installed in a personal channel:
https://prefix.dev/channels/meso-forge/packages/jank
Staged for the
conda-forgefeedstock:Jankconda-forge/staged-recipes#33514All reactions