conda-windows: try fixing llvmlite-artiq setup.py install

astro
Sebastien Bourdeauducq 2020-06-24 22:22:00 +08:00
parent 491aae094c
commit d809926d10
1 changed files with 5 additions and 1 deletions

View File

@ -45,7 +45,11 @@ let
@rem Ensure there are no build leftovers (CMake can complain)
if exist ffi\build rmdir /S /Q ffi\build
python setup.py install
python setup.py install \
--prefix=%PREFIX% \
--single-version-externally-managed \
--record=record.txt \
--no-compile
if errorlevel 1 exit 1
EOF