Re: Modify %cmake_install behavior?

2021-02-04 Thread Richard Shaw
On Thu, Feb 4, 2021 at 9:58 AM Neal Gompa  wrote:

> On Thu, Feb 4, 2021 at 9:48 AM Richard Shaw  wrote:
> >
> > Currently if in source builds are set to true, %cmake_install appends a
> "." current directory.
> >
> > I'm working on building Avidemux on RPM Fusion and it requires multiple
> cmake builds and fakeroot installs which means I have to allow "in source
> builds" to stop the new behavior even though I'm manually performing
> multiple out-of-source builds.
> >
> > During %install I would much prefer to do something likes:
> > %cmake_install 
> > %cmake_install 
> > %cmake_install ...
> >
> > But that's currently not possible because it assumes "." is appropriate.
> I'd really rather not have to pushd into each directory as that's just ugly
> :)
> >
> > Is there a way to modify the behavior of the macro to not append "."?
> >
>
> You could possibly change %_vpath_builddir for each of them. You can
> do that for each %cmake, %cmake_build, and %cmake_install invocation
> without turning off out of source builds.
>

For now I reverted back to %make_install using -C  with the caveat
that if %cmake_... changes to Ninja it will break.

I don't suppose the macro could be made to have optional arguments?

Pseudo-code:
if $arg; use as ; otherwise use "."

Thanks,
Richard
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org


Re: Modify %cmake_install behavior?

2021-02-04 Thread Neal Gompa
On Thu, Feb 4, 2021 at 9:48 AM Richard Shaw  wrote:
>
> Currently if in source builds are set to true, %cmake_install appends a "." 
> current directory.
>
> I'm working on building Avidemux on RPM Fusion and it requires multiple cmake 
> builds and fakeroot installs which means I have to allow "in source builds" 
> to stop the new behavior even though I'm manually performing multiple 
> out-of-source builds.
>
> During %install I would much prefer to do something likes:
> %cmake_install 
> %cmake_install 
> %cmake_install ...
>
> But that's currently not possible because it assumes "." is appropriate. I'd 
> really rather not have to pushd into each directory as that's just ugly :)
>
> Is there a way to modify the behavior of the macro to not append "."?
>

You could possibly change %_vpath_builddir for each of them. You can
do that for each %cmake, %cmake_build, and %cmake_install invocation
without turning off out of source builds.


-- 
真実はいつも一つ!/ Always, there's only one truth!
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org


Modify %cmake_install behavior?

2021-02-04 Thread Richard Shaw
Currently if in source builds are set to true, %cmake_install appends a "."
current directory.

I'm working on building Avidemux on RPM Fusion and it requires multiple
cmake builds and fakeroot installs which means I have to allow "in source
builds" to stop the new behavior even though I'm manually performing
multiple out-of-source builds.

During %install I would much prefer to do something likes:
%cmake_install 
%cmake_install 
%cmake_install ...

But that's currently not possible because it assumes "." is appropriate.
I'd really rather not have to pushd into each directory as that's just ugly
:)

Is there a way to modify the behavior of the macro to not append "."?

Thanks,
Richard
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org