Skip to content

Commit f3c3800

Browse files
committedJul 31, 2015
i hate travis-ci
1 parent 4df2001 commit f3c3800

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
 

Diff for: ‎conda/artiq/build.sh

+6
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@ mkdir -p $BIN_PREFIX/kc705 $BIN_PREFIX/pipistrello
1818

1919
# build for KC705
2020

21+
echo $PYTHONPATH
22+
echo $PREFIX/lib/python3.4/site-packages
23+
ls $PREFIX/lib/python3.4/site-packages
24+
ls $PREFIX/lib/python3.4/site-packages/migen
25+
ls $PREFIX/lib/python3.4/site-packages/mibuild
26+
2127
cd $SRC_DIR/misoc; python make.py -X ../soc -t artiq_kc705 build-headers build-bios; cd -
2228
make -C soc/runtime clean runtime.fbi
2329
cd $SRC_DIR/misoc; python make.py -X ../soc -t artiq_kc705 $MISOC_EXTRA_VIVADO_CMDLINE build-bitstream; cd -

0 commit comments

Comments
 (0)
Please sign in to comment.