Skip to content
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

Provide cmake override for shared-lib name #650

Merged
merged 1 commit into from
Nov 6, 2022
Merged

Provide cmake override for shared-lib name #650

merged 1 commit into from
Nov 6, 2022

Conversation

jrudess
Copy link
Contributor

@jrudess jrudess commented Nov 5, 2022

As discussed in #646, this PR provides a solution to the packaging issue, by adding a new variable SLANG_SHARED_LIB_NAME allowing a command line method for renaming the shared-lib during distribution packaging.

Since "s-lang" is in the dependency tree for NetworkManager most distros will have libslang.so installed already. I'll be using "libsvlang.so" for Arch Linux packaging.

@codecov
Copy link

codecov bot commented Nov 5, 2022

Codecov Report

Merging #650 (a3bf429) into master (81d230d) will not change coverage.
The diff coverage is n/a.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #650   +/-   ##
=======================================
  Coverage   91.22%   91.22%           
=======================================
  Files         185      185           
  Lines       42435    42435           
=======================================
  Hits        38710    38710           
  Misses       3725     3725           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 81d230d...a3bf429. Read the comment docs.

@MikePopoloski MikePopoloski merged commit 3abefa7 into MikePopoloski:master Nov 6, 2022
@MikePopoloski
Copy link
Owner

Thanks, libsvlang seems like a reasonable workaround. I'll probably just make that the default but having the option doesn't hurt.

mayhem-bot pushed a commit to mayhemheroes/slang that referenced this pull request Nov 6, 2022
@vowstar
Copy link
Contributor

vowstar commented Nov 7, 2022

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants