Cleaned up Build.PL to get rid of settings particular to my machine.
[Math-GSL.git] / CBLAS.i
blob7c713e52b968ccd99fa228d6173f65c344ca4dc4
1 %module CBLAS
2 %{
3 #include "gsl/gsl_cblas.h"
4 %}
6 %include "gsl/gsl_cblas.h"