File: lapack.config

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 (18 lines) | stat: -rw-r--r-- 341 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/bin/sh

#set -x

. /usr/share/debconf/confmodule

#db_fset shared/blas_lapack isdefault true

STAT=1

case $STAT in
	4|3) db_input high   lapack2/crit ;  db_input high   lapack2/ttr;;
	2)   db_input medium lapack2/sig ;   db_input medium lapack2/ttr;;
	1)   db_input low    lapack2/minor ; db_input low    lapack2/ttr;;
	*);;
esac

db_go