-
Notifications
You must be signed in to change notification settings - Fork 167
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sci-physics/delphes: new package, add 3.5.0, 9999 #1338
Conversation
APN-Pucky
commented
Mar 26, 2025
•
edited
Loading
edited
- still running tests
Signed-off-by: Alexander Puck Neuwirth <[email protected]>
Signed-off-by: Alexander Puck Neuwirth <[email protected]>
Co-authored-by: Nowa Ammerlaan <[email protected]>
http://cp3.irmp.ucl.ac.be/projects/delphes | ||
" | ||
|
||
MY_P=Delphes-${PV} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
MY_P=Delphes-${PV} | |
MY_P=${PN^}-${PV} |
|
||
src_prepare() { | ||
default | ||
cmake_src_prepare |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cmake_src_prepare
already calls default
sed -i "s#DESTINATION lib#DESTINATION $(get_libdir)#g" CMakeLists.txt || die | ||
sed -i "s#DESTINATION lib#DESTINATION $(get_libdir)#g" modules/CMakeLists.txt || die | ||
sed -i "s#DESTINATION lib#DESTINATION $(get_libdir)#g" classes/CMakeLists.txt || die | ||
sed -i "s#DESTINATION lib#DESTINATION $(get_libdir)#g" display/CMakeLists.txt || die |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can specify -i
here multiple times to combine this into a single call to sed
Signed-off-by: Alexander Puck Neuwirth <[email protected]>
Signed-off-by: Alexander Puck Neuwirth <[email protected]>