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

cppzmq (new formula) #4052

Closed
wants to merge 1 commit into from
Closed

cppzmq (new formula) #4052

wants to merge 1 commit into from

Conversation

jmuncaster
Copy link

Add C++ interface to ZeroMQ.

Add C++ interface to ZeroMQ.
@DomT4 DomT4 added the new formula PR adds a new formula to Homebrew/homebrew-core label Aug 20, 2016
@MikeMcQuaid
Copy link
Member

MikeMcQuaid commented Aug 21, 2016

We've generally passed on header-only C++ projects in the past as our feeling is they are better fits for a language-specific package manager or vendoring in your project.

@DomT4 DomT4 added the needs response Needs a response from the issue/PR author label Aug 21, 2016
@jmuncaster
Copy link
Author

jmuncaster commented Aug 21, 2016

I am not aware of a comparable C++ specific package alternative. We use homebrew to avoid vendoring and to simplify new project setup. Is there really a difference between a header-only C++ library and a compiled one? Indeed, some capability (template libraries) cannot be distributed in compiled form.

@ghost ghost removed the needs response Needs a response from the issue/PR author label Aug 21, 2016
@MikeMcQuaid
Copy link
Member

Is there really a difference between a header-only C++ library and a compiled one? Indeed, some capability (template libraries) cannot be distributed in compiled form.

Yes. In this case all Homebrew is really doing for you is moving files into a particular location.

Passing on this for now, sorry. Please consider creating your own tap instead. Thanks!

@jmuncaster
Copy link
Author

Thanks for the tip

For posterity: brew tap jmuncaster/homebrew-header-only

@Homebrew Homebrew locked and limited conversation to collaborators May 4, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
new formula PR adds a new formula to Homebrew/homebrew-core
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants