Skip to content

Update gcc #503

Closed
wants to merge 6 commits into from
Closed

Update gcc #503

wants to merge 6 commits into from

Commits on Oct 5, 2017

  1. Configuration menu
    Copy the full SHA
    1240a7a View commit details
    Browse the repository at this point in the history
  2. gcc: Remove some whitespace

    donald committed Oct 5, 2017
    Configuration menu
    Copy the full SHA
    a06b1a1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bfd15b9 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2017

  1. gcc: Update version from 5.3 to 5.4 (latest)

    List of problems fixed in this release:
    
    <https://gcc.gnu.org/bugzilla/buglist.cgi?bug_status=RESOLVED&resolution=FIXED&target_milestone=5.4>
    
    We had some problems compiling the 5.4.0 release [1] with
    glibc 2.23, so use latest revision on the 5.4 branch, where
    all these problemes were already fixed.
    
    [1] #502
    donald committed Oct 6, 2017
    Configuration menu
    Copy the full SHA
    954d2f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce320d0 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2017

  1. gcc_5.3.0_compat: Add version 1

    Several packages depend on libgfortran.so.3 provided by
    gcc-5.3.
    
    Examples of packages:
    
        - julia-0.6.0-0.x86_64
        - arpack-3.1.5-0.x86_64
        - lapack-3.5.0-1.x86_64
        - openblas-0.2.19-0.x86_64
        - numpy_python2.6-1.7.0b2-0.x86_64
        - numpy-1.10.4-0.x86_64
        - scipy_python3.3-0.11.0-0.x86_64
    
    Provide libgfortran.so.3 from gcc-5.3.0-0.
    donald committed Oct 9, 2017
    Configuration menu
    Copy the full SHA
    74dfec1 View commit details
    Browse the repository at this point in the history