unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Theodoros Foradis <theodoros@foradis.org>
To: 29027@debbugs.gnu.org
Subject: [bug#29027] [PATCH 3/3] gnu: kicad: Build with ngspice support.
Date: Fri, 27 Oct 2017 17:23:52 +0300	[thread overview]
Message-ID: <20171027142352.21519-1-theodoros@foradis.org> (raw)
In-Reply-To: <20171027142002.21117-1-theodoros@foradis.org>

* gnu/packages/engineering.scm (kicad):
[arguments] <configure-flags>: Add KICAD_SPICE flag.
[inputs]: Add libngspice.
---
 gnu/packages/engineering.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index 6bfcc975f..826894e5b 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -661,6 +661,7 @@ language.")
                               (assoc-ref %build-inputs "wxpython")
                               "/include/wx-3.0")
                "-DCMAKE_BUILD_WITH_INSTALL_RPATH=TRUE"
+               "-DKICAD_SPICE=TRUE"
                ;; TODO: Enable this when CA certs are working with curl.
                "-DBUILD_GITHUB_PLUGIN=OFF")
          #:phases
@@ -701,6 +702,7 @@ language.")
          ("glew" ,glew)
          ("glm" ,glm)
          ("hicolor-icon-theme" ,hicolor-icon-theme)
+         ("libngspice" ,libngspice)
          ("libsm" ,libsm)
          ("mesa" ,mesa)
          ("openssl" ,openssl)
-- 
2.14.1

  parent reply	other threads:[~2017-10-27 14:25 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-10-27 14:20 [bug#29027] [PATCH 1/3] gnu: kicad-library: Update to 4.0.6 Theodoros Foradis
2017-10-27 14:23 ` [bug#29027] [PATCH 2/3] gnu: kicad: Update to commit 5f4599f Theodoros Foradis
2017-10-27 20:02   ` Ludovic Courtès
2017-10-27 14:23 ` Theodoros Foradis [this message]
2017-10-27 20:06   ` bug#29027: [PATCH 3/3] gnu: kicad: Build with ngspice support Ludovic Courtès
2017-10-27 20:01 ` [bug#29027] [PATCH 1/3] gnu: kicad-library: Update to 4.0.6 Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20171027142352.21519-1-theodoros@foradis.org \
    --to=theodoros@foradis.org \
    --cc=29027@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).