File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 49
49
if : ${{ !github.event.pull_request || github.event.action != 'closed' }}
50
50
shell : bash -l {0}
51
51
run : |
52
- pip install numpy cython setuptools sphinx sphinx_rtd_theme pydot graphviz sphinxcontrib-programoutput
52
+ pip install numpy cython setuptools scikit-build sphinx sphinx_rtd_theme pydot graphviz sphinxcontrib-programoutput
53
53
- name : Checkout repo
54
54
uses : actions/checkout@v2
55
55
with :
60
60
shell : bash -l {0}
61
61
run : |
62
62
source /opt/intel/oneapi/setvars.sh
63
- python setup.py develop
64
- python -c "import dpctl; print(dpctl.__version__)"
63
+ python setup.py develop -- -DCMAKE_C_COMPILER:PATH=icx -DCMAKE_CXX_COMPILER:PATH=icpx -DDPCTL_ENABLE_LO_PROGRAM_CREATION=ON -DDPCTL_DPCPP_HOME_DIR=${BUILD_PREFIX}
64
+ python -c "import dpctl; print(dpctl.__version__)" || exit 1
65
65
- name : Build docs
66
66
if : ${{ !github.event.pull_request || github.event.action != 'closed' }}
67
67
shell : bash -l {0}
You can’t perform that action at this time.
0 commit comments