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

Update makesharedlib.sh #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mariabenitocst
Copy link

I had a problem while building the cuba shared library, I got an error after typing "./makesharedlib.sh".
The problem comes from the file __.SYMDEF SORTED which is not found.

This is a pull request to grep out " .SYMDEF SORTED" as @JohannesBuchner suggested in issue #117 from pyMultinest.

I had a problem while building the cuba shared library, I got an error after typing "./makesharedlib.sh".
The problem comes from the file __.SYMDEF SORTED which is not found.

This is a pull request to grep out " __.SYMDEF SORTED__" as you suggested in issue #117 from pyMultinest.
@parsotat
Copy link

As an additional change for MacOS compatibility, line 5: sed 's/CFLAGS = -O3 -fomit-frame-pointer/CFLAGS = -O3 -fPIC -fomit-frame-pointer/g' --in-place makefile should become:

sed -i'' -e 's/CFLAGS = -O3 -fomit-frame-pointer/CFLAGS = -O3 -fPIC -fomit-frame-pointer/g' makefile

This was the correct sed command that made this work on my MacOS machine.

@JohannesBuchner
Copy link
Owner

I think the makesharedlib.sh building is broken on Linux though, making the repo unusable...

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