File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 31
31
# well on Windows or Mac. You can convert this to a matrix build if you need
32
32
# cross-platform coverage.
33
33
# See: https://docs.github.com/en/free-pro-team@latest/actions/learn-github-actions/managing-complex-workflows#using-a-build-matrix
34
- runs-on : ubuntu-latest
34
+ runs-on : ubuntu-20.04 # ubuntu- latest
35
35
36
36
steps :
37
37
- uses : actions/checkout@v3
48
48
&& sudo apt install intel-oneapi-mkl-devel intel-oneapi-compiler-dpcpp-cpp --yes
49
49
&& source /opt/intel/oneapi/setvars.sh
50
50
51
- - name : Setup git
52
- # Build your program with the given configuration
53
- uses : fregante/setup-git-user@v2 # set git
54
51
- name : Configure CMake
55
52
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
56
53
# See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type
Original file line number Diff line number Diff line change 1
-
2
1
import os
3
2
import sys
3
+
4
4
sys .path .insert (0 , os .path .abspath ("." ))
5
5
# -- Project Information----------------------------------
6
6
project = "nrgplusplus"
You can’t perform that action at this time.
0 commit comments