On Wed, 12 Jan 2022, Johannes Lips wrote:
Hi all,
when trying to replicate the issue Sven faced in another thread. I came across
the issue that currently the shipped addons are not built and installed in
fedora.
I am using the gretl spec file, which can be found at [1].
I tried adding
%configure --disable-static \
--disable-avx \
--with-mpi \
--with-dbnomics \
--with-extra \
--with-geoplot \
--with-gig \
--with-ivpanel \
--with-SVAR
the addons to the configure command, but no luck. Could you please tell me how
to build and install these addons?
Johannes, the addons get built if you pass --enable-build-addons.
I should explain: we didn't make that the default because the build
requires quite a full TeX setup. The idea is that if the addons are
not included in a gretl package for Linux, they should get downloaded
from sourceforge on demand.
Allin