Skip to content

Package/Application instalation interface #5

@NickMcSweeney

Description

@NickMcSweeney

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:

  1. package dependencies need to be downloaded at compile time (assume device is offline at runtime)
  2. package dependencies (particularly if binary builder is involved) need to target the target architecture not the source architecture.
  3. Some build flags need to get set
  4. ...?

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions