Last active
July 11, 2017 07:25
-
-
Save dboyliao/7e58e0f2eadf4298c233b2350e144eb0 to your computer and use it in GitHub Desktop.
Package Information file for pkg-config for Julia Lang on Mac
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Package Information for pkg-config | |
| prefix=/Applications/Julia-0.6.app/Contents/Resources/julia | |
| exec_prefix=${prefix} | |
| libdir=${exec_prefix}/lib | |
| includedir=${prefix}/include/julia | |
| Name: Julia | |
| Description: A fresh approach to technical computing | |
| Version: 0.6 | |
| Libs: -L${libdir} -Wl,-rpath,'${libdir}' -Wl,-rpath,'${libdir}/julia' -ljulia | |
| Cflags: -I${includedir} -fPIC -DJULIA_ENABLE_THREADING=1 |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
JuliaLang/julia#5834
Inspired by this issue.