octave-maintainers
[Top][All Lists]
Advanced

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

globally installed packages vs. relocatable Octave


From: John W. Eaton
Subject: globally installed packages vs. relocatable Octave
Date: Thu, 06 Nov 2014 13:25:57 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Icedove/24.5.0

Currently, the absolute directory name corresponding to a globally
installed package is saved in the octave_packages file.  This causes
trouble for relocating an Octave installation.

It is also possible to set the "prefix" for global package
installations.  This may be done independently for each installed
package.  Additionaly, the "prefix" for architecture dependent files
must be set separately, as well as the location of the file that
contains the list of installed packages.

Is it necessary to allow the global prefix to be modified, or would it
be OK to simply expect that globally installed packages are located in
a directory under OCTAVE_HOME?  If we could assume this, then the
package database file would not have to contain the full directory
name for globally installed packages and it would be easier to
relocate an installation of Octave that includes globally installed
packages.

My motivation here is to make it easier to build a binary package for
Windows (for example) that includes a set of pre-installed packages
and that can be easily installed in any directory on the system.

jwe



reply via email to

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