From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38231) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dKRFC-0007eL-IL for guix-patches@gnu.org; Mon, 12 Jun 2017 11:27:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dKRF9-00032T-Uk for guix-patches@gnu.org; Mon, 12 Jun 2017 11:27:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:40967) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dKRF9-00032P-QR for guix-patches@gnu.org; Mon, 12 Jun 2017 11:27:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dKRF9-0004VX-Kj for guix-patches@gnu.org; Mon, 12 Jun 2017 11:27:03 -0400 Subject: [bug#27344] [PATCH 0/12] Add computational software and circuit simulators Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50968) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dKOXT-00046h-Vu for guix-patches@gnu.org; Mon, 12 Jun 2017 08:33:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dKOXP-00065A-8C for guix-patches@gnu.org; Mon, 12 Jun 2017 08:33:47 -0400 Received: from lb1.openmailbox.org ([5.79.108.160]:47664 helo=mail.openmailbox.org) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dKOXO-00064k-Vj for guix-patches@gnu.org; Mon, 12 Jun 2017 08:33:43 -0400 From: Theodoros Foradis Date: Mon, 12 Jun 2017 15:33:25 +0300 Message-ID: <8760g11j3e.fsf@openmailbox.org> MIME-Version: 1.0 Content-Type: text/plain 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: 27344@debbugs.gnu.org Hello Guix, This patch series adds: * Computational software from * Qucs and its dependencies for digital circuit simulation/optimisation * Ngspice and Xyce(serial/parallel) circuit simulators * Qucs-s, which is a GUI that utilises those 3 simulators. Ngspice, normally includes a non-free component (cider), which I delete with a snippet from source, and build without. I have clearly noted the licenses of the rest of the source code, but I would like someone to verify I am not missing anything. Theodoros Foradis (12): gnu: Add qucs-s. gnu: Add qucs. gnu: Add xyce-parallel. gnu: Add xyce-serial. gnu: Add ngspice. gnu: Add asco. gnu: Add freehdl. gnu: Add adms. gnu: Add meep. gnu: Add mpb. gnu: Add libctl. gnu: Add harminv. gnu/packages/engineering.scm | 677 +++++++++++++++++++++++++++++++++++++++- 1 file changed, 676 insertions(+), 1 deletion(-) -- Theodoros Foradis