Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content
Snippets Groups Projects
Commit 001289fc authored by germann_e's avatar germann_e
Browse files

Merge branch '804-compilation-fails-opal-master-gcc-11-3-0-amrex-18-07' into 'master'

Resolve "Compilation fails opal@master%gcc@11.3.0 ^amrex@18.07"

Closes #804

See merge request !661
parents 50757071 33501cc6
No related branches found
No related tags found
1 merge request!661Resolve "Compilation fails opal@master%gcc@11.3.0 ^amrex@18.07"
...@@ -12,10 +12,10 @@ endif () ...@@ -12,10 +12,10 @@ endif ()
if (ENABLE_AMR) if (ENABLE_AMR)
set(AMR_LIBS set(AMR_LIBS
${MPI_Fortran_LIBRARIES}
${Fortran_LIBS}
${AMREX_EXTRA_Fortran_LINK_LINE} ${AMREX_EXTRA_Fortran_LINK_LINE}
${AMREX_LIBRARIES} ${AMREX_LIBRARIES}
${MPI_Fortran_LIBRARIES}
${Fortran_LIBS}
) )
else () else ()
set(AMR_LIBS "") set(AMR_LIBS "")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment