Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Creating sysimages #187

Closed
TimSlendebroek opened this issue Jan 6, 2023 · 1 comment
Closed

Creating sysimages #187

TimSlendebroek opened this issue Jan 6, 2023 · 1 comment
Labels

Comments

@TimSlendebroek
Copy link
Contributor

TimSlendebroek commented Jan 6, 2023

We have an attempt of creating sysimages in the FUSE Makefile. (make sysimage):

sysimage:
	julia -e '\
using Pkg;\
Pkg.add("PackageCompiler");\
Pkg.add("IJulia");\
import PackageCompiler;\
Pkg.activate(".");\
using FUSE;\
PackageCompiler.create_sysimage(["FUSE"], sysimage_path="FUSEsysimage.so");\
'

We haven't had much luck with this

This would open up the ability to share the usage of the code without giving away the source-code

@orso82
Copy link
Member

orso82 commented Oct 24, 2023

done with #347

@orso82 orso82 closed this as completed Oct 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants