Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 819060 - [guru] sci-physics/SU2-7.2.0 fails to compile
Summary: [guru] sci-physics/SU2-7.2.0 fails to compile
Status: RESOLVED FIXED
Alias: None
Product: GURU
Classification: Unclassified
Component: Package issues (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Sergey Torokhov
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-10-20 21:23 UTC by Agostino Sarubbo
Modified: 2021-10-25 11:56 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,41.66 KB, text/plain)
2021-10-20 21:23 UTC, Agostino Sarubbo
Details
1-meson-log.txt (1-meson-log.txt,4.69 KB, text/plain)
2021-10-20 21:23 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2021-10-20 21:23:45 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: sci-physics/SU2-7.2.0 fails to compile.
Discovered on: amd64 (internal ref: guru_ci)

NOTE:
This machine uses GCC-11: https://gcc.gnu.org/gcc-11/porting_to.html
Comment 1 Agostino Sarubbo gentoo-dev 2021-10-20 21:23:47 UTC
Created attachment 745941 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2021-10-20 21:23:48 UTC
Created attachment 745944 [details]
1-meson-log.txt

1-meson-log.txt
Comment 3 Larry the Git Cow gentoo-dev 2021-10-25 11:56:25 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=584e239fa636150d6680c82fb0a21c7a764ba650

commit 584e239fa636150d6680c82fb0a21c7a764ba650
Author:     Sergey Torokhov <torokhov-s-a@yandex.ru>
AuthorDate: 2021-10-24 20:56:36 +0000
Commit:     Sergey Torokhov <torokhov-s-a@yandex.ru>
CommitDate: 2021-10-24 21:05:57 +0000

    sci-physics/SU2: restrict with MPI 3.1 impl. Add custom-mpi option
    
    Meson.build script isn't properly detect mpich as MPI impl.,
    therefore meson option 'custom-mpi' is used now with export
    of CC=mpicc and CXX=mpicxx as compilers.
    
    Mpi implementations is restricted with MPI 3.1 within ebuild.
    
    FEATURES="-network-sandbox" could be required to run tests
    for some mpi implementations/versions.
    
    Closes: https://bugs.gentoo.org/819060
    
    Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru>

 sci-physics/SU2/SU2-7.2.0.ebuild | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)