From: Uwe Köcher Date: Mon, 2 Jun 2014 11:49:24 +0000 (+0200) Subject: updated gcc to version 4.9.0, tested FEniCS 1.3.0(unstable) with gcc-4.9.0/openmpi... X-Git-Tag: 0.3~21 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a735a8d10f54346b6174a94355aecb47e5e6539;p=candi.git updated gcc to version 4.9.0, tested FEniCS 1.3.0(unstable) with gcc-4.9.0/openmpi-1.6.5 on fedora20 successfully --- diff --git a/gcc/platforms/supported/fedora20.platform b/gcc/platforms/supported/fedora20.platform new file mode 100644 index 0000000..ed2eb24 --- /dev/null +++ b/gcc/platforms/supported/fedora20.platform @@ -0,0 +1,18 @@ +# fedora 20 + +# This build script assumes that you have several packages already +# installed via Fedora's yum using the following command: +# +# su -c 'yum install -y \ +# @development-tools gcc-c++ \ +# glibc glibc-devel glibc.i686 glibc-devel.i686 \ +# libmpc libmpc-devel mpfr mpfr-devel gmp gmp-devel \ +# gzip bzip2 ' +# +## + +# Define the packages this platform needs +PACKAGES=( +once:gcc +) +