Commit graph

23 commits

Author SHA1 Message Date
Jack Leightcap 70c1240b6f
python3Packages.cocotb: fix failing build (#231184)
Signed-off-by: Jack Leightcap <jack@leightcap.com>
2023-05-15 10:12:51 +02:00
Martin Weinelt 0215034f25 python3.pkgs: Migrate fetchers to use hash
when they already rely on SRI hashes.
2023-03-03 23:59:29 +01:00
Guillaume Girol 33afbf39f6 treewide: switch to nativeCheckInputs
checkInputs used to be added to nativeBuildInputs. Now we have
nativeCheckInputs to do that instead. Doing this treewide change allows
to keep hashes identical to before the introduction of
nativeCheckInputs.
2023-01-21 12:00:00 +00:00
Martin Weinelt 2cee609768 python3Packages.cocotb: 1.7.1 -> 1.7.2 2023-01-05 01:08:56 +01:00
Robert Scott 6165ee3d35 python3Packages.cocotb: make tests actually run 2022-09-18 12:55:50 +01:00
R. Ryantm 304052dd3e python310Packages.cocotb: 1.6.2 -> 1.7.1 2022-09-17 19:49:15 +00:00
Jiajie Chen ccde57bd8a python310Packages.cocotb: unbreak on Darwin
- Disable lto, see issue #19098

- Replace `-bundle` in LDCXXSHARED env
2022-06-26 12:29:42 +08:00
R. Ryantm 8cc0ddad31 python310Packages.cocotb: 1.6.1 -> 1.6.2 2022-02-08 03:53:48 +00:00
R. Ryantm 745b35facd python38Packages.cocotb: 1.6.0 -> 1.6.1 2022-01-09 04:04:12 +00:00
Jonathan Ringer 6d950cfb42
python3Packages.cocotb: fix tests 2021-12-14 12:04:17 -08:00
Jonathan Ringer 19c77f0d88
python3Packages.cocotb: 1.5.2 -> 1.6.0 2021-11-30 18:48:39 -08:00
Pavol Rusnak 0f2201119b
python3Packages.cocotb: 1.5.1 -> 1.5.2
this switches from GitHub to PyPi, because the build requires
a proper release tarball

also PyPi release does contain tests, so we don't strictly require
GitHub checkout
2021-05-22 12:35:41 +02:00
Jonathan Ringer 1cfcb6a856 python3Packages.cocotb: 1.4.0 -> 1.5.1 2021-04-03 17:49:47 +02:00
Sandro Jäckel 206e998c06
python3Packages.cocotb: Mark broken on darwin, remove stale substituteInPlace 2021-02-13 03:15:46 +01:00
Pavol Rusnak a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
Profpatsch 4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
R. RyanTM d3419c984c python37Packages.cocotb: 1.3.2 -> 1.4.0 2020-12-08 23:05:05 -08:00
Robert Scott 0b5d5d6828 python3Packages.cocotb: 1.3.1 -> 1.3.2
doesn't seem we can remove Makefile.inc fixup yet
2020-10-12 10:04:58 -07:00
Robert Scott 78413483d3 python3Packages.cocotb: fix tests 2020-10-12 10:04:58 -07:00
R. RyanTM 8f91b1745a python27Packages.cocotb: 1.3.0 -> 1.3.1 2020-03-30 15:57:26 -07:00
Jennifer Wilcox bebcf42905 cocotb: 1.2.0 -> 1.3.0
The fix for the CC/CXX variables was merged some time before 1.3.0.

The `-Werror` seems to be new. It is removed in upstream's master so it
should be removable in the next release. Something in glibc is causing a
warning that is killing the build if `-Werror` isn't removed.
2020-03-02 10:12:30 -08:00
Mario Rodas 2924904d95
pythonPackages.cocotb: fix build on darwin 2019-10-25 04:20:00 -05:00
Matt Huszagh 6407a35d37 pythonPackages.cocotb: init at 1.2.0 2019-10-18 10:38:11 -07:00