[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#27344] [PATCH v4 2/3] gnu: Add qucs.
From: |
Theodoros Foradis |
Subject: |
[bug#27344] [PATCH v4 2/3] gnu: Add qucs. |
Date: |
Fri, 27 Oct 2017 19:20:51 +0300 |
Ludovic Courtès writes:
> Theodoros Foradis <address@hidden> skribis:
>
>> * gnu/packages/engineering.scm (qucs): New variable.
>
> [...]
>
>> + (wrap-program (string-append out "/bin/qucs")
>> + `("CPLUS_INCLUDE_PATH" ":" prefix
>> + (,(string-append (assoc-ref inputs "gcc-toolchain")
>> + "/include")))
>> + `("PATH" ":" prefix
>> + (,(string-append (assoc-ref inputs "gcc-toolchain")
>> + "/bin")))
>> + `("LIBRARY_PATH" ":" prefix
>> + (,(string-append (assoc-ref inputs "gcc-toolchain")
>> + "/lib")))
>
> Is this still needed now that freehdl wraps things?
>
> If not, could you send an updated patch?
Yes, it's needed because qucs and qucs-s don't use gvhdl (freehdl's
script that we wrap that calls the compiler).
They use freehdl-v2cc to compile to C, and have their own scripts to
compile to executable.
--
Theodoros Foradis
- [bug#27344] [PATCH v3 6/8] gnu: Add freehdl., Ludovic Courtès, 2017/10/11
- [bug#27344] [PATCH v3 6/8] gnu: Add freehdl., Theodoros Foradis, 2017/10/12
- [bug#27344] [PATCH v3 6/8] gnu: Add freehdl., Ludovic Courtès, 2017/10/13
- [bug#27344] [PATCH v3 6/8] gnu: Add freehdl., Theodoros Foradis, 2017/10/27
- [bug#27344] [PATCH v4 1/3] gnu: freehdl: Fix gvhdl and freehdl-gennodes scripts., Theodoros Foradis, 2017/10/27
- [bug#27344] [PATCH v4 3/3] gnu: Add qucs-s., Theodoros Foradis, 2017/10/27
- [bug#27344] [PATCH v4 3/3] gnu: Add qucs-s., Ludovic Courtès, 2017/10/27
- [bug#27344] [PATCH v4 3/3] gnu: Add qucs-s., Theodoros Foradis, 2017/10/27
- [bug#27344] [PATCH v4 2/3] gnu: Add qucs., Theodoros Foradis, 2017/10/27
- [bug#27344] [PATCH v4 2/3] gnu: Add qucs., Ludovic Courtès, 2017/10/27
- [bug#27344] [PATCH v4 2/3] gnu: Add qucs.,
Theodoros Foradis <=
- [bug#27344] [PATCH v4 2/3] gnu: Add qucs., Ludovic Courtès, 2017/10/27
- [bug#27344] [PATCH v4 1/3] gnu: freehdl: Fix gvhdl and freehdl-gennodes scripts., Ludovic Courtès, 2017/10/27
- [bug#27344] [PATCH v4 1/3] gnu: freehdl: Fix gvhdl and freehdl-gennodes scripts., Theodoros Foradis, 2017/10/27
- [bug#27344] [PATCH v4 1/3] gnu: freehdl: Fix gvhdl and freehdl-gennodes scripts., Ludovic Courtès, 2017/10/27