summaryrefslogtreecommitdiffstats
path: root/Wrappers
diff options
context:
space:
mode:
authorEdoardo Pasca <edo.paskino@gmail.com>2018-01-23 22:44:05 +0000
committerEdoardo Pasca <edo.paskino@gmail.com>2018-01-23 22:45:21 +0000
commit9ff389298a1dc4d94222cfcc6e9c6c945401af03 (patch)
tree9e9a952466384ca3b4c22551600b296c7249e1b1 /Wrappers
parentd9018e42490a803fa59678c85bd679c3e5bcbd4e (diff)
downloadregularization-9ff389298a1dc4d94222cfcc6e9c6c945401af03.tar.gz
regularization-9ff389298a1dc4d94222cfcc6e9c6c945401af03.tar.bz2
regularization-9ff389298a1dc4d94222cfcc6e9c6c945401af03.tar.xz
regularization-9ff389298a1dc4d94222cfcc6e9c6c945401af03.zip
bugfix
Diffstat (limited to 'Wrappers')
-rw-r--r--Wrappers/Python/fista-recipe/bld.bat8
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