Commit Graph

789 Commits

Author SHA1 Message Date
Robert Scott
8f4308a432
Merge pull request #229364 from jleightcap/jl/verilog-12.0
verilog: 11.0 -> 12.0
2023-05-06 21:47:30 +01:00
Jack Leightcap
4fdd191d65
verilog-12.0: installCheckPhase on supported arch
Signed-off-by: Jack Leightcap <jack@leightcap.com>
2023-05-06 13:06:47 -04:00
Jack Leightcap
03ad8569fd
verilog-12.0: temp disable regression test suite
Signed-off-by: Jack Leightcap <jack@leightcap.com>
2023-05-06 12:35:27 -04:00
Ilya
32fc1ceac6
qucs-s: 0.0.22 -> 1.0.2 (#223378)
* qucs-s: 0.0.22->1.0.1 (including Qt4=>Qt5)

* qucs-s: Qt5->Qt6

* qucs-s: add qtwayland input as recommended for Qt6

Co-authored-by: Tungsten842 <quantmint@protonmail.com>

* qucs-s 1.0.1->1.0.2

---------

Co-authored-by: Tungsten842 <quantmint@protonmail.com>
2023-05-06 16:28:29 +02:00
R. Ryantm
b74708700e verilator: 5.008 -> 5.010 2023-05-03 07:37:25 -05:00
Weijia Wang
ea4289e1f9 nvc: 1.9.1 -> 1.9.2 2023-05-02 11:02:08 +03:00
Luflosi
e97667163e
verilog: 11.0 -> 12.0
https://github.com/steveicarus/iverilog/releases/tag/v12_0

Bump `iverilog` to 12.0, fixing two build failures:

1. autoconf now picks up on the unwrapped `x86_64-unknown-gnu-gcc` in
   path that fails at configurePhase to link executables.
   See: https://github.com/NixOS/nixpkgs/issues/21751
   fix/hack: define the `{CC,CXX}_FOR_BUILD` variables.
2. buildPhase generates a `-Werror=format-security` error. Backport
   the the upstream patch that fixed the warning very shortly after the
   release was cut.

And in the process,

- use post-install tests from `.github/test.sh` and as a result,
  remove the now unneeded clone of `ivtest`
- un-pin the verilog autoconf version

Signed-off-by: Jack Leightcap <jack@leightcap.com>
2023-05-01 17:46:06 -04:00
Nikolay Korotkiy
11b65fea77
pulseview: enable on darwin 2023-04-30 14:34:10 +04:00
Nikolay Korotkiy
5b9065da7e
pulseview: refactor
* Remove Qt's mkDerivation in favour of stdenv.mkDerivation to fix https://github.com/NixOS/nixpkgs/issues/180841
* Move qttools to nativeBuildInputs
2023-04-30 14:33:24 +04:00
Austin Seipp
5e871533c4 verilator: 5.006 -> 5.008
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2023-04-28 04:40:45 -05:00
Austin Seipp
6a086197c2 verilator: wrap with glibc LOCALE_ARCHIVE iff stdenv.isLinux
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2023-04-28 04:40:45 -05:00
Weijia Wang
7026ff1bd9
Merge pull request #226579 from r-ryantm/auto-update/gtkwave
gtkwave: 3.3.114 -> 3.3.115
2023-04-20 21:54:13 +03:00
Casey Ransom
3ed1e3b268 pcb2gcode: fix build on darwin
This version bumps gerbv as well.
2023-04-19 21:15:54 -04:00
R. Ryantm
c806a5c121 gtkwave: 3.3.114 -> 3.3.115 2023-04-17 03:29:10 +00:00
Weijia Wang
9e47fc8658
Merge pull request #226455 from wegank/nvc-bump
nvc: 1.9.0 -> 1.9.1
2023-04-16 19:01:18 +03:00
Weijia Wang
4825f97fce nvc: 1.9.0 -> 1.9.1 2023-04-16 15:11:11 +03:00
Atemu
f63a12f296 tree-wide: buildFHSUserEnv -> buildFHSEnv 2023-04-16 10:15:13 +02:00
Evils
cce076bd24 kicad-unstable: 2023-03-29 -> 2023-04-14
workaround for upstream issue 14346 no longer needed
2023-04-15 12:32:23 +02:00
Evils
534f790a75 kicad: 7.0.1 -> 7.0.2 2023-04-15 12:32:23 +02:00
Nicolas Benes
1f8eeba04f dataexplorer: 3.7.4 -> 3.7.6 2023-04-15 00:47:26 +02:00
Sandro
b0989ca61b
Merge pull request #222632 from panicgh/spdlog-upd
tiledb: 2.3.3 -> 2.8.3, spdlog: 1.10.0 -> 1.11.0, spdlog_0: remove
2023-04-12 10:57:23 +02:00
Sandro
23e55a367e
Merge pull request #223068 from MarcFontaine/master 2023-04-10 21:52:29 +02:00
Weijia Wang
282c22a4d2 nvc: 1.8.2 -> 1.9.0 2023-04-10 13:34:15 +03:00
Nicolas Benes
3e886954ee spdlog: 1.10.0 -> 1.11.0
Unpin from fmt_8.
2023-04-06 07:25:19 +02:00
Ryan Lahfa
ce35e61c3c
Merge pull request #221099 from evils/kicad
kicad(-unstable): bump to latest version, cleanup and fixes
2023-04-04 13:28:26 +02:00
Nicolas Benes
c59f6c75b6 openroad: unstable-2022-07-19 -> unstable-2023-03-31 2023-04-02 05:44:19 +02:00
Michal Sojka
b1cb42d3b7 cppzmq: make zeromq propagatedBuildInput
cppzmq is a header-only library. As such, it is not much useful
without zeromq, whose headers it includes. By having zeromq in
propagatedBuildInputs, we can simplify dependent expressions.

This change is motivated by
https://github.com/lopsided98/nix-ros-overlay/issues/255#issuecomment-1487590226.
The expressions in nix-ros-overlay are automatically generated and
since packages in other distributions where ROS runs need not to
explicitly depend on zeromq, the Nix expression should behave the
same. This way, nix-ros-overlay will not to have manually
patch/overlay the automatically generated expressions.
2023-03-31 18:58:56 +02:00
Evils
23849267ee kicad-unstable: fix ngspice tests 2023-03-30 18:53:53 +02:00
MarcFontaine
2cfc128ca3
nanovna-saver: 0.5.4 -> 0.6.0 2023-03-30 10:58:55 +02:00
Evils
4f0de9463a kicad-unstable: 2023-02-14 -> 2023-03-29
includes a fix for upstream issue 14346
  (attempting to installing pcbnew.py outside of $out)
2023-03-30 09:22:08 +02:00
Evils
7f3a08710a kicad: add requests runtime dependency
required for some of the plugins
2023-03-28 18:57:29 +02:00
Evils
d8020e1e17 kicad: remove withOCC and more cmakeFlags cleanup
OCC is no longer optional
RPATH apparently no longer contains references to /build/
KICAD_SCRIPTING_WXPYTHON is ON by default

sort some of the options a bit

and remove stray lndir
2023-03-28 18:57:29 +02:00
Evils
788df5456b kicad: 7.0.0 -> 7.0.1
remove now integrated patches
2023-03-28 18:57:29 +02:00
Weijia Wang
b45fe715d9
Merge pull request #217922 from r-ryantm/auto-update/openboardview
openboardview: 9.0.3 -> 9.95.0
2023-03-18 13:00:52 +02:00
Weijia Wang
de6210e074
Merge pull request #217539 from GenericNerdyUsername/horizon-occ
horizon-eda: switch from OCE to OCC
2023-03-16 17:20:47 +02:00
Weijia Wang
b8aec5ff2d
Merge pull request #221107 from r-ryantm/auto-update/openhantek6022
openhantek6022: 3.3.2.1 -> 3.3.2.2
2023-03-15 22:09:12 +02:00
R. Ryantm
58a2c5a184 openhantek6022: 3.3.2.1 -> 3.3.2.2 2023-03-14 03:37:23 +00:00
R. Ryantm
3f08dd7eee openboardview: 9.0.3 -> 9.95.0 2023-02-23 22:33:55 +00:00
github-actions[bot]
3cdd771820
Merge staging-next into staging 2023-02-23 18:01:49 +00:00
Bernardo Meurer
42008a14a4
Merge pull request #217206 from Artturin/stdenvimprovements1 2023-02-23 12:07:47 +00:00
github-actions[bot]
36f198081c
Merge staging-next into staging 2023-02-23 06:01:36 +00:00
Robert Schütz
0d2542fa9d flatcam: pin shapely at 1.8.4 2023-02-22 17:39:49 -08:00
Artturin
f9fdf2d402 treewide: move NIX_CFLAGS_COMPILE to the env attrset
with structuredAttrs lists will be bash arrays which cannot be exported
which will be a issue with some patches and some wrappers like cc-wrapper

this makes it clearer that NIX_CFLAGS_COMPILE must be a string as lists
in env cause a eval failure
2023-02-22 21:23:04 +02:00
GenericNerdyUsername
594f162cdf
horizon-eda: switch from OCE to OCC 2023-02-21 18:12:56 +00:00
github-actions[bot]
2d285b1590
Merge staging-next into staging 2023-02-21 06:01:33 +00:00
Nick Cao
e0c69e0447
Merge pull request #217286 from wegank/nvc-bump
nvc: 1.8.1 -> 1.8.2
2023-02-21 08:45:57 +08:00
github-actions[bot]
fc3641aa1e
Merge staging-next into staging 2023-02-21 00:03:04 +00:00
Weijia Wang
51094d7cf3 nvc: 1.8.1 -> 1.8.2 2023-02-20 10:41:20 +02:00
Ferry Jérémie
bfac2d0034 treewide:replace http by https when https is a permanent redirection 2023-02-19 21:47:59 +01:00
Martin Weinelt
daf490f1f9
python310Packages.rtree: Normalize attribute and dirname 2023-02-19 21:36:06 +01:00