remove comments mentioning Taucs

This commit is contained in:
Sébastien Loriot 2014-07-03 14:21:22 +02:00
parent 43d000c256
commit cedf55da86
1 changed files with 0 additions and 9 deletions

View File

@ -84,18 +84,9 @@ sub reformat_results($)
if (/ZLIB_VERSION = '([^']+)'/) {
$ZLIB="$1";
}
# if (/BLAS_VERSION = '([^']+)'/) {
# $BLAS="+";
# }
# if (/LAPACK_VERSION = '([^']+)'/) {
# $LAPACK="+";
# }
if (/OPENGL_VERSION = '([^']+)'/) {
$OPENGL="$1";
}
# if (/TAUCS_VERSION = '([^']+)'/) {
# $TAUCS="$1";
# }
if (/GMP_VERSION = '([^']+)'/) {
$GMP="$1";
}