Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
bfgroup
/
Lyra
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
70
Star
602
Code
Issues
6
Pull requests
1
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Added packaging with CPack and generation of pkg-config.
- #52
#52
Open
KOLANICH
wants to merge 9 commits into
bfgroup:develop
bfgroup/Lyra:develop
from
HydrArgs:cpack
HydrArgs/Lyra:cpack
Copy head branch name to clipboard
Conversation
Commits
9
(9)
Checks
Files changed
Open
Added packaging with CPack and generation of pkg-config.
#52
KOLANICH
wants to merge 9 commits into
bfgroup:develop
bfgroup/Lyra:develop
from
HydrArgs:cpack
HydrArgs/Lyra:cpack
Copy head branch name to clipboard
Commits
Commits on Jan 17, 2023
Added metadata for the project in the format available for CPack.
KOLANICH
committed
f9845cd
View commit details
Copy full SHA for f9845cd
Browse repository at this point
Added CPack packaging.
KOLANICH
committed
a795de2
View commit details
Copy full SHA for a795de2
Browse repository at this point
Added generation of a metadata file for pkg-config
KOLANICH
committed
803f2e8
View commit details
Copy full SHA for 803f2e8
Browse repository at this point
Moved inclusion of GNUInstallDirs closer to top. We would need the variables defined there earlier in the script. Added a variable for path to architecture-independent libs.
KOLANICH
committed
a923d46
View commit details
Copy full SHA for a923d46
Browse repository at this point
Fixed mistakes in CMake config file destinations. They are placed into the same dir.
KOLANICH
committed
a49cfa8
View commit details
Copy full SHA for a49cfa8
Browse repository at this point
Eliminated repipitions of CMake config file for Lyra (that were the source of the previous mistake) by introducing a variable `LYRA_INSTALL_CONFIGDIR`
KOLANICH
committed
856df8b
View commit details
Copy full SHA for 856df8b
Browse repository at this point
Changed the incorrect path to CMake config for Lyra. These files are placed in /usr/<lib dir>[/<arch>]/cmake/<package name> in distros. At least, in Ubuntu and Fedora.
KOLANICH
committed
4d72c62
View commit details
Copy full SHA for 4d72c62
Browse repository at this point
The library is header-only, it is architecture-insdependent. So pkg-config files should be in an arch-independent location.
KOLANICH
committed
8c3098b
View commit details
Copy full SHA for 8c3098b
Browse repository at this point
Fixed the path to includes. It should not be hardcoded, rather it should be taken from CMake variables.
KOLANICH
committed
3d69d37
View commit details
Copy full SHA for 3d69d37
Browse repository at this point
You can’t perform that action at this time.