The most naive grep identifies at least 23 packages:

~~~

$ grep -R -e '^%cmake$' | wc -l
23

~~~


Vít


Dne 04. 02. 19 v 12:49 Vít Ondruch napsal(a):
> Hi,
>
> It seems that since CMake 3.13, it is required to invoke the cmake
> command explicitly with path to source, which was not required
> previously. IOW in F29 was enough to call:
>
>
> ~~~
>
> $ cmake
>
> ~~~
>
>
> while F30+ requires:
>
>
> ~~~
>
> $ cmake .
>
> ~~~
>
>
> Unfortunately, neither upstream nor Fedora packagers perceives this
> issue worth noting [1], although just during Ruby mass rebuild, I met
> already quite some failing packages due to this issue.
>
>
> Vít
>
>
> [1] https://bugzilla.redhat.com/show_bug.cgi?id=1667306#c4
>
> _______________________________________________
> devel mailing list -- devel@lists.fedoraproject.org
> To unsubscribe send an email to devel-le...@lists.fedoraproject.org
> Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
> List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> List Archives: 
> https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org

Reply via email to