forked from M-Labs/nix-scripts
conda-windows: try fixing llvmlite-artiq setup.py install
This commit is contained in:
parent
491aae094c
commit
d809926d10
|
@ -45,7 +45,11 @@ let
|
||||||
@rem Ensure there are no build leftovers (CMake can complain)
|
@rem Ensure there are no build leftovers (CMake can complain)
|
||||||
if exist ffi\build rmdir /S /Q ffi\build
|
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
|
if errorlevel 1 exit 1
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue