File tree Expand file tree Collapse file tree 1 file changed +12
-7
lines changed Expand file tree Collapse file tree 1 file changed +12
-7
lines changed Original file line number Diff line number Diff line change 45
45
uses : conda-incubator/setup-miniconda@v2
46
46
with :
47
47
activate-environment : dpnp
48
- python-version : 3.7
48
+ python-version : 3.8
49
+ channels : intel,conda-forge
49
50
auto-activate-base : false
50
51
- name : Conda info
51
52
shell : bash -l {0}
@@ -55,22 +56,26 @@ jobs:
55
56
- name : Install sphinx dependencies
56
57
shell : bash -l {0}
57
58
run : |
58
- conda install numpy cython sphinx sphinx_rtd_theme wheel
59
+ conda install sphinx sphinx_rtd_theme
60
+ - name : Install dpnp dependencies
61
+ shell : bash -l {0}
62
+ run : |
63
+ conda install dpctl mkl-devel-dpcpp tbb-devel dpcpp_linux-64 cmake=3.19 cython pytest \
64
+ -c dppy/label/dev -c intel -c conda-forge
59
65
- name : Install cuPy dependencies
60
66
shell : bash -l {0}
61
67
run : |
62
68
conda install -c conda-forge cupy cudatoolkit=10.0
63
69
- name : Build library
64
70
shell : bash -l {0}
65
71
run : |
66
- . /opt/intel/oneapi/setvars.sh
67
- . ./scripts/install_cmake_lin.sh
68
- ./0.build.sh
72
+ python setup.py build_clib
73
+ CC=dpcpp python setup.py build_ext --inplace
74
+ python setup.py develop
69
75
- name : Build docs
70
76
shell : bash -l {0}
71
77
run : |
72
- . /opt/intel/oneapi/setvars.sh
73
- ./0.builddoc.sh
78
+ make html
74
79
working-directory : doc
75
80
# https://github.com/marketplace/actions/doxygen-action
76
81
- name : Build backend docs
You can’t perform that action at this time.
0 commit comments