9 lines
283 B
Plaintext
9 lines
283 B
Plaintext
# This line is mandatory to access the configuration functions
|
|
from Config import *
|
|
|
|
# both lapack and blas are devel packages (but have non -devel names
|
|
# for legacy reasons)
|
|
addFilter ("lapack.*devel-file-in-non-devel-package")
|
|
addFilter ("blas.*devel-file-in-non-devel-package")
|
|
|