c-cube / frog-utils

[frozen] Scheduling and running jobs on a shared computer, then analyse their output
BSD 2-Clause "Simplified" License
5 stars 0 forks source link

AUR package #24

Open c-cube opened 9 years ago

c-cube commented 9 years ago

would be nice to have, so we can reinstall the last version easily. Some AUR packages are git versions so it's definitely doable.

Gbury commented 9 years ago

Wouldn't an opam package be better ?

On Wed, Jul 1, 2015 at 6:09 PM Simon Cruanes notifications@github.com wrote:

would be nice to have, so we can reinstall the last version easily. Some AUR packages are git versions so it's definitely doable.

— Reply to this email directly or view it on GitHub https://github.com/c-cube/frog-utils/issues/24.

c-cube commented 9 years ago

Both. AUR package is nice for system-wide installation.

Gbury commented 9 years ago

Ok, in that case there are a few questions to answer: do we only distribute the binaries in the package (which would allow to avoid a lot of the headaches that would come with dependencies), or do we put a link to the git repo, and build the binaries on the local machine ? In the latter case, we would have to add dependencies for building the package (e.g to 'ocaml-lwt'), and make sure that the system version are used rather than the potential local opam versions.