From patchwork Sun Oct 19 18:04:39 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Samuel Martin X-Patchwork-Id: 400806 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id 64468140095 for ; Mon, 20 Oct 2014 05:05:18 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 6F18D953D6; Sun, 19 Oct 2014 18:05:16 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 5vNsWSCmHt5a; Sun, 19 Oct 2014 18:05:14 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id A605895117; Sun, 19 Oct 2014 18:05:13 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id 6A0001C1E6B for ; Sun, 19 Oct 2014 18:05:06 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 22D78A1968 for ; Sun, 19 Oct 2014 18:05:06 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id hpBC2yekviM0 for ; Sun, 19 Oct 2014 18:05:04 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wi0-f176.google.com (mail-wi0-f176.google.com [209.85.212.176]) by fraxinus.osuosl.org (Postfix) with ESMTPS id 88FCBA17C2 for ; Sun, 19 Oct 2014 18:05:04 +0000 (UTC) Received: by mail-wi0-f176.google.com with SMTP id hi2so5408687wib.15 for ; Sun, 19 Oct 2014 11:05:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=I5PHaoVpujnJvRu88r5L9jJsjj+luXDom7647rXnzd4=; b=E7RLlufIxas3siFwVwchWgKHB2i5cKMEpPBfXgW6u+yTNxz6uswiJMAnBp6ahb8iHE ms8FewZE8cGT6MgZOCOsc+DiUIYcMWpXNWZTViKEwo/vDMzWt79KS4Xi3dO5XPv+CNtx zg2F0FMQE2j14WVeLAbFBN01zV9yXfar8dQlITVVPnOUmMsNVPgjuiq05lX1hmkBqQsd S8cHGxVtGN3mbuK04E8qXAFnemokdCYBKyCWmQ1urZT6shUkGSOW//trjbX9VRvxuf2M QdDLogoa5nsXD/KNL7wMrnpPcs8hC9my5BOuR1cCCxK7XtuZ7y0MGqs9w5jwVBaTgiWt l5Gg== X-Received: by 10.194.76.135 with SMTP id k7mr15218173wjw.94.1413741903001; Sun, 19 Oct 2014 11:05:03 -0700 (PDT) Received: from bobook.localdomain (ivr94-4-82-229-165-48.fbx.proxad.net. [82.229.165.48]) by mx.google.com with ESMTPSA id y5sm6926927wij.0.2014.10.19.11.05.01 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sun, 19 Oct 2014 11:05:02 -0700 (PDT) From: Samuel Martin To: buildroot@buildroot.net Date: Sun, 19 Oct 2014 20:04:39 +0200 Message-Id: <1413741891-30113-4-git-send-email-s.martin49@gmail.com> X-Mailer: git-send-email 2.1.2 In-Reply-To: <1413741891-30113-1-git-send-email-s.martin49@gmail.com> References: <1413741891-30113-1-git-send-email-s.martin49@gmail.com> Subject: [Buildroot] [PATCH 03/15] package/clapack: cleanup configure options X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Remove the BUILD_TESTING configure option (note the typo in its existing name), which is already set to the same value by the cmake infrastructure. Signed-off-by: Samuel Martin --- package/clapack/clapack.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/package/clapack/clapack.mk b/package/clapack/clapack.mk index 99de35d..c3841f2 100644 --- a/package/clapack/clapack.mk +++ b/package/clapack/clapack.mk @@ -14,7 +14,6 @@ CLAPACK_LICENSE = HPND (libf2c), BSD-3c (libblas and liblapack) CLAPACK_LICENSE_FILES = F2CLIBS/libf2c/Notice COPYING CLAPACK_SITE = http://www.netlib.org/clapack CLAPACK_INSTALL_STAGING = YES -CLAPACK_CONF_OPTS = -DBUILDTESTING=OFF ifneq ($(BR2_PACKAGE_CLAPACK_ARITH_H),) CLAPACK_CONF_OPTS += -DARITH_H=$(BR2_PACKAGE_CLAPACK_ARITH_H)