<DeliteExternalLib>
<compiler> gcc </compiler> <!-- path to C compiler (gcc, icc, etc.) -->
<headers>
<prefix> -I </prefix>
<!-- insert path to JNI include directory -->
<path> ${JAVA_HOME}/include </path>
<path> ${JAVA_HOME}/include/darwin </path>
<!-- insert path to BLAS include directory -->
<path> /usr/local/Cellar/liblas/1.7.0/include/liblas/capi </path>
<!-- insert name of header file that includes CBLAS functions -->
<include> cblas.h </include>
</headers>
<libs>
<prefix> -L </prefix>
<!-- insert path to BLAS libraries -->
<path> /usr/local/Cellar/liblas/1.7.0/lib </path>
<!-- insert BLAS libraries -->
<library> -lcblas </library>
</libs>
</DeliteExternalLib>