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 B1284138334 for ; Tue, 16 Jul 2019 13:21:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C9882E076B; Tue, 16 Jul 2019 13:21:22 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 AD4F8E076B for ; Tue, 16 Jul 2019 13:21:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 6A117347D64 for ; Tue, 16 Jul 2019 13:21:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C546E5F1 for ; Tue, 16 Jul 2019 13:21:18 +0000 (UTC) From: "Matthias Maier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthias Maier" Message-ID: <1563283265.6e3b10ed4641c838aec202daf0a6fc83e198563a.tamiko@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/sundials/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/sundials/sundials-3.2.1.ebuild sci-libs/sundials/sundials-4.0.2.ebuild sci-libs/sundials/sundials-4.1.0.ebuild X-VCS-Directories: sci-libs/sundials/ X-VCS-Committer: tamiko X-VCS-Committer-Name: Matthias Maier X-VCS-Revision: 6e3b10ed4641c838aec202daf0a6fc83e198563a X-VCS-Branch: master Date: Tue, 16 Jul 2019 13:21:18 +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: e10313ee-9fc9-4850-b511-7fd24b1bfa8c X-Archives-Hash: c45f454973ca891b17402eaa1406b726 commit: 6e3b10ed4641c838aec202daf0a6fc83e198563a Author: band-a-prend yandex ru> AuthorDate: Tue Jul 16 12:57:33 2019 +0000 Commit: Matthias Maier gentoo org> CommitDate: Tue Jul 16 13:21:05 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e3b10ed sci-libs/sundials: fix makefile generator for EAPI7 Force to use emake as cmake makefile generator instead of default ninja for EAPI7 to fix Fortran configuration error. Closes: https://github.com/gentoo/gentoo/pull/12455 Signed-off-by: Matthias Maier gentoo.org> sci-libs/sundials/sundials-3.2.1.ebuild | 1 + sci-libs/sundials/sundials-4.0.2.ebuild | 1 + sci-libs/sundials/sundials-4.1.0.ebuild | 1 + 3 files changed, 3 insertions(+) diff --git a/sci-libs/sundials/sundials-3.2.1.ebuild b/sci-libs/sundials/sundials-3.2.1.ebuild index 5ac6dffc0d7..54f396b21f7 100644 --- a/sci-libs/sundials/sundials-3.2.1.ebuild +++ b/sci-libs/sundials/sundials-3.2.1.ebuild @@ -3,6 +3,7 @@ EAPI=7 +CMAKE_MAKEFILE_GENERATOR="emake" FORTRAN_NEEDED=fortran FORTRAN_STANDARD=90 diff --git a/sci-libs/sundials/sundials-4.0.2.ebuild b/sci-libs/sundials/sundials-4.0.2.ebuild index 5ac6dffc0d7..54f396b21f7 100644 --- a/sci-libs/sundials/sundials-4.0.2.ebuild +++ b/sci-libs/sundials/sundials-4.0.2.ebuild @@ -3,6 +3,7 @@ EAPI=7 +CMAKE_MAKEFILE_GENERATOR="emake" FORTRAN_NEEDED=fortran FORTRAN_STANDARD=90 diff --git a/sci-libs/sundials/sundials-4.1.0.ebuild b/sci-libs/sundials/sundials-4.1.0.ebuild index 5ac6dffc0d7..54f396b21f7 100644 --- a/sci-libs/sundials/sundials-4.1.0.ebuild +++ b/sci-libs/sundials/sundials-4.1.0.ebuild @@ -3,6 +3,7 @@ EAPI=7 +CMAKE_MAKEFILE_GENERATOR="emake" FORTRAN_NEEDED=fortran FORTRAN_STANDARD=90