From 9ff389298a1dc4d94222cfcc6e9c6c945401af03 Mon Sep 17 00:00:00 2001 From: Edoardo Pasca Date: Tue, 23 Jan 2018 22:44:05 +0000 Subject: bugfix --- Wrappers/Python/fista-recipe/bld.bat | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'Wrappers') 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 -- cgit v1.2.3