#!/bin/sh
#
# Link script for default-slot lapack

echo -L${MADSDK_ROOT}/math-slots/default/lib -llapack `xblas_link` `blas_link`
