Skip to content

Add pkg-config support#58

Merged
Keno merged 4 commits intoJuliaMath:masterfrom
talex5:pkg-config
May 19, 2014
Merged

Add pkg-config support#58
Keno merged 4 commits intoJuliaMath:masterfrom
talex5:pkg-config

Conversation

@talex5
Copy link
Copy Markdown
Contributor

@talex5 talex5 commented May 19, 2014

Changes "make install" to add a package-config .pc file. Other programs can use this to get the correct cc and ld flags. e.g.

$ pkg-config --cflags openlibm
-I/usr/local/include 

$ pkg-config --libs openlibm  
-L/usr/local/lib -lopenlibm 

It also merges the noinc branch (#42) because otherwise the installed headers don't work at all.

@Keno
Copy link
Copy Markdown
Contributor

Keno commented May 19, 2014

Seems reasonable to me.

Keno added a commit that referenced this pull request May 19, 2014
@Keno Keno merged commit 17775c5 into JuliaMath:master May 19, 2014
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