Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 71849edf authored by hhakim's avatar hhakim
Browse files

Update win installer script since CUDA9.2 support has been removed.

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