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

Honor configure options better #64

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

Conversation

evanlinde
Copy link

I encountered a problem building from source and using a non-standard path. (Specifically, this was building on an HPC system without root/sudo.) The build would fail because the makefile was ignoring $LDFLAGS from the environment and failing to find nlopt and adolc.

Additionally, the makefile was setting the install prefix staticly rather than accepting the value from ./configure --prefix=something.

The proposed changes use the prefix value provided by ./configure (and use it more like standard unix/linux conventions) and also include the $LDFLAGS value from the environment.

Use "prefix" more in line with standard unix/linux conventions and use the value provided by ./configure.
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.

1 participant