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

Extend Makefile to produce shared libraries #7

Closed
wants to merge 2 commits into from

Conversation

zacharyvoase
Copy link

I’m hacking together a Python interface to this library using ctypes, which means I needed a shared object file (.dylib on OS X, .so on Linux). This small PR just adds an appropriate target on each of those OSes; I’ve tested it on both so far (thanks to Vagrant) and it seems to work.

@SevenBits
Copy link

This should be merged. A shared library would be super useful for this.

@dan-blanchard
Copy link

Since this is needed for the Python wrapper, I also think this would be a great addition.

@przemoc
Copy link
Contributor

przemoc commented May 3, 2013

I considered providing shared libraries when I created Makefile for houdini. But somehow I felt @vmg wanted to be free from maintenance work. Heck, that is why there was no makefile at all, I guess. Static lib is convenient and doesn't burden anyone. You cannot say that about dynamic lib.

Mind that doing shared libraries requires versioning them, which you (conveniently :>) omitted. I can provide simple boilerplate for Linux-case (.so), but I don't know anything about OS X and its .dylib thing, unfortunately.

@stephenmathieson
Copy link

+1

Copy link

@atencion12 atencion12 left a comment

Choose a reason for hiding this comment

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

Ramsalmgroup

@atencion12
Copy link

Ramsalmgroup

@atencion12
Copy link

Daniel Ramos Navarro

@Bepoe811 Bepoe811 mentioned this pull request Oct 22, 2021
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.

7 participants