On 02/03/2017 09:45 AM, David Howells wrote:
> Hi,
>
> gcc and cross-gcc currently dynamically load the isl-0.14 shared library -
> which means that rpm-build doesn't automagically detect a:
>
> libisl.so.13()(64bit)
>
> but, rather, the gcc binary rpm must include a:
>
> Requires: isl = %{isl_version}
>
> clause.
>
> Is it possible to instead do something like:
>
> Requires: libisl.so.13()(64bit)
>
> (though this doesn't work because it complains about an illegal char) so that
> it is pegged to the major version of the library rather than the specific isl
> version?
>
> Thanks,
> David
What's wrong with doing:
Requires: isl%{?_isa} >= %{isl_version}
Other than you'll have to be aware and deal with any eventual soname bump, of
course.
signature.asc
Description: OpenPGP digital signature
_______________________________________________ devel mailing list -- [email protected] To unsubscribe send an email to [email protected]
