From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 76D53A0C4E; Mon, 8 Nov 2021 20:52:36 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 0A94340151; Mon, 8 Nov 2021 20:52:36 +0100 (CET) Received: from us-smtp-delivery-124.mimecast.com (usb-smtp-delivery-124.mimecast.com [170.10.153.124]) by mails.dpdk.org (Postfix) with ESMTP id 1B46140040 for ; Mon, 8 Nov 2021 20:52:34 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1636401153; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=Tgc8UBa4H9ydvDs2xqid6/FcoJDLIPIZJQQWW1zAI6Q=; b=jUZ6Tfm9ssrNhR9M8JIUhAJccJhOkct5lzwJX1kFOzRem5IZ53iBZ0a/3EkvUFlydnZjE4 nB3xxbFuhp4JsOIntm4Wjjx34hK+xR9K5XKlS2pYTwzc0OLXOTLxw/UEaMvsN6ZCLOz2ZO wCw37GmDVg2t+Mp7J1DuUukXDqBcNoo= Received: from mail-lj1-f199.google.com (mail-lj1-f199.google.com [209.85.208.199]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-4-u2ERsqaNOyC2XP7K5fatEg-1; Mon, 08 Nov 2021 14:52:32 -0500 X-MC-Unique: u2ERsqaNOyC2XP7K5fatEg-1 Received: by mail-lj1-f199.google.com with SMTP id f9-20020a05651c160900b00217e6a3ec32so5605529ljq.1 for ; Mon, 08 Nov 2021 11:52:31 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=Tgc8UBa4H9ydvDs2xqid6/FcoJDLIPIZJQQWW1zAI6Q=; b=If+jmjLDy9S6YMNnQl2pVcbZwHx4wsSi4cMsyMTyYvVQtmrpLXOKx0aDNvUoHW8WbP Q6x1xgnejbLQR6Ew7LiC3Xun5QEpG3xDxroIlCMHa3lrL4DNnyuU50SQBOpXn8iHqZhs RcUQ3tOs6Q1EQf/U2wSbuuR31fdayvlT715mX5CVY8C9xHCXlR6NOi79A6H+2r5wsmz3 sAtA2nCfF3t9flXW+RtHsa81KJ4oYYa+WFBsDHVqzHK+NDABUACKDGzc2YuqibQ1bj16 drysK+0cKl0OqhNfNgkWCYBHA1gUl1TRv1LC+rV6MxW9+5K4gsd8VK5JnZkODb+1SGDt Liqw== X-Gm-Message-State: AOAM531sKWpA1cZQLsDi5wEfnrWeWf0wImy3YbvzKOfSPe0W1gOTDqOp /29R7x9Mlk/JWvHPmCP0p50e3XbRAJGXJaj/3SFnljdkP7p6I6xcKhqtMhZrrex0Xlx1k5sJy1o fbkzlUeH+DjdjnN+/sbY= X-Received: by 2002:a2e:7f1b:: with SMTP id a27mr1521884ljd.55.1636401150589; Mon, 08 Nov 2021 11:52:30 -0800 (PST) X-Google-Smtp-Source: ABdhPJxWBk44XhhYbqx4cDp33lPK7Uu9+020Kpf1hLi2XcTLEKbZmB944CyHiXVL2F5TxBW1ZDCJKBeOKlw2pClquEA= X-Received: by 2002:a2e:7f1b:: with SMTP id a27mr1521854ljd.55.1636401150339; Mon, 08 Nov 2021 11:52:30 -0800 (PST) MIME-Version: 1.0 References: <20211005224905.13505-1-eagostini@nvidia.com> <20211109022806.9224-1-eagostini@nvidia.com> <20211109022806.9224-2-eagostini@nvidia.com> In-Reply-To: <20211109022806.9224-2-eagostini@nvidia.com> From: David Marchand Date: Mon, 8 Nov 2021 20:52:19 +0100 Message-ID: To: Elena Agostini Cc: dev , Thomas Monjalon Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=dmarchan@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH v3 1/1] gpu/cuda: introduce CUDA driver X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Mon, Nov 8, 2021 at 7:17 PM wrote: > diff --git a/drivers/gpu/cuda/meson.build b/drivers/gpu/cuda/meson.build > new file mode 100644 > index 0000000000..92b30c35b4 > --- /dev/null > +++ b/drivers/gpu/cuda/meson.build > @@ -0,0 +1,13 @@ > +# SPDX-License-Identifier: BSD-3-Clause > +# Copyright (c) 2021 NVIDIA Corporation & Affiliates > + > +if not is_linux > + build = false > + reason = 'only supported on Linux' > +endif > + > +cuda_dep = dependency('cuda', version : '>=11', modules: ['cuda']) Compiler for C supports arguments -D_DEFAULT_SOURCE: YES Compiler for C supports arguments -D_XOPEN_SOURCE=600: YES Compiler for C supports arguments -flax-vector-conversions: YES Compiler for C supports arguments -Wno-strict-aliasing -Wstrict-aliasing: YES Compiler for C supports arguments -Wno-format-nonliteral -Wformat-nonliteral: YES Library libturbo found: NO Library libldpc_decoder_5gnr found: NO Dependency cuda found: NO (tried pkgconfig and cmake) drivers/gpu/cuda/meson.build:9:0: ERROR: Dependency "cuda" not found, tried pkgconfig and cmake -- David Marchand