File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -63,13 +63,12 @@ jobs:
63
63
source /opt/intel/oneapi/setvars.sh
64
64
wget https://github.com/vovkos/doxyrest/releases/download/doxyrest-2.1.2/doxyrest-2.1.2-linux-amd64.tar.xz
65
65
tar xf doxyrest-2.1.2-linux-amd64.tar.xz
66
- python setup.py develop -- \
67
- -G "Ninja" \
68
- -DCMAKE_BUILD_TYPE=Debug \
69
- -DCMAKE_C_COMPILER:PATH=icx \
70
- -DCMAKE_CXX_COMPILER:PATH=icpx \
71
- -DDPCTL_GENERATE_DOCS=ON \
72
- -DDPCTL_ENABLE_DOXYREST=ON \
66
+ python setup.py develop -G Ninja --build-type=Debug \
67
+ -- \
68
+ -DCMAKE_C_COMPILER:PATH=$(which icx) \
69
+ -DCMAKE_CXX_COMPILER:PATH=$(which icpx) \
70
+ -DDPCTL_GENERATE_DOCS=ON \
71
+ -DDPCTL_ENABLE_DOXYREST=ON \
73
72
-DDoxyrest_DIR=`pwd`/doxyrest-2.1.2-linux-amd64
74
73
python -c "import dpctl; print(dpctl.__version__)" || exit 1
75
74
cd "$(find _skbuild -name cmake-build)" || exit 1
You can’t perform that action at this time.
0 commit comments