metacall / distributable-macos

MacOs redistributable for shipping MetaCall Core.
Apache License 2.0
1 stars 7 forks source link

Packaging MetaCall as a portable tarball with all libs and binaries precompiled #4

Open AkechiShiro opened 2 years ago

AkechiShiro commented 2 years ago

I've tried to package MetaCall with Python support under an OSX-KVM VM using a bash script (build.sh).

This process has been stalled due to multiples issues encountered :

Hence, after discussion with @viferga and @giarve, we decided to work on Homebrew support so that we can figure out a solution later for this packaging approach.

Some solutions, we have yet to try :

Future steps

Next step should be to install python (or any other runtime in its relocatable form), here's some links about relocatable python and ruby distributions:

For Ruby support, we might want to use this :

viferga commented 3 weeks ago

This has been partially solved towards a more general solution, I am leaving this here for reference: https://github.com/metacall/brew-pkg/issues/4