From unknown Sun Jun 22 06:25:51 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#26114 <26114@debbugs.gnu.org> To: bug#26114 <26114@debbugs.gnu.org> Subject: Status: [PATCH 1/7] gnu: Add itpp. Reply-To: bug#26114 <26114@debbugs.gnu.org> Date: Sun, 22 Jun 2025 13:25:51 +0000 retitle 26114 [PATCH 1/7] gnu: Add itpp. reassign 26114 guix-patches submitter 26114 John Darrington severity 26114 normal tag 26114 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Wed Mar 15 16:06:20 2017 Received: (at submit) by debbugs.gnu.org; 15 Mar 2017 20:06:20 +0000 Received: from localhost ([127.0.0.1]:57526 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1coFBc-000756-C5 for submit@debbugs.gnu.org; Wed, 15 Mar 2017 16:06:20 -0400 Received: from eggs.gnu.org ([208.118.235.92]:37002) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1coFBX-00074X-Ol for submit@debbugs.gnu.org; Wed, 15 Mar 2017 16:06:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1coFBR-0000Cn-Km for submit@debbugs.gnu.org; Wed, 15 Mar 2017 16:06:10 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:55234) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1coFBR-0000Cb-Hk for submit@debbugs.gnu.org; Wed, 15 Mar 2017 16:06:09 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56178) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1coFBQ-0003MZ-9N for guix-patches@gnu.org; Wed, 15 Mar 2017 16:06:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1coFBM-0008WO-3A for guix-patches@gnu.org; Wed, 15 Mar 2017 16:06:08 -0400 Received: from de.cellform.com ([88.217.224.109]:60812 helo=jocasta.intra) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1coFBL-0007uA-Qn; Wed, 15 Mar 2017 16:06:04 -0400 Received: from jocasta.intra (localhost [127.0.0.1]) by jocasta.intra (8.14.4/8.14.4/Debian-8+deb8u1) with ESMTP id v2FK5Sda023687 (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 15 Mar 2017 21:05:28 +0100 Received: (from john@localhost) by jocasta.intra (8.14.4/8.14.4/Submit) id v2FK5S1Q023686; Wed, 15 Mar 2017 21:05:28 +0100 From: John Darrington To: guix-patches@gnu.org Subject: [PATCH 1/7] gnu: Add itpp. Date: Wed, 15 Mar 2017 21:05:18 +0100 Message-Id: <1489608324-23632-1-git-send-email-jmd@gnu.org> X-Mailer: git-send-email 2.1.4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-MIME-Autoconverted: from 8bit to quoted-printable by jocasta.intra id v2FK5Sda023687 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.1 (----) X-Debbugs-Envelope-To: submit Cc: John Darrington X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -4.1 (----) * gnu/packages/maths.scm (itpp): New variable. --- gnu/packages/maths.scm | 30 +++++++++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index d274d50..8e7580c 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -1,7 +1,7 @@ ;;; GNU Guix --- Functional package management for GNU ;;; Copyright =C2=A9 2013, 2014, 2015, 2016 Andreas Enge ;;; Copyright =C2=A9 2013 Nikita Karetnikov -;;; Copyright =C2=A9 2014, 2016 John Darrington +;;; Copyright =C2=A9 2014, 2016, 2017 John Darrington ;;; Copyright =C2=A9 2014, 2015, 2016 Eric Bavier ;;; Copyright =C2=A9 2014 Federico Beffa ;;; Copyright =C2=A9 2014 Mathieu Lirzin @@ -734,6 +734,34 @@ Swath).") HDF5 file is encoded according to the HDF File Format Specification.") (license (license:x11-style "file://COPYING")))) =20 +(define-public itpp + (package + (name "itpp") + (version "4.3.1") + (source (origin + (method url-fetch) + (uri (string-append "mirror://sourceforge/itpp/itpp/" + version "/itpp-" + version ".tar.gz")) + (sha256 + (base32 + "14ddy2xnb6sgp4hiax9v5sv4pr4l4dd4ps76nfha3nrpr1ikhcqm")))) + (build-system cmake-build-system) + (arguments `(#:tests? #f)) ; Tests require googletest *sources* + (inputs `(("lapack" ,lapack) + ("fftw" ,fftw))) + (native-inputs `(("texlive-minimal" ,texlive-minimal) + ("doxygen" ,doxygen))) + (home-page "http://itpp.sourceforge.net") + (synopsis "C++ library of maths, signal processing and communication= classes") + (description "IT++ is a C++ library of mathematical, signal processi= ng and +communication classes and functions. Its main use is in simulation of +communication systems and for performing research in the area of +communications. The kernel of the library consists of generic vector an= d +matrix classes, and a set of accompanying routines. Such a kernel makes= IT++ +similar to MATLAB, GNU Octave or SciPy.") + (license license:gpl3+))) + (define-public netcdf (package (name "netcdf") --=20 2.1.4 From debbugs-submit-bounces@debbugs.gnu.org Fri Mar 17 14:39:50 2017 Received: (at 26114) by debbugs.gnu.org; 17 Mar 2017 18:39:50 +0000 Received: from localhost ([127.0.0.1]:32858 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cowmw-0006Qg-NW for submit@debbugs.gnu.org; Fri, 17 Mar 2017 14:39:50 -0400 Received: from lb1.openmailbox.org ([5.79.108.160]:50499 helo=mail.openmailbox.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cowmv-0006QX-2n for 26114@debbugs.gnu.org; Fri, 17 Mar 2017 14:39:45 -0400 Received: by mail.openmailbox.org (Postfix, from userid 20002) id 82A6050ADC9; Fri, 17 Mar 2017 19:39:42 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=openmailbox.org; s=openmailbox; t=1489775983; bh=1jXkC4d4daoT65BHRhzy7kMtZGp/lFL1faq0xqtDv9g=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=y97yHbCznp4oq25Lw138UihEPNo1lnhKNY2EVRoBdByhuAP+oi7U70jKDSdRl2LA7 rbIjuf0wK456GjAVycauR01FGqP9lbXYyJw48QllUyzR6mFnoudrDwpEM3mhVd14IN YZB4T+JegjXasjE8tvy0qOc5sJ6yyTXUr3mTIYkA= X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on ZDZR002 X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=NO_RECEIVED,NO_RELAYS, T_DKIM_INVALID,URIBL_BLOCKED autolearn=disabled version=3.4.0 From: Kei Kebreau DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=openmailbox.org; s=openmailbox; t=1489775981; bh=1jXkC4d4daoT65BHRhzy7kMtZGp/lFL1faq0xqtDv9g=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=dDhnOsdpTiG8ludSESThXA5ZpaqBiN1sySXKI028PeZZr/EZHd5pwcXg2QyDD6gYJ wWWS3tzHZQyAUafg12oQebtAPj6XgH+D+YatAvlIrAB6iFBQNlryUaVUemXriAbQfF qJe62N73gF0PpqpeAi+asogHoz6CD87CAgx39N58= To: John Darrington Subject: Re: bug#26114: [PATCH 1/7] gnu: Add itpp. In-Reply-To: <1489608324-23632-1-git-send-email-jmd@gnu.org> (John Darrington's message of "Wed, 15 Mar 2017 21:05:18 +0100") References: <1489608324-23632-1-git-send-email-jmd@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux) Date: Fri, 17 Mar 2017 14:39:37 -0400 Message-ID: <878to37no6.fsf@openmailbox.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 26114 Cc: 26114@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.0 (/) --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable John Darrington writes: > * gnu/packages/maths.scm (itpp): New variable. > --- > gnu/packages/maths.scm | 30 +++++++++++++++++++++++++++++- > 1 file changed, 29 insertions(+), 1 deletion(-) > > diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm > index d274d50..8e7580c 100644 > --- a/gnu/packages/maths.scm > +++ b/gnu/packages/maths.scm > @@ -1,7 +1,7 @@ > ;;; GNU Guix --- Functional package management for GNU > ;;; Copyright =C2=A9 2013, 2014, 2015, 2016 Andreas Enge > ;;; Copyright =C2=A9 2013 Nikita Karetnikov > -;;; Copyright =C2=A9 2014, 2016 John Darrington > +;;; Copyright =C2=A9 2014, 2016, 2017 John Darrington > ;;; Copyright =C2=A9 2014, 2015, 2016 Eric Bavier > ;;; Copyright =C2=A9 2014 Federico Beffa > ;;; Copyright =C2=A9 2014 Mathieu Lirzin > @@ -734,6 +734,34 @@ Swath).") > HDF5 file is encoded according to the HDF File Format Specification.") > (license (license:x11-style "file://COPYING")))) >=20=20 > +(define-public itpp > + (package > + (name "itpp") > + (version "4.3.1") > + (source (origin > + (method url-fetch) > + (uri (string-append "mirror://sourceforge/itpp/itpp/" > + version "/itpp-" > + version ".tar.gz")) > + (sha256 > + (base32 > + "14ddy2xnb6sgp4hiax9v5sv4pr4l4dd4ps76nfha3nrpr1ikhcqm")))) > + (build-system cmake-build-system) > + (arguments `(#:tests? #f)) ; Tests require googletest *sources* > + (inputs `(("lapack" ,lapack) > + ("fftw" ,fftw))) > + (native-inputs `(("texlive-minimal" ,texlive-minimal) > + ("doxygen" ,doxygen))) > + (home-page "http://itpp.sourceforge.net") > + (synopsis "C++ library of maths, signal processing and communication= classes") > + (description "IT++ is a C++ library of mathematical, signal processi= ng and > +communication classes and functions. Its main use is in simulation of > +communication systems and for performing research in the area of > +communications. The kernel of the library consists of generic vector and > +matrix classes, and a set of accompanying routines. Such a kernel makes= IT++ > +similar to MATLAB, GNU Octave or SciPy.") > + (license license:gpl3+))) > + > (define-public netcdf > (package > (name "netcdf") LGTM. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEg7ZwOtzKO2lLzi2m5qXuPBlGeg0FAljMLWkACgkQ5qXuPBlG eg3X3BAAqYPfMR/VNjShs9Qwz7/oXfSMEAb7e9BRP7tRyphap5AFrTaU19BRch+Q 4x36qNA3cR49aLQ4Kr8g8Rog9cLJOD0ndaC0RWEO6U8Ahh3NQhNwTNYzfOr4gwib ivkP3lRDQvRYAJcwHuAE17C5pbzjA/ZMH3dyCJ8lJhwpmjUnFkuI7GDFxnDXfSzm +TtGsk1swT2Cp1gwX/6lLZaGxuKbz139G5xUb87PS0KLUnqEhh+SFFG+pRqpT8l1 nbXZ821SEWfA2yeagFjekMBplAKh8joHO4DF4OMLIRiAL9W8IduT8H7147aq5np9 cevZHNuyzvXvFOD7BieP8swLzfCyr8GIZn1a+3klAKs7lVrKfwEiWDm3xn86xAlY U5dwv7wdgMtdWsdezTaLAkmCsuifaVXZJ7ZLgGhSvR8Nirkd+weuY9NCftjH4F/s dltHjL3lO6sDDZXW5zBbtiJQVEZ5M5BfTbLXECZcwZ8RtJMZ6Ls4LzsJIsyUoQlp AI+mq7L0oIVYF8oxlKy7Svx11LonODe+U3VAX/6+OMV+hj3QqjOZaI/dNSiAtk7A eBh+LQ9VEtsghkrA0DeB3gAYHy/zqZywQFZSl9SZ1y88/mhxd3ZzIehGnqdKD5gR PW8GxCD4e+pP0Hchr5d03YSpZSCZGGMdwCRUyrAVSVx2Cu/MI3M= =sSrs -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Sat Mar 18 05:40:57 2017 Received: (at 26114-done) by debbugs.gnu.org; 18 Mar 2017 09:40:57 +0000 Received: from localhost ([127.0.0.1]:33240 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cpAr2-0003jc-Tk for submit@debbugs.gnu.org; Sat, 18 Mar 2017 05:40:57 -0400 Received: from de.cellform.com ([88.217.224.109]:51653 helo=jocasta.intra) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cpAr1-0003jT-KF for 26114-done@debbugs.gnu.org; Sat, 18 Mar 2017 05:40:56 -0400 Received: from jocasta.intra (localhost [127.0.0.1]) by jocasta.intra (8.14.4/8.14.4/Debian-8+deb8u1) with ESMTP id v2I9esBK013762 (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for <26114-done@debbugs.gnu.org>; Sat, 18 Mar 2017 10:40:54 +0100 Received: (from john@localhost) by jocasta.intra (8.14.4/8.14.4/Submit) id v2I9esli013761 for 26114-done@debbugs.gnu.org; Sat, 18 Mar 2017 10:40:54 +0100 From: John Darrington Message-Id: <201703180940.v2I9esli013761@jocasta.intra> Date: Sat, 18 Mar 2017 10:40:54 +0100 To: 26114-done@debbugs.gnu.org Subject: Done User-Agent: Heirloom mailx 12.5 6/20/10 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 26114-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) I pushed this. From unknown Sun Jun 22 06:25:51 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 15 Apr 2017 11:24:03 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator