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 49E551382C5 for ; Sun, 24 Jan 2021 21:06:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 72FDEE08BF; Sun, 24 Jan 2021 21:06:01 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 5BF07E08BF for ; Sun, 24 Jan 2021 21:06:01 +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 7F160340B0B for ; Sun, 24 Jan 2021 21:06:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3BFE04A4 for ; Sun, 24 Jan 2021 21:05:59 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1611521262.c8781a31365f88f0f06ee31d098790bb87e9fdbd.andrewammerlaan@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-mathematics/scilab/ X-VCS-Repository: proj/sci X-VCS-Files: sci-mathematics/scilab/scilab-5.5.2.ebuild X-VCS-Directories: sci-mathematics/scilab/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: c8781a31365f88f0f06ee31d098790bb87e9fdbd X-VCS-Branch: master Date: Sun, 24 Jan 2021 21:05:59 +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: bc2735f4-f676-4bb3-9b8e-9307a878fead X-Archives-Hash: 7c858575ef4a352b70486daaa1d8ef04 commit: c8781a31365f88f0f06ee31d098790bb87e9fdbd Author: Fabio Rossi inwind it> AuthorDate: Sun Jan 24 17:11:03 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Sun Jan 24 20:47:42 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=c8781a31 sci-mathematics/scilab: fix linking to deprecated lapack functions Fix lapack dependency to have support for legacy functions to avoid "undefined reference to [dz]geqpf_" linking errors Signed-off-by: Fabio Rossi inwind.it> Signed-off-by: Andrew Ammerlaan riseup.net> sci-mathematics/scilab/scilab-5.5.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-mathematics/scilab/scilab-5.5.2.ebuild b/sci-mathematics/scilab/scilab-5.5.2.ebuild index 684a3df8b..98e5a37e4 100644 --- a/sci-mathematics/scilab/scilab-5.5.2.ebuild +++ b/sci-mathematics/scilab/scilab-5.5.2.ebuild @@ -50,10 +50,10 @@ CDEPEND=" dev-libs/libxml2:2 sci-libs/hdf5[mpi=] >=sci-libs/arpack-3 + sci-libs/lapack[deprecated] sys-devel/gettext sys-libs/ncurses:0= sys-libs/readline:0= - virtual/lapack emf? ( dev-java/freehep-graphicsio:0 dev-java/freehep-graphicsio-emf:0