diff options
author | Ivan Lloro <ivan.lloro.boada@gmail.com> | 2024-07-29 05:19:25 +0200 |
---|---|---|
committer | Ivan Lloro <ivan.lloro.boada@gmail.com> | 2024-07-29 05:19:36 +0200 |
commit | 4c0f47562eab4dbc9e780a1f3a44941e987661d5 (patch) | |
tree | fcddd26424e28866e0e81c67ca3d9a5d7ae090c9 /sci-physics | |
parent | dev-ml/dune-rpc: new package, add 3.13.1 (diff) | |
download | guru-4c0f47562eab4dbc9e780a1f3a44941e987661d5.tar.gz guru-4c0f47562eab4dbc9e780a1f3a44941e987661d5.tar.bz2 guru-4c0f47562eab4dbc9e780a1f3a44941e987661d5.zip |
sci-physics/openmodelica: Remove double slash and comments cleanup.
Signed-off-by: Ivan Lloro <ivan.lloro.boada@gmail.com>
Diffstat (limited to 'sci-physics')
-rw-r--r-- | sci-physics/openmodelica/openmodelica-1.23.1.ebuild | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sci-physics/openmodelica/openmodelica-1.23.1.ebuild b/sci-physics/openmodelica/openmodelica-1.23.1.ebuild index 052b3e2cf..f60a0d9f5 100644 --- a/sci-physics/openmodelica/openmodelica-1.23.1.ebuild +++ b/sci-physics/openmodelica/openmodelica-1.23.1.ebuild @@ -112,9 +112,6 @@ src_prepare() { } src_configure() { - #local CMAKE_BUILD_TYPE=Debug - # TODO: potential USE flags. - # BUG: CORBA ON required for OMOptim (but compilation fails) local mycmakeargs=( -DOM_OMEDIT_ENABLE_QTWEBENGINE=ON -DBUILD_SHARED_LIBS=OFF @@ -157,7 +154,7 @@ src_install() { # OMSens is disabled in "${WORKDIR}/${P}/CMakeLists.txt" (## omc_add_subdirectory(OMSens)) due to lack of a # working "${WORKDIR}/${P}/OMSens/CMakeLists.txt". So, we install it manually. cp -a "${WORKDIR}"/"${P}"/OMSens "${ED}"/usr/share/ - rm -fr "${ED}"/usr/share//OMSens/{old,.git,.gitignore,CMakeLists.txt,.jenkins,Jenkinsfile,Makefile.omdev.mingw,Makefile.unix,README.md,setup.py,testing} + rm -fr "${ED}"/usr/share/OMSens/{old,.git,.gitignore,CMakeLists.txt,.jenkins,Jenkinsfile,Makefile.omdev.mingw,Makefile.unix,README.md,setup.py,testing} newicon -s scalable OMShell/OMShell/OMShellGUI/Resources/omshell-large.svg omshell.svg newicon -s scalable OMNotebook/OMNotebook/OMNotebookGUI/Resources/OMNotebook_icon.svg OMNotebook.svg |