Skip to content

Commit c02e7c7

Browse files
committed
Missing NumPy dependency
1 parent 5d673a5 commit c02e7c7

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

.github/workflows/docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Install documentation dependencies
2121
run: |
2222
sudo apt install opencl-c-headers ocl-icd-opencl-dev doxygen
23-
sudo pip3 install --upgrade pip setuptools build
23+
sudo pip3 install --upgrade pip setuptools build numpy
2424
pip3 install --user --upgrade -r $GITHUB_WORKSPACE/doc/requirements.txt
2525
python3 -m build --wheel $GITHUB_WORKSPACE
2626
pip3 install --user --upgrade --ignore-installed $GITHUB_WORKSPACE/dist/*.whl

src/pocky/ext/include/pocky.h

-6
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,6 @@
1313

1414
#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION
1515

16-
/**
17-
* @brief Target version of OpenCL
18-
* @showinitializer
19-
*/
20-
#define CL_TARGET_OPENCL_VERSION 300
21-
2216
#include <CL/opencl.h>
2317

2418
/** Exception object for OpenCL-specific errors */

0 commit comments

Comments
 (0)