diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index a71559c..20fdc78 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -43,7 +43,7 @@ jobs: - name: Install libraries and the respective compiler run: > sudo apt-get update && - sudo apt-get install -yq + sudo apt-get install -yq libboost-all-dev libtbb-dev ${{matrix.compiler}} diff --git a/plugins/CMakeLists.txt b/plugins/CMakeLists.txt index 27c0827..8009db5 100644 --- a/plugins/CMakeLists.txt +++ b/plugins/CMakeLists.txt @@ -7,7 +7,7 @@ foreach (filename ${FILENAMES}) get_filename_component(plugin ${filename} NAME_WE) add_executable(${plugin} ${filename}) target_link_libraries(${plugin} PRIVATE cda-tum-siqad-plugins-include cda-tum-siqad-plugins-dependencies) - + # SiQAD installation path if (DEFINED SIQAD_PLUGINS_ROOT) set(PLUGIN_INSTALL_DIR "${SIQAD_PLUGINS_ROOT}/${plugin}") diff --git a/plugins/README.md b/plugins/README.md index 170cdb2..c8c3a6b 100644 --- a/plugins/README.md +++ b/plugins/README.md @@ -14,4 +14,4 @@ The folder name, source file name and configuration file name must be identical! For instance if you want to create a plugin called `myplugin`, you must create a folder called `myplugin` and add a file called `myplugin.cpp` and `myplugin.physeng`. ---- \ No newline at end of file +--- diff --git a/plugins/quicksim/quicksim.physeng b/plugins/quicksim/quicksim.physeng index bf153ae..2ed0943 100644 --- a/plugins/quicksim/quicksim.physeng +++ b/plugins/quicksim/quicksim.physeng @@ -108,4 +108,4 @@ interpreter, bin_path, command Thomas-Fermi screening distance. - \ No newline at end of file +