summaryrefslogtreecommitdiffstats
path: root/python/conda/libastra/bld.bat
diff options
context:
space:
mode:
Diffstat (limited to 'python/conda/libastra/bld.bat')
-rw-r--r--python/conda/libastra/bld.bat28
1 files changed, 14 insertions, 14 deletions
diff --git a/python/conda/libastra/bld.bat b/python/conda/libastra/bld.bat
index 29b894a..eafadac 100644
--- a/python/conda/libastra/bld.bat
+++ b/python/conda/libastra/bld.bat
@@ -2,32 +2,32 @@
set R=%SRC_DIR%
-set B_VC=C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\amd64
-call "%B_VC%\vcvars64.bat"
+set B_VC=C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\
+rem call "%B_VC%\vcvars64.bat"
-set B_BV=1_62
-set B_BOOST=D:\wjp\boost_%B_BV%_0
+set B_BV=1_69
+set B_BOOST=E:\wjp\boost_%B_BV%_0
cd /D "%B_BOOST%\lib64-msvc-14.0"
mkdir "%R%\lib\x64"
mkdir "%R%\bin\x64\Release_CUDA"
-copy boost_unit_test_framework-vc140-mt-%B_BV%.lib %R%\lib\x64
-copy libboost_chrono-vc140-mt-%B_BV%.lib %R%\lib\x64
-copy libboost_date_time-vc140-mt-%B_BV%.lib %R%\lib\x64
-copy libboost_system-vc140-mt-%B_BV%.lib %R%\lib\x64
-copy libboost_thread-vc140-mt-%B_BV%.lib %R%\lib\x64
+copy boost_unit_test_framework-vc140-mt-x64-%B_BV%.lib "%R%\lib\x64"
+copy libboost_chrono-vc140-mt-x64-%B_BV%.lib "%R%\lib\x64"
+copy libboost_date_time-vc140-mt-x64-%B_BV%.lib "%R%\lib\x64"
+copy libboost_system-vc140-mt-x64-%B_BV%.lib "%R%\lib\x64"
+copy libboost_thread-vc140-mt-x64-%B_BV%.lib "%R%\lib\x64"
cd %B_BOOST%
-xcopy /i /e /q boost "%R%\lib\include\boost"
+xcopy /i /e /q /y boost "%R%\lib\include\boost"
cd /D %R%
msbuild astra_vc14.sln /p:Configuration=Release_CUDA /p:Platform=x64 /t:astra_vc14
-copy bin\x64\Release_CUDA\AstraCuda64.dll "%CONDA_PREFIX%\Library\bin"
-copy bin\x64\Release_CUDA\AstraCuda64.lib "%CONDA_PREFIX%\Library\lib"
-copy "%CUDA_PATH%\bin\cudart64_80.dll" "%CONDA_PREFIX%\Library\bin"
-copy "%CUDA_PATH%\bin\cufft64_80.dll" "%CONDA_PREFIX%\Library\bin"
+copy bin\x64\Release_CUDA\AstraCuda64.dll "%LIBRARY_BIN%"
+copy bin\x64\Release_CUDA\AstraCuda64.lib "%LIBRARY_LIB%"
+copy "%CUDA_PATH%\bin\cudart64_90.dll" "%LIBRARY_BIN%"
+copy "%CUDA_PATH%\bin\cufft64_90.dll" "%LIBRARY_BIN%"