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 41BC3138330 for ; Sat, 3 Sep 2016 19:21:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4DBFBE0B6C; Sat, 3 Sep 2016 19:21:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EC5A4E0B6C for ; Sat, 3 Sep 2016 19:21:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CE3AE3409A4 for ; Sat, 3 Sep 2016 19:21:56 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E6C1C7D3 for ; Sat, 3 Sep 2016 19:21:54 +0000 (UTC) From: "Christoph Junghans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Christoph Junghans" Message-ID: <1472930505.40003409ab4ef64801ed5422f8f3c23fb0029ffd.ottxor@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/gromacs/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-chemistry/gromacs/gromacs-2016.9999.ebuild sci-chemistry/gromacs/gromacs-2016.ebuild X-VCS-Directories: sci-chemistry/gromacs/ X-VCS-Committer: ottxor X-VCS-Committer-Name: Christoph Junghans X-VCS-Revision: 40003409ab4ef64801ed5422f8f3c23fb0029ffd X-VCS-Branch: master Date: Sat, 3 Sep 2016 19:21:54 +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-Archives-Salt: 538996bc-d388-44f3-932a-163a6c997687 X-Archives-Hash: ae3141aff67e0c1d43f1ee952b0e0f04 commit: 40003409ab4ef64801ed5422f8f3c23fb0029ffd Author: Christoph Junghans gentoo org> AuthorDate: Sat Sep 3 19:21:22 2016 +0000 Commit: Christoph Junghans gentoo org> CommitDate: Sat Sep 3 19:21:45 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40003409 sci-chemistry/gromacs: fix build with mkl (bug #592786) Package-Manager: portage-2.2.28 sci-chemistry/gromacs/gromacs-2016.9999.ebuild | 8 +++++++- sci-chemistry/gromacs/gromacs-2016.ebuild | 8 +++++++- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/sci-chemistry/gromacs/gromacs-2016.9999.ebuild b/sci-chemistry/gromacs/gromacs-2016.9999.ebuild index c4a1a0a..e5f17d7 100644 --- a/sci-chemistry/gromacs/gromacs-2016.9999.ebuild +++ b/sci-chemistry/gromacs/gromacs-2016.9999.ebuild @@ -137,12 +137,18 @@ src_configure() { -DMKL_INCLUDE_DIR="${MKLROOT}/include" -DMKL_LIBRARIES="$(echo /opt/intel/mkl/10.0.5.025/lib/*/libmkl.so);$(echo /opt/intel/mkl/10.0.5.025/lib/*/libiomp*.so)" ) - elif use mkl; then + elif use mkl && has_version "