Re: [fricas-devel] [PATCH] don't install empty directories

2017-02-23 Thread oldk1331
I think this is good balance, don't install empty directory: (although share/texmf wil be kept.) diff --git a/Makefile.in b/Makefile.in index dc726a78..876995d6 100644 --- a/Makefile.in +++ b/Makefile.in @@ -85,7 +85,7 @@ $(mkinstalldirs) '$(DESTDIR)$(libdir)/fricas' $(mkinstalldir

Re: [fricas-devel] [PATCH] don't install empty directories

2017-02-22 Thread Waldek Hebisch
oldk1331 wrote: > > On Tue, Feb 21, 2017 at 11:46 PM, Waldek Hebisch > wrote: > > However, there > > are now various cheap and relatively small ARM board. > > Autolading may help them. > > Hmm, did anyone run FriCAS on ARM before? Since > FriCAS doesn't support cross compile, building it native

Re: [fricas-devel] [PATCH] don't install empty directories

2017-02-22 Thread Waldek Hebisch
oldk1331 wrote: > > On Tue, Feb 21, 2017 at 11:46 PM, Waldek Hebisch > wrote: > > However, there > > are now various cheap and relatively small ARM board. > > Autolading may help them. > > Hmm, did anyone run FriCAS on ARM before? Since > FriCAS doesn't support cross compile, building it native

Re: [fricas-devel] [PATCH] don't install empty directories

2017-02-21 Thread oldk1331
On Tue, Feb 21, 2017 at 11:46 PM, Waldek Hebisch wrote: > However, there > are now various cheap and relatively small ARM board. > Autolading may help them. Hmm, did anyone run FriCAS on ARM before? Since FriCAS doesn't support cross compile, building it natively on ARM will take hours, I think.

Re: [fricas-devel] [PATCH] don't install empty directories

2017-02-21 Thread Ralf Hemmecke
On 02/21/2017 04:46 PM, Waldek Hebisch wrote: > oldk1331 wrote: >> >> "autoload" is gone in the last release, and >> "share/texmf/tex" is not used, so no need to install >> empty directories. > > When I disabled autoloading of parts of interpreter I did only > minimal change, so to anybody who wan

Re: [fricas-devel] [PATCH] don't install empty directories

2017-02-21 Thread Waldek Hebisch
oldk1331 wrote: > > "autoload" is gone in the last release, and > "share/texmf/tex" is not used, so no need to install > empty directories. When I disabled autoloading of parts of interpreter I did only minimal change, so to anybody who wants it can restore it easily. If we decide that we never

[fricas-devel] [PATCH] don't install empty directories

2017-02-17 Thread oldk1331
"autoload" is gone in the last release, and "share/texmf/tex" is not used, so no need to install empty directories. --- a/Makefile.in +++ b/Makefile.in @@ -67,9 +67,7 @@ ${MKDIR_P} $(fricas_target_libdir) ${MKDIR_P} $(fricas_target_datadir)/spadhelp ${MKDIR_P} $(fricas_targ