LAPACK  3.5.0
LAPACK: Linear Algebra PACKage
 All Classes Files Functions Variables Typedefs Macros
liblapack3.postinst
Go to the documentation of this file.
1 #! /bin/sh
2 
3 set -e
4 
5 update-alternatives --install /usr/lib/liblapack.so.3 liblapack.so.3 \
6  /usr/lib/lapack/liblapack.so.3 10 \
7  --slave /usr/lib/liblapack.so.3gf liblapack.so.3gf /usr/lib/lapack/liblapack.so.3
8 
9 # dh_installdeb will replace this with shell code automatically
10 # generated by other debhelper scripts.
11 
12 #DEBHELPER#
13 
14 exit 0
15 
16 
debian since it interferes with the way the OPTS variable must be set
Definition: changelog:368
VERSION VERSION update
Definition: README:1
lapack
Definition: changelog:208