File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 push :
66 branches :
77 - main
8+ - documentation
89 pull_request :
910 branches :
1011 - main
2122 # install dependencies
2223 - name : Dependancies
2324 run : |
24- echo "deb http://dk.archive.ubuntu.com/ubuntu/ hirsute main universe" | sudo tee -a /etc/apt/sources.list
2525 sudo apt update
2626 sudo apt-get install -y doxygen graphviz
2727 # configure project via CMake
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ Additional dependencies if `PLSSVM_ENABLE_TESTING` and `PLSSVM_GENERATE_TEST_FIL
8787Building the library can be done using the normal CMake approach:
8888
8989``` bash
90- git clone git@ github.com: SC-SGS/PLSSVM.git
90+ git clone https:// github.com/ SC-SGS/PLSSVM.git
9191cd PLSSVM
9292mkdir build && cd build
9393cmake -DPLSSVM_TARGET_PLATFORMS=" ..." [optional_options] ..
You can’t perform that action at this time.
0 commit comments