Skip to content
This repository has been archived by the owner on Mar 26, 2020. It is now read-only.

Support Boost 1.70+ #5

Merged
merged 2 commits into from
Dec 17, 2019
Merged

Conversation

jmarrec
Copy link
Contributor

@jmarrec jmarrec commented Dec 17, 2019

Pending a new release of https://github.com/zaphoyd/websocketpp, add patch diffing between current websocket master and develop, mostly to capture zaphoyd/websocketpp#814 that enables support for boost 1.70+

conanfile.py Show resolved Hide resolved
@Croydon
Copy link
Member

Croydon commented Dec 17, 2019

By the way, @uilianries is adding Boost 1.68 to CCI now assumingly because of websocketpp conan-io/conan-center-index#498


def source(self):
archive_name = "{0}-{1}".format(self.name, self.version)
tools.get("{0}/archive/{1}.tar.gz".format(self.homepage, self.version),
sha256="178899de48c02853b55b1ea8681599641cedcdfce59e56beaff3dd0874bf0286")
os.rename(archive_name, self._source_subfolder)

# Patch for boost 1.70+ support
# TODO: will not be necessary anymore with websocket release > 0.8.1
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@Croydon Croydon merged commit 4a7533d into bincrafters:testing/0.8.1 Dec 17, 2019
@jmarrec
Copy link
Contributor Author

jmarrec commented Dec 17, 2019

Thanks for the review @Croydon. Do you happen to know when the next testing => stable merge will happen?

@Croydon
Copy link
Member

Croydon commented Dec 17, 2019

Whenever we see it fit 😄

Done

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

Successfully merging this pull request may close these issues.

2 participants