Skip to content
Snippets Groups Projects
Unverified Commit 63e32864 authored by Massimiliano Culpo's avatar Massimiliano Culpo
Browse files

gcc-runtime: simplify condition for providing libgfortran

parent 36c14561
No related branches found
No related tags found
No related merge requests found
......@@ -48,9 +48,9 @@ class GccRuntime(Package):
# libgfortran ABI
provides("fortran-rt", "libgfortran")
provides("libgfortran@3", when="%gcc@:6")
provides("libgfortran@4", when="%gcc@7")
provides("libgfortran@5", when="%gcc@8:")
provides("libgfortran@3", when="@:6")
provides("libgfortran@4", when="@7")
provides("libgfortran@5", when="@8:")
depends_on("libc", type="link", when="platform=linux")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment