File: meson.build

package info (click to toggle)
nipy 0.6.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,388 kB
  • sloc: python: 39,094; ansic: 30,931; makefile: 212; sh: 93
file content (9 lines) | stat: -rw-r--r-- 131 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
lapack_lite = static_library(
  'lapack_lite',
  [
    'blas_lite.c',
    'dlamch.c',
    'dlapack_lite.c',
    'f2c_lite.c'
  ]
)