search for: __datadir

Displaying 3 results from an estimated 3 matches for "__datadir".

Did you mean: _datadir
2020 May 14
2
R 4.0.0
...and will prevent breakages and complaints. Something that I have been wondering for some time, previous to this thread, is why is not this the default also for system installation and not just for users installs. With this I mean to have the system directories to be respectively: %{__libdir}|%{__datadir}/R<major>.<minor> Is this due to inertia or are there other reasons. That would naturally solve the need to rebuild for each minor release. The major point here is that would apply not only to our packages but also for others installed using R itself. Best regards, -- Jos? Ab?lio
2020 May 14
0
R 4.0.0
...laints. > > Something that I have been wondering for some time, previous to this thread, > is why is not this the default also for system installation and not just for > users installs. > > With this I mean to have the system directories to be respectively: > > %{__libdir}|%{__datadir}/R<major>.<minor> > > Is this due to inertia or are there other reasons. That would naturally solve > the need to rebuild for each minor release. The major point here is that would > apply not only to our packages but also for others installed using R itself. Mmmh... but th...
2020 May 11
3
R 4.0.0
Hmmm. That seems like a rather heavy dependency, given that I think we've only been forced to do rebuilds for everything as a result of 4.0.0 and 3.4.0. Does anyone know if upstream has any sort of commitment to ABI here that we could depend on (e.g. only breaking on major versions, never minor) ? Tom On Sat, May 9, 2020 at 5:32 AM I?aki Ucar <iucar at fedoraproject.org> wrote: >