From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50158) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d2ezB-0007Cx-7k for guix-patches@gnu.org; Mon, 24 Apr 2017 10:29:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d2ez8-0001qj-Hl for guix-patches@gnu.org; Mon, 24 Apr 2017 10:29:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:39915) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1d2ez7-0001qU-Uu for guix-patches@gnu.org; Mon, 24 Apr 2017 10:29:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1d2ez7-0000FF-MM for guix-patches@gnu.org; Mon, 24 Apr 2017 10:29:01 -0400 Subject: bug#26614: [PATCH] gnu: Add volk. Resent-Message-ID: From: Marius Bakke In-Reply-To: <20170422213547.6460-1-dannym@scratchpost.org> References: <20170422213547.6460-1-dannym@scratchpost.org> Date: Mon, 24 Apr 2017 16:28:20 +0200 Message-ID: <8760ht283f.fsf@fastmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Danny Milosavljevic , 26614@debbugs.gnu.org --=-=-= Content-Type: text/plain Danny Milosavljevic writes: > * gnu/packages/engineering.scm (volk): New variable. [...] > + (source > + (origin > + (method url-fetch) > + (uri (string-append "http://libvolk.org/releases/volk-" > + version > + ".tar.gz")) > + (sha256 > + (base32 > + "1bz3ywc6y5wmz3i8p4z2wbzhns8bc0ywdkl9qnxpcvfcscarbdlh")))) Indentation is off in this section. > + (build-system cmake-build-system) > + (inputs > + `(("boost" ,boost))) > + (native-inputs > + `(("python-2", python-2) > + ("python2-cheetah" ,python2-cheetah))) > + (home-page "http://libvolk.org/") > + (synopsis "Vector-Optimized Library of Kernels") > + (description > + "@code{volk} contains procedures with machine-specific optimizations ^^^ ...and here (should align with the d). Sorry! :D --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAlj+C4QACgkQoqBt8qM6 VPpVQggAzDSZEGORhxJBzbCFHt3R3MvIsuZYPonUJJvF1/zN3TvwqJFVRR0XN65t /50jjwWYiMWtzOUKYO0CBMtPPAoCDs3k/yTpZHGRT/lKAtpaUcz2jDGIReoAoNY7 BOa1aZ//zSfp1JBUn/jaELxOMpIgPXEAkMADJD1DlA8wzjh4ezAK7n/lYLq0GZmt KmwoCaV81Wedj4MZkUTCo4iblCG12RCWxZzVHzbCQMoNdZjtDyppC9pWpcaulgUo IavYI/UK99X5LgWcXtllHzjKNE3AySytcxX2H0oBbc4O+5LYRgAo4Au0SUyaeBpH PX7M2SshdIZsrADEi7/cbGn1QFztuQ== =8EGu -----END PGP SIGNATURE----- --=-=-=--