Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ACS
Public
Power System Simulation and Optimization
DPsim
DPsim
Commits
8173c9d6
Commit
8173c9d6
authored
May 15, 2018
by
Steffen Vogel
🎅🏼
Browse files
cmake: fix RPM dependencies
Former-commit-id:
0a12cc42
parent
2a208ee7
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMake/DPsimPackaging.cmake
View file @
8173c9d6
...
...
@@ -12,7 +12,7 @@ set(CPACK_RPM_PACKAGE_RELEASE ${DPSIM_RELEASE})
set
(
CPACK_RPM_PACKAGE_ARCHITECTURE
"x86_64"
)
set
(
CPACK_RPM_PACKAGE_LICENSE
"GPLv3"
)
set
(
CPACK_RPM_PACKAGE_URL
"http://www.fein-aachen.org/projects/dpsim/"
)
set
(
CPACK_RPM_PACKAGE_REQUIRES
"libcimpp
lib
villas python3-libs"
)
set
(
CPACK_RPM_PACKAGE_REQUIRES
"libcimpp
16v29a
villas
-node
python3-libs
python3 python3-pip
"
)
set
(
CPACK_RPM_PACKAGE_GROUP
"Development/Libraries"
)
# As close as possible to Fedoras naming
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment