Commit Graph

103 Commits

Author SHA1 Message Date
Drew Risinger
10e6220703 jesd204b: bump
No changes other than to setup/packaging. This removes the tests/
directory from the Nix output, to prevent collisions with other
packages.
https://github.com/m-labs/jesd204b/pull/15/
2021-05-05 18:59:14 -04:00
84fc1375d1 s/stdenv.lib/lib/ 2021-03-11 17:32:26 +01:00
4e9339e3a8 misoc: bump 2021-02-28 14:31:52 +08:00
0c3f5161e1 misoc: bump 2021-02-15 21:44:13 +08:00
a6ea6e3666 migen: bump 2021-02-15 18:44:00 +08:00
d5b5dbeeb2 migen-axi: bump 2021-01-30 18:24:05 +08:00
57aca5d142 migen: bump 2021-01-30 18:22:22 +08:00
e39f359122 bump sipyco 2021-01-27 13:09:08 +08:00
42df27a7fd misoc: bump 2020-12-23 12:01:37 +08:00
Drew Risinger
2577aa52c0 artiq: pass wrapped python env to subprocesses
Fixes https://github.com/m-labs/artiq-comtools/issues/7.
Basically, python subprocesses can't see all installed python packages
in a python environment because it uses the wrong Python exe (i.e. it
doesn't use the wrapped exe). This patches the PATH in the binary
wrappers (e.g. */bin/artiq_session) to include the correct python path.
2020-12-23 10:55:43 +08:00
a45b6fc771 misoc: bump 2020-12-22 23:46:51 +08:00
2814292f05 jesd204: bump 2020-12-19 17:04:59 +08:00
ca28925120 treewide: name -> pname where possible
Changes "name = '...-${version}" -> "pname = '...'" syntax everywhere
that is easy.
This matches current best nixpkgs convention.
The nixpkgs standard derivation will convert this to name =
"${pname}-${version}" automatically.
This also has the added benefit of adding the version to the filepath
for several packages that didn't have it before.

The only remaining files are ./artiq-full/extras.nix &
./artiq-fast/pkgs/python-deps.nix.
extras.nix had a
semi-confusing function that I didn't want to mess with.
2020-12-17 14:16:45 +08:00
093b1b7224 artiq-fast: quamash -> qasync on artiq-6+ 2020-12-12 21:58:04 +08:00
Drew Risinger
267b497ac4 python3Packages.pyqtgraph: 0.10.0 -> 0.11.0 2020-11-24 23:14:17 +08:00
571cfbd8a6 python-deps: bump migen, migen-axi 2020-11-12 15:43:17 +01:00
0a11450df3 migen: bump 2020-11-06 12:32:51 +08:00
30629929a8 migen: bump 2020-11-06 12:25:21 +08:00
b46f418176 add artiq-netboot package 2020-10-15 16:12:51 +08:00
24510c81d6 python-deps: update migen-axi 2020-10-14 20:30:59 +08:00
ee9983728e update migen+misoc 2020-10-12 22:33:40 +08:00
5ba0896be6 migen: bump 2020-09-17 16:39:38 +08:00
1c43932205 cleanup/fix python-deps import 2020-08-01 10:40:00 +08:00
60e554c501 artiq: use new misoc for artiq-6 2020-08-01 10:31:07 +08:00
7b27d68841 artiq: apply Qt wrapper to artiq_session 2020-08-01 10:20:15 +08:00
3c463f7397 artiq-board: mention asm/llvm_asm 2020-07-29 13:38:53 +08:00
4a1de56ce5 artiq-board: update cargo
Older version doesn't compile with new rustc due to asm/llvm_asm breaking change.
2020-07-29 13:37:21 +08:00
454c3d806c hack-patch pythonparser for python 3.8 2020-07-28 10:46:29 +08:00
6c328f32f1 migen-axi: bump 2020-07-19 14:04:50 +08:00
e75d16f55a artiq: fix use of Qt 2020-07-17 11:48:43 +08:00
e0a9253084 migen: bump 2020-07-11 09:50:42 +08:00
8c508de922 artiq: add binutils-arm dependency for 6.0+ 2020-06-28 17:29:40 +08:00
9733ec3509 llvm-or1k: bump 2020-06-23 21:18:37 +08:00
e15a0235a3 Revert "migen: add patch to limit vivado threads to 1"
This reverts commit 8f7308b036.
2020-06-11 08:18:02 +08:00
8f7308b036 migen: add patch to limit vivado threads to 1 2020-06-10 19:42:17 +02:00
27c3940955 libartiq-support: no more build in lit.cfg 2020-06-10 17:16:01 +08:00
6313687278 remove artiq dependency on rustc 2020-06-10 17:09:43 +08:00
f1742db24f conda: add llvmlite-artiq 2020-06-10 11:53:43 +08:00
20c2871896 conda: build llvm-or1k 2020-06-09 18:21:54 +08:00
37e70bbda1 conda: build asyncserial 2020-06-09 16:08:14 +08:00
68078d38d8 artiq: use nixpkgs levenshtein 2020-06-09 15:52:36 +08:00
f03d0370db artiq: use nixpkgs quamash 2020-06-09 15:47:35 +08:00
7ab028deb6 conda: build pythonparser 2020-06-09 15:43:18 +08:00
4b29022876 misoc: bump 2020-05-29 15:41:03 +08:00
db65504dab migen: bump 2020-05-14 15:09:25 +08:00
95ccdcc5be misoc: bump 2020-05-09 16:43:58 +08:00
43967e2324 migen: bump 2020-05-07 12:57:18 +08:00
aac80b9f84 misoc: bump 2020-04-23 23:07:42 +08:00
38a66c9d41 migen: bump 2020-04-23 23:05:59 +08:00
5dd966ceb0 remove pyftdi (upstream nixpkgs) 2020-04-20 17:49:45 +08:00