Opened 3 years ago
Last modified 16 months ago
#2400 assigned task
win32 setup script to install pycuda, nvapi
Reported by: | totaamwin32 | Owned by: | Antoine Martin |
---|---|---|---|
Priority: | major | Milestone: | future |
Component: | packaging | Version: | 3.0.x |
Keywords: | Cc: |
Description
As per ticket:1413#comment:2.
Change History (4)
comment:1 Changed 3 years ago by
Milestone: | 3.0 → 4.0 |
---|---|
Status: | new → assigned |
comment:2 Changed 2 years ago by
Milestone: | 4.0 → future |
---|
comment:3 Changed 2 years ago by
Updated instructions:
- install latest CUDA (tested with v10.2)
- download pycuda and build it (tested with 2019.2):
python3 ./configure.py --cuda-root="c:\\Program Files\\NVIDIA GPU Computing Toolkit\\CUDA\\v10.2"
- remove "/EHsc" and "/FORCE" from siteconf.py.
- add
BOOST_USE_WINDOWS_H=1
inEXTRA_DEFINES
ofsetup.py
to workaround this boost bug: [http://stackoverflow.com/questions/18134148/ Undefined reference to InterlockedCompareExchange? with boost.thread on mingw64 (but not on mingw32)] python3 ./setup.py build -c mingw32
python3 ./setup.py install
There are some new dependencies: mako, pytools, markupsafe.
comment:4 Changed 16 months ago by
this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/2400
Note: See
TracTickets for help on using
tickets.
Downloading CUDA requires authentication, so this can't be fully automated.