We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36d92c7 commit feb2c4dCopy full SHA for feb2c4d
conda/artiq/build.sh
@@ -16,9 +16,14 @@ BIN_PREFIX=$ARTIQ_PREFIX/binaries/
16
mkdir -p $ARTIQ_PREFIX/misc
17
mkdir -p $BIN_PREFIX/kc705 $BIN_PREFIX/pipistrello
18
19
-# build for KC705
20
-
+# workarounds
21
export PYTHONPATH=$PREFIX/lib/python3.4/site-packages
+echo $PATH
22
+echo $PREFIX/lib/python3.4/site-packages
23
+which python
24
+#
25
+
26
+# build for KC705
27
28
cd $SRC_DIR/misoc; python make.py -X ../soc -t artiq_kc705 build-headers build-bios; cd -
29
make -C soc/runtime clean runtime.fbi
0 commit comments