summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
authorWillem Jan Palenstijn <wjp@usecode.org>2021-02-25 10:28:47 +0100
committerWillem Jan Palenstijn <wjp@usecode.org>2021-02-25 10:50:43 +0100
commit6aa95260dfd5ead47963ad7d8275ae9f9ea6645a (patch)
tree44072abd635e7cb4e40d1ac3e4731867b4bc41b6 /python
parent1c1feeaf13968aa3103432d1ab118135191d536f (diff)
downloadastra-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.bat2
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