-
Notifications
You must be signed in to change notification settings - Fork 24
Port to CMake #24
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
Comments
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 30 days |
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 30 days |
Blocks like this one: metrics/rpm/tarantool-metrics.spec Lines 27 to 32 in 760caa4
Can be replaced with just: %files
%{luapkgdir}/metrics (Yep, without A rockspec can use 'make' build type (and don't list lua files), so if you don't need cmake for various cross-platform stuff, you're free to avoid it. |
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 30 days |
@vasiliy-t Is there a way to at least protect some issues from this bot? I still think that it is meaningless for managing 20-30 issues (see here), but excluding some issues will at least solve the problem for tasks that I'm interesting in. |
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 30 days |
Port to cmake is done |
Currently the list of files to be installed is hardcoded in both the rockspec and the rpm spec. This should not happen. Instead, the package should be installed with 'make install'.
Please port the build script from Makefile to CMake, and implement packing for debian (now absent)
The text was updated successfully, but these errors were encountered: