Wine build patch for OpenCL frozen mode
- PyOpenCL needs to be patched to work in frozen mode
This commit is contained in:
parent
31fc899060
commit
7fd6200fb1
|
@ -124,9 +124,9 @@ function install_pyopencl()
|
||||||
else
|
else
|
||||||
wine python -m pip install pyopencl-2015.1-cp27-none-win32.whl
|
wine python -m pip install pyopencl-2015.1-cp27-none-win32.whl
|
||||||
fi
|
fi
|
||||||
|
sed -Ei 's/_DEFAULT_INCLUDE_OPTIONS = .*/_DEFAULT_INCLUDE_OPTIONS = [] /' $WINEPREFIX/drive_c/Python27/Lib/site-packages/pyopencl/__init__.py
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
function build_dll(){
|
function build_dll(){
|
||||||
cd ${BASE_DIR}
|
cd ${BASE_DIR}
|
||||||
cd src/bitmsghash
|
cd src/bitmsghash
|
||||||
|
|
Loading…
Reference in New Issue
Block a user