|
From: | Qianqian Fang |
Subject: | how to make "pkg load" automatically load dependencies |
Date: | Thu, 10 Oct 2019 23:24:55 -0400 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.8.0 |
Dear list, I am packaging a few octave toolboxes for Fedora. Some of the
toolboxes have a dependency to other toolboxes. On the rpm package level, I can use Requires to ask rpm to install these dependent modules, but when running Octave, the pkg load command is not aware of the dependent toolboxes and automatically load them. I would like to know if pkg is capable of loading dependent toolboxes? if yes, what file I should create to tell pkg such information? for Fedora packaging, the spec file uses the %octave_pkg_{build,install,preun} macros to create toolbox packages, I am wondering if adding dependency info is supported by these macros. thanks Qianqian |
[Prev in Thread] | Current Thread | [Next in Thread] |