mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 05:23:01 -04:00
sci-physics/openmodelica: Remove double slash and comments cleanup.
Signed-off-by: Ivan Lloro <ivan.lloro.boada@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user