Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 311b6cbb authored by hhakim's avatar hhakim
Browse files

Update faust.nsi (win installer) to install cuda9.2 and cuda11.4 version of gpu_mod.

parent 50731fd4
Branches
Tags
No related merge requests found
......@@ -107,7 +107,8 @@ Section "" ; no component so name not needed
; install gpu mod lib
CreateDirectory $INSTDIR\lib
SetOutPath $INSTDIR\lib
File @PROJECT_BINARY_DIR@\..\gpu_mod\build\gm.dll ; error if USE_GPU_MOD to OFF
File @PROJECT_BINARY_DIR@\..\gpu_mod\build-cu9.2\gm-cu9.2.dll
File @PROJECT_BINARY_DIR@\..\gpu_mod\build-cu11.4\gm-cu11.4.dll
; install python wrapper
SetOutPath $INSTDIR\python\pyfaust
......@@ -157,7 +158,8 @@ Section "" ; no component so name not needed
SetOutPath $2\pyfaust
File /r @PROJECT_BINARY_DIR@\wrapper\python\pyfaust\*py
SetOutPath $2\pyfaust\lib
File @PROJECT_BINARY_DIR@\..\gpu_mod\build\gm.dll
File @PROJECT_BINARY_DIR@\..\gpu_mod\build-cu9.2\gm-cu9.2.dll
File @PROJECT_BINARY_DIR@\..\gpu_mod\build-cu11.4\gm-cu11.4.dll
; CreateShortCut pyfaust @PROJECT_BINARY_DIR@\wrapper\python\pyfaust ; tested and it can't be like a linux symlink
SetOutPath $2
File @PROJECT_BINARY_DIR@\wrapper\python\*pyd
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment