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

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