diff options
-rw-r--r-- | Wrappers/Python/fista-recipe/bld.bat | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/Wrappers/Python/fista-recipe/bld.bat b/Wrappers/Python/fista-recipe/bld.bat index 69c2afe..32c1bc6 100644 --- a/Wrappers/Python/fista-recipe/bld.bat +++ b/Wrappers/Python/fista-recipe/bld.bat @@ -3,9 +3,11 @@ ECHO CIL_VERSION Not Defined. exit 1 ) -xcopy /e "%RECIPE_DIR%\.." "%SRC_DIR%" +mkdir "%SRC_DIR%\ccpifista" +xcopy /e "%RECIPE_DIR%\.." "%SRC_DIR%\ccpifista" -%PYTHON% setup.py -q bdist_egg +cd "%SRC_DIR%\ccpifista" +::%PYTHON% setup-fista.py -q bdist_egg :: %PYTHON% setup.py install --single-version-externally-managed --record=record.txt -%PYTHON% setup.py install +%PYTHON% setup-fista.py install if errorlevel 1 exit 1 |