Commit Graph

11 Commits

Author SHA1 Message Date
Frédéric Bérat
4f8b8aeda6 Rebuild for rhel 9.7 2025-04-02 10:16:09 +02:00
Frédéric Bérat
47a2af0aeb Backport: Fix test suite under Perl 5.26
Make the test suite work properly now that "." is no longer in @INC

Resolves: RHEL-47138
2024-12-04 07:55:20 +01:00
Frédéric Bérat
0a947575b5 Backport: Port AC_F77_LIBRARY_LDFLAGS to oneAPI HPC Toolkit
When compiling with ifx, a ./configure script generated by GNU Autconf
reports an error message similar to:

    checking for Fortran 77 libraries of ifx...  -loopopt=0 \
        -L/lib/../lib64 -L/lib/../lib64/ -L/usr/lib/../lib64 \
        -L/usr/lib/../lib64/ -L/lib64 -L/lib/ -L/usr/lib64 -L/usr/lib \
        -lifport -lifcoremt -limf -lsvml -lm -lipgo -lirc -lpthread \
        -lirc_s  -ldl
    configure: WARNING: FLIBS does not work
    checking for ifx flag to add single underscore to external names... none
    checking for dummy main to link with Fortran 77 libraries... unknown
    configure: error: in '/path/to/build/dir':
    configure: error: linking to Fortran libraries from C fails
    See `config.log' for more details
    make: *** [build/config.status] Error 1

Examining the config.log file shows that the error causing ./configure to exit was:

    ld: cannot find -loopopt=0

The patch drops the first 2 parameters passed to clang, i.e.:
`-mllvm -loopopt=0` parameters are dropped when checking for the libraries.

Resolves: RHEL-40739
2024-06-12 16:06:34 +02:00
Mohan Boddu
2093bddb4a Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688
Signed-off-by: Mohan Boddu <mboddu@redhat.com>
2021-08-09 19:26:33 +00:00
Honza Horak
4e8bae707d Add gating that references actually run tests 2021-07-08 16:59:27 +02:00
Mohan Boddu
8cbaf40dab - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
Signed-off-by: Mohan Boddu <mboddu@redhat.com>
2021-04-15 22:40:31 +00:00
DistroBaker
f6da3f645d Merged update from upstream sources
This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/autoconf.git#224de4a31169847e05c746bfd5b555d98701f393
2021-02-03 11:15:45 +01:00
DistroBaker
855d208e47 Merged update from upstream sources
This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/autoconf.git#0b4c9bb0ee4d59803d1fc6715a4cb6e2b8d5096d
2021-01-15 12:57:54 +00:00
DistroBaker
b4bf960d77 Merged update from upstream sources
This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/autoconf.git#f0763ed9809ca223280c8387980ab48249d5f3da
2021-01-15 12:40:02 +00:00
Petr Šabata
77b8e10fb8 RHEL 9.0.0 Alpha bootstrap
The content of this branch was automatically imported from Fedora ELN
with the following as its source:
https://src.fedoraproject.org/rpms/autoconf#07055a5d6c4b82218698b9aa116e654f8741ae53
2020-10-14 22:06:05 +02:00
Release Configuration Management
223d0e84d9 New branch setup 2020-10-08 10:58:23 +00:00