Displaying 3 results from an estimated 3 matches for "mixl".
Did you mean:
mix
2025 May 17
2
Packages manually setting NeedsCompilation
...uilding the same thing for all architectures,
> when there should be just one, noarch, for all.
>
> I can list at least 3 examples of this:
>
> - BANOVA: requires compilation, there is a src directory, nothing
> happens there, no source files, just a Makefile sitting there.
> - mixl: same, and the Makefile is just used to print if OpenMP is supported (?).
> - mathjaxr: same, and the Makefile is used to install a javascript library (!).
>
>>> I wouldn't think that should happen as configure is supposed to only guide the compilation in src - if there is no src...
2025 May 15
1
Packages manually setting NeedsCompilation
...ginfo is
disabled), then we are building the same thing for all architectures,
when there should be just one, noarch, for all.
I can list at least 3 examples of this:
- BANOVA: requires compilation, there is a src directory, nothing
happens there, no source files, just a Makefile sitting there.
- mixl: same, and the Makefile is just used to print if OpenMP is supported (?).
- mathjaxr: same, and the Makefile is used to install a javascript library (!).
> > I wouldn't think that should happen as configure is supposed to only guide the compilation in src - if there is no src no binaries...
2025 May 17
2
Packages manually setting NeedsCompilation
...itectures,
> > when there should be just one, noarch, for all.
> >
> > I can list at least 3 examples of this:
> >
> > - BANOVA: requires compilation, there is a src directory, nothing
> > happens there, no source files, just a Makefile sitting there.
> > - mixl: same, and the Makefile is just used to print if OpenMP is
> supported (?).
> > - mathjaxr: same, and the Makefile is used to install a javascript
> library (!).
> >
> >>> I wouldn't think that should happen as configure is supposed to only
> guide the compilati...