From patchwork Sat Oct 1 22:24:12 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Leo Famulari X-Patchwork-Id: 16172 Received: (qmail 16725 invoked by uid 89); 1 Oct 2016 22:24:55 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Checked: by ClamAV 0.99.2 on sourceware.org X-Virus-Found: No X-Spam-SWARE-Status: No, score=-4.7 required=5.0 tests=AWL, BAYES_00, RP_MATCHES_RCVD, SPF_PASS autolearn=ham version=3.3.2 spammy=gilbert, Gilbert, 1.2.0, portability X-Spam-Status: No, score=-4.7 required=5.0 tests=AWL, BAYES_00, RP_MATCHES_RCVD, SPF_PASS autolearn=ham version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on sourceware.org X-Spam-Level: X-HELO: lists.gnu.org Received: from lists.gnu.org (HELO lists.gnu.org) (208.118.235.17) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 01 Oct 2016 22:24:40 +0000 Received: from localhost ([::1]:57330 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bqShx-0008Mn-HT for patchwork@sourceware.org; Sat, 01 Oct 2016 18:24:37 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48553) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bqShr-0008Mh-Id for guix-devel@gnu.org; Sat, 01 Oct 2016 18:24:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bqSho-0004wf-70 for guix-devel@gnu.org; Sat, 01 Oct 2016 18:24:31 -0400 Received: from out4-smtp.messagingengine.com ([66.111.4.28]:38438) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bqShm-0004tR-5j for guix-devel@gnu.org; Sat, 01 Oct 2016 18:24:28 -0400 Received: from compute7.internal (compute7.nyi.internal [10.202.2.47]) by mailout.nyi.internal (Postfix) with ESMTP id 97B9620292; Sat, 1 Oct 2016 18:24:17 -0400 (EDT) Received: from frontend2 ([10.202.2.161]) by compute7.internal (MEProxy); Sat, 01 Oct 2016 18:24:17 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=famulari.name; h= content-type:date:from:message-id:mime-version:subject:to :x-sasl-enc:x-sasl-enc; s=mesmtp; bh=XUDFhL+zUTpOnP5lVa5vE7uCuLw =; b=ougoVDaVRrIOWJEnQD3SxN0pYCgRqr1NJlnlvBwjWuthpWltrxNIdd87bTa flw7KqpIlKVa1rqQhuAliUxV3m5rfp6kl931ugT2TAK/lwRHmDJL+z5oAPtRs+AL 2ezB1EpgzAM5cNZ5nlnwFUIIMSBh0rwSDZoq3/hZunYhsDLk= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=content-type:date:from:message-id :mime-version:subject:to:x-sasl-enc:x-sasl-enc; s=smtpout; bh=XU DFhL+zUTpOnP5lVa5vE7uCuLw=; b=fFHzjxfSSSQag64QhrelaPWiyyyihI80ft 9oG1+E+ectJZdi3fghG4/CH3M8N065xDGJzD/es9O690+nQB+9UlBsJnXs76LznS 28SjAn3//CL2EoFh8y8skXelZhVikSh7MoGzM+moTUXbojECH3Fpcl4LvzFpb7cy dmyi1kCtc= X-Sasl-enc: 8g/Tf/JikHJMrc0s8/rrU+TL5YhjmVpFEL6zLGYSJvT7 1475360657 Received: from localhost (96-90-63-214-static.hfc.comcastbusiness.net [96.90.63.214]) by mail.messagingengine.com (Postfix) with ESMTPA id 4CB8FCC087 for ; Sat, 1 Oct 2016 18:24:17 -0400 (EDT) Date: Sat, 1 Oct 2016 18:24:12 -0400 From: Leo Famulari To: guix-devel@gnu.org Subject: [PATCH] Add Vc Message-ID: <20161001222412.GA6848@jasmine> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.7.0 (2016-08-17) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 66.111.4.28 X-BeenThere: guix-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+patchwork=sourceware.org@gnu.org Sender: "Guix-devel" This is a depend of Krita. From 808b47b3b7a9d769f3a6a873d19a0051f64720f7 Mon Sep 17 00:00:00 2001 From: Leo Famulari Date: Fri, 30 Sep 2016 13:38:20 -0400 Subject: [PATCH] gnu: Add Vc. * gnu/packages/maths.scm (vc): New variable. --- gnu/packages/maths.scm | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index 0401cd3..c033123 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -2629,3 +2629,37 @@ the same amount of space as the original point representation. This is useful when using the Gilbert curve as a space filling curve through a high-dimensional space where not all demensions have the same cardinality.") (license license:lgpl2.1+))) + +(define-public vc + (package + (name "vc") + (version "1.2.0") + (source + (origin (method url-fetch) + (uri (string-append "https://github.com/VcDevel/Vc/releases/" + "download/" version "/Vc-" version ".tar.gz")) + (sha256 + (base32 + "1rh6dhqar3y07n4xqyml0sa0v48qv3ch9dc3yc2in855hlh4vnqi")))) + (build-system cmake-build-system) + (arguments + '(#:configure-flags + '("-DBUILD_TESTING=ON"))) ; Is this the test suite we want? + (synopsis "SIMD Vector Classes for C++ ") + (description "Vc provides portable, zero-overhead C++ types for explicitly +data-parallel programming. It is a library designed to ease explicit +vectorization of C++ code. Its types enable explicitly stating data-parallel +operations on multiple values. The parallelism is therefore added via the type +system. Vc has an intuitive API and provides portability between different +compilers and compiler versions as well as portability between different vector +instruction sets. Thus, an application written with Vc can be compiled for: +@enumerate +@item AVX and AVX2 +@item SSE2 upto SSE4.2 or SSE4a +@item Scalar +@item MIC +@item NEON (in development) +@item NVIDIA GPUs / CUDA (in development) +@end enumerate\n") + (home-page "https://github.com/VcDevel") + (license license:bsd-3)))