-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
To install a Julia application, there are a number of prerequisite steps that must be taken, to make it easier to have julia "just work" it could be useful to develop some template/example/script(s) as well as a base package.
Things to consider:
- package dependencies need to be downloaded at compile time (assume device is offline at runtime)
- package dependencies (particularly if binary builder is involved) need to target the target architecture not the source architecture.
- Some build flags need to get set
- ...?
Also might be good to provide some general info on application development
- entrypoint - how is the application triggered (systemd, executable, C/C++/Rust wrapper)
- optimization - precomp, binarybuilder, etc
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels