From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 91AED13933E for ; Thu, 15 Jul 2021 20:08:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4C0A5E0BA0; Thu, 15 Jul 2021 20:08:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 32358E0BA0 for ; Thu, 15 Jul 2021 20:08:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 86678342B62 for ; Thu, 15 Jul 2021 20:08:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 364E37D5 for ; Thu, 15 Jul 2021 20:08:06 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1626379648.0e1f164294ce12b181f6b2581c861e36092f0769.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/alglib/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/alglib/files/alglib-3.10.0-disable-minlm-test.patch X-VCS-Directories: sci-libs/alglib/files/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 0e1f164294ce12b181f6b2581c861e36092f0769 X-VCS-Branch: master Date: Thu, 15 Jul 2021 20:08:06 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: facf8fea-c612-412d-8b12-307c89a1d7fc X-Archives-Hash: ad9cf78455f7ffd860d5fee5ba7e06a6 commit: 0e1f164294ce12b181f6b2581c861e36092f0769 Author: Conrad Kostecki gentoo org> AuthorDate: Thu Jul 15 20:06:59 2021 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Thu Jul 15 20:07:28 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e1f1642 sci-libs/alglib: remove unused patch Closes: https://github.com/gentoo/gentoo/pull/21660 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Conrad Kostecki gentoo.org> .../alglib/files/alglib-3.10.0-disable-minlm-test.patch | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/sci-libs/alglib/files/alglib-3.10.0-disable-minlm-test.patch b/sci-libs/alglib/files/alglib-3.10.0-disable-minlm-test.patch deleted file mode 100644 index fc2dfae6c01..00000000000 --- a/sci-libs/alglib/files/alglib-3.10.0-disable-minlm-test.patch +++ /dev/null @@ -1,16 +0,0 @@ -Description: disable minlm test, because it fails sometimes on some platforms. -Author: Anton Gladky -Last-Update: 2015-05-29 - -Index: cpp/tests/test_c.cpp -=================================================================== ---- cpp.orig/tests/test_c.cpp -+++ cpp/tests/test_c.cpp -@@ -93354,7 +93354,6 @@ _s_testrecord unittests[] = - {"spline1d",testspline1d,_pexec_testspline1d}, - {"normestimator",testnormestimator,_pexec_testnormestimator}, - {"minqp",testminqp,_pexec_testminqp}, -- {"minlm",testminlm,_pexec_testminlm}, - {"lsfit",testlsfit,_pexec_testlsfit}, - {"parametric",testparametric,_pexec_testparametric}, - {"linlsqr",testlinlsqr,_pexec_testlinlsqr},