diff --git a/Programming/gcc/files/variants.rhel6 b/Programming/gcc/files/variants.rhel6 index d5f0857..5938bec 100644 --- a/Programming/gcc/files/variants.rhel6 +++ b/Programming/gcc/files/variants.rhel6 @@ -38,3 +38,5 @@ gcc/9.3.0 stable b:gmp/6.2.0 b:mpfr/4.0.2-1 b:mpc/1.1.0-4 gcc/10.1.0 stable b:gmp/6.2.0 b:mpfr/4.0.2-1 b:mpc/1.1.0-4 gcc/10.2.0 stable b:gmp/6.2.0 b:mpfr/4.0.2-1 b:mpc/1.1.0-4 gcc/10.3.0 stable b:gmp/6.2.1 b:mpfr/4.1.0 b:mpc/1.2.1 + +gcc/11.2.0 stable b:gcc/10.3.0 b:gmp/6.2.1 b:mpfr/4.1.0 b:mpc/1.2.1 diff --git a/Programming/gcc/files/variants.yaml b/Programming/gcc/files/variants.yaml new file mode 100644 index 0000000..60b14e2 --- /dev/null +++ b/Programming/gcc/files/variants.yaml @@ -0,0 +1,39 @@ +overlay: base +relstage: stable +gcc/4.7.4: + - dependencies: b:gmp/5.1.1 b:mpfr/3.1.2 b:mpc/1.0.2 + +gcc/4.8.5: + - dependencies: b:gmp/6.0.0 b:mpfr/3.1.3 b:mpc/1.0.3 + +gcc/4.9.4: + - dependencies: b:gmp/6.1.1 b:mpfr/3.1.4 b:mpc/1.0.3 + +gcc/5.5.0: + - dependencies: b:gmp/6.1.2-1 b:mpfr/4.0.1 b:mpc/1.1.0-1 + +gcc/6.5.0: + - dependencies: b:gmp/6.1.2-1 b:mpfr/4.0.1-1 b:mpc/1.1.0-2 + +gcc/7.5.0: + - dependencies: b:gmp/6.2.0 b:mpfr/4.0.2-1 b:mpc/1.1.0-4 + +gcc/8.4.0: + - dependencies: b:gmp/6.2.0 b:mpfr/4.0.2-1 b:mpc/1.1.0-4 +gcc/8.5.0: + - dependencies: b:gcc/7.5.0 b:gmp/6.2.1 b:mpfr/4.1.0 b:mpc/1.2.1 + +gcc/9.3.0: + - dependencies: b:gmp/6.2.0 b:mpfr/4.0.2-1 b:mpc/1.1.0-4 +gcc/9.5.0: + - dependencies: b:gcc/8.5.0 b:gmp/6.2.1 b:mpfr/4.1.0 b:mpc/1.2.1 +gcc/10.3.0: + - dependencies: b:gmp/6.2.1 b:mpfr/4.1.0 b:mpc/1.2.1 + +gcc/11.2.0: + - dependencies: b:gcc/10.3.0 b:gmp/6.2.1 b:mpfr/4.1.0 b:mpc/1.2.1 +gcc/11.3.0: + - dependencies: b:gcc/10.3.0 b:gmp/6.2.1 b:mpfr/4.1.0 b:mpc/1.2.1 + +gcc/12.1.0: + - dependencies: b:gcc/11.3.0 b:gmp/6.2.1 b:mpfr/4.1.0 b:mpc/1.2.1