diff options
author | Willem Jan Palenstijn <wjp@usecode.org> | 2021-02-25 10:28:47 +0100 |
---|---|---|
committer | Willem Jan Palenstijn <wjp@usecode.org> | 2021-02-25 10:50:43 +0100 |
commit | 6aa95260dfd5ead47963ad7d8275ae9f9ea6645a (patch) | |
tree | 44072abd635e7cb4e40d1ac3e4731867b4bc41b6 /python | |
parent | 1c1feeaf13968aa3103432d1ab118135191d536f (diff) | |
download | astra-6aa95260dfd5ead47963ad7d8275ae9f9ea6645a.tar.gz astra-6aa95260dfd5ead47963ad7d8275ae9f9ea6645a.tar.bz2 astra-6aa95260dfd5ead47963ad7d8275ae9f9ea6645a.tar.xz astra-6aa95260dfd5ead47963ad7d8275ae9f9ea6645a.zip |
Fix Windows conda package build
Diffstat (limited to 'python')
-rw-r--r-- | python/conda/astra-toolbox/bld.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/conda/astra-toolbox/bld.bat b/python/conda/astra-toolbox/bld.bat index f43066b..89b7c94 100644 --- a/python/conda/astra-toolbox/bld.bat +++ b/python/conda/astra-toolbox/bld.bat @@ -29,5 +29,5 @@ cd python set VS90COMNTOOLS=%VS140COMNTOOLS% set CL=/DASTRA_CUDA /DASTRA_PYTHON "/I%R%\include" "/I%R%\lib\include" "/I%CUDA_PATH%\include" -copy "%CONDA_PREFIX%\Library\lib\AstraCuda64.lib" astra.lib +copy "%LIBRARY_LIB%\AstraCuda64.lib" astra.lib python builder.py build_ext --compiler=msvc install |