Hi,
will the change "CMake to do out-of-source builds" [1] also bee implemented
under EPEL 7?
So, that %cmake3 and %cmake3_build will work as expected and use
%{_vpath_builddir}.
Best regards
Wolfgang
[1] https://fedoraproject.org/wiki/Changes/CMake_to_do_out-of-source_builds
_
Dear Antonio,
thanks for the quick reply. This helped a lot.
I had to add `%undefine __cmake3_in_source_build` to the spec file, in addition
to the `%undefine __cmake_in_source_build`
Best regards
Wolfgang
___
devel mailing list -- devel@lists.fedorapr
Thanks Jerry for providing all the details about the z3 soname bump.
FYI: cppcheck has been rebuilt now [1]
Wolfgang
[1] https://koji.fedoraproject.org/koji/taskinfo?taskID=48648878
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe
Hi Kevin,
thanks for the HOWTO.
Some comments from trying it:
>
> git push
> (This pushes the new ‘main’ branch to pagure.io)
This should be:
git push --set-upstream origin main
> git push origin :master
> (This deletes the old ‘master’ branch)
git push origin :master
remote: Branch deletion i
> Which project/host are you trying to push to?
> This is allowed on pagure.io but if you're trying on src.fp.o it will be
> blocked
> (and this is expected). We will be doing src.fp.o directly server side, we'll
> simply be renaming the master ref to rawhide (to by-pass the git hook which
> does