make smoke_some_mathgsl call smolder_mathgsl with the current perl
[Math-GSL.git] / swig / CBLAS.i
blob560d4fa89e1335c2b122c9b3b6e977ed01b2f159
1 %module "Math::GSL::CBLAS"
2 %include "typemaps.i"
3 %include "gsl_typemaps.i"
5 %{
6 #include "gsl/gsl_cblas.h"
7 %}
9 %ignore cblas_xerbla;
11 %include "gsl/gsl_cblas.h"
12 %include "../pod/CBLAS.pod"