Skip to content

Commit

Permalink
gcc_5.3.0_compat: Add version 1
Browse files Browse the repository at this point in the history
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
  • Loading branch information
donald committed Oct 9, 2017
1 parent ce320d0 commit 59084dd
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions gcc_5.3.0_compat.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
#! /usr/bin/env beesh

# BEE_VERSION gcc_5.3.0_compat-1.0-0

# provide libgfortran.so.3.0.0 from gcc-5.3.0-0.x86_64

SRCURL=()

mee_install() {
cd ${D}
tar xpf /src/mariux/beeroot/packages/gcc-5.3.0-0.x86_64.bee.tar.bz2 \
/usr/lib/libgfortran.so.3 \
/usr/lib/libgfortran.so.3.0.0
}





0 comments on commit 59084dd

Please sign in to comment.