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

Align build requirements with latest ndn-cxx + misc cleanups #23

Merged
merged 3 commits into from
Nov 28, 2023

Conversation

Pesa
Copy link
Member

@Pesa Pesa commented Nov 28, 2023

No description provided.

wscript Outdated
boost_libs = ['system']
boost_libs = []
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Boost.System is header-only since 1.69, no need to link to the compiled library anymore (which is just a compat stub now)

@@ -32,7 +33,7 @@ def options(opt):
help='Build unit tests')

optgrp.add_option('--with-compression', action='store_true', default=False,
dest='with_compression', help='Build with state vector compression extension')
Copy link
Member Author

@Pesa Pesa Nov 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

dest is redundant in this case

Comment on lines -104 to -105
vnum=VERSION,
cnum=VERSION,
Copy link
Member Author

@Pesa Pesa Nov 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

vnum and cnum are meaningful only for shared libraries, hence moved to shlib below.

@Pesa
Copy link
Member Author

Pesa commented Nov 28, 2023

Please ignore the CI failure with clang 18, it's unrelated (https://redmine.named-data.net/issues/5300)

@pulsejet
Copy link
Collaborator

Please ignore the CI failure with clang 18, it's unrelated (https://redmine.named-data.net/issues/5300)

Guess I'll have to make do with just 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 and 17 😛

@pulsejet pulsejet merged commit 3e48741 into named-data:master Nov 28, 2023
26 of 27 checks passed
@Pesa Pesa deleted the boost-dep branch November 28, 2023 20:58
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.

2 participants