From cedf55da86f98ea9650b892aaa0a3f26a5c04207 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Thu, 3 Jul 2014 14:21:22 +0200 Subject: [PATCH] remove comments mentioning Taucs --- Maintenance/test_handling/to_zipped_format | 9 --------- 1 file changed, 9 deletions(-) diff --git a/Maintenance/test_handling/to_zipped_format b/Maintenance/test_handling/to_zipped_format index 5fc0805a552..76103d53b96 100755 --- a/Maintenance/test_handling/to_zipped_format +++ b/Maintenance/test_handling/to_zipped_format @@ -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"; }