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 5050 echo "workDir $workDir"
5151
5252 # kokkos
53- git clone -b develop git@ github.com: kokkos/kokkos.git ${workDir}/kokkos
53+ git clone -b develop https:// github.com/ kokkos/kokkos.git ${workDir}/kokkos
5454 kkbdir=${workDir}/build-kokkos
5555 cmake -S ${workDir}/kokkos -B $kkbdir \
5656 -DCMAKE_BUILD_TYPE=Release \
6666 cmake --build $kkbdir --target install -j 4
6767
6868 ##cabana
69- git clone git@ github.com: ECP-copa/Cabana.git ${workDir}/cabana
69+ git clone https:// github.com/ ECP-copa/Cabana.git ${workDir}/cabana
7070 cabbdir=${workDir}/build-cab
7171 cmake -S ${workDir}/cabana -B $cabbdir \
7272 -DCMAKE_BUILD_TYPE="Release" \
8181 cmake --build $cabbdir -j 4 --target install
8282
8383 # omegah
84- git clone git@ github.com: SCOREC/omega_h.git ${workDir}/omegah
84+ git clone https:// github.com/ SCOREC/omega_h.git ${workDir}/omegah
8585 ohbdir=${workDir}/build-omegah
8686 cmake -S ${workDir}/omegah -B $ohbdir \
8787 -DCMAKE_INSTALL_PREFIX=$ohbdir/install \
You can’t perform that action at this time.
0 commit comments