File: lapack-dev.postinst

package info (click to toggle)
lapack 3.0.20000531a-28
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 61,920 kB
  • ctags: 46,200
  • sloc: fortran: 584,835; perl: 8,226; makefile: 2,331; awk: 71; sh: 45
file content (15 lines) | stat: -rw-r--r-- 315 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#! /bin/sh

set -e

update-alternatives --install /usr/lib/liblapack-2.so liblapack-2.so /usr/lib/liblapack.so 20 \
     --slave /usr/lib/liblapack-2.a liblapack-2.a /usr/lib/liblapack.a

# dh_installdeb will replace this with shell code automatically
# generated by other debhelper scripts.

#DEBHELPER#

exit 0