octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Requirements for releasing the STK toolbox as an Octave forge packag


From: Carnë Draug
Subject: Re: Requirements for releasing the STK toolbox as an Octave forge package ?
Date: Mon, 24 Feb 2014 15:26:33 +0000

On 24 February 2014 13:43, Julien Bect <address@hidden> wrote:
> We're not really ready to release a new version of STK yet, but the
> packaging script is already functional and can be tested on the default
> branch :
>
>     1) clone the repo (default branch)
>
>     2) from the root of the repository, type :
>
>         cd admin
>         octave --eval "make_octave_package"
>
>         cd ../octave-build
>         octave --eval "pkg install stk-2.2.tar.gz"
>
>     3) If you want to run the entire test suite :
>
>         octave --eval "pkg load stk;  stk_runtests"

Your pre_install function has the following

  ## copy AUTHORS and README to inst (this makes them available
  ## in the installation directory for future reference)

The "right" way to do this would be to:

1) place the README file into a doc directory. Files there are preserved
2) rename AUTHORS to CITATION. This file will be preserved and can be
accessed in octave via "citation stk"

Carnë


reply via email to

[Prev in Thread] Current Thread [Next in Thread]