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 @@ -55,22 +55,22 @@ jobs:
55
55
56
56
- name : Create SOPT package
57
57
run : |
58
- export CMAKE_PREFIX_PATH=${{github.workspace}}/build :$CMAKE_PREFIX_PATH
58
+ export CMAKE_PREFIX_PATH=${{github.workspace}}/local :$CMAKE_PREFIX_PATH
59
59
mkdir sopt/build
60
60
cd sopt/build
61
61
cmake .. -DCMAKE_INSTALL_PREFIX=${PWD} -Ddocasa=OFF -Ddompi=OFF -Dopenmp=OFF -Ddocs=OFF -Dtests=OFF -Dexamples=OFF
62
62
make -j$(nproc --ignore 1) install
63
63
64
64
- name : Configure
65
65
run : |
66
- export CMAKE_PREFIX_PATH=${{github.workspace}}/build :$CMAKE_PREFIX_PATH
66
+ export CMAKE_PREFIX_PATH=${{github.workspace}}/local :$CMAKE_PREFIX_PATH
67
67
mkdir -p ${{github.workspace}}/build
68
68
cd ${{github.workspace}}/build
69
69
cmake .. -DCMAKE_INSTALL_PREFIX=${PWD} -Ddompi=OFF -Dopenmp=OFF -Ddocs=ON
70
70
71
71
- name : Build
72
72
run : |
73
- export CMAKE_PREFIX_PATH=${{github.workspace}}/build :$CMAKE_PREFIX_PATH
73
+ export CMAKE_PREFIX_PATH=${{github.workspace}}/local :$CMAKE_PREFIX_PATH
74
74
cd ${{github.workspace}}/build
75
75
make -j$(nproc --ignore 1) install
76
76
You can’t perform that action at this time.
0 commit comments