emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#26114: closed ([PATCH 1/7] gnu: Add itpp.)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#26114: closed ([PATCH 1/7] gnu: Add itpp.)
Date: Sat, 18 Mar 2017 09:41:02 +0000

Your message dated Sat, 18 Mar 2017 10:40:54 +0100
with message-id <address@hidden>
and subject line Done
has caused the debbugs.gnu.org bug report #26114,
regarding [PATCH 1/7] gnu: Add itpp.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
26114: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=26114
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH 1/7] gnu: Add itpp. Date: Wed, 15 Mar 2017 21:05:18 +0100
* 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 © 2013, 2014, 2015, 2016 Andreas Enge <address@hidden>
 ;;; Copyright © 2013 Nikita Karetnikov <address@hidden>
-;;; Copyright © 2014, 2016 John Darrington <address@hidden>
+;;; Copyright © 2014, 2016, 2017 John Darrington <address@hidden>
 ;;; Copyright © 2014, 2015, 2016 Eric Bavier <address@hidden>
 ;;; Copyright © 2014 Federico Beffa <address@hidden>
 ;;; Copyright © 2014 Mathieu Lirzin <address@hidden>
@@ -734,6 +734,34 @@ Swath).")
 HDF5 file is encoded according to the HDF File Format Specification.")
     (license (license:x11-style "file://COPYING"))))
 
+(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 processing 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")
-- 
2.1.4




--- End Message ---
--- Begin Message --- Subject: Done Date: Sat, 18 Mar 2017 10:40:54 +0100 User-agent: Heirloom mailx 12.5 6/20/10
I pushed this.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]