Skip to content

Instantly share code, notes, and snippets.

@dboyliao
Last active July 11, 2017 07:25
Show Gist options
  • Select an option

  • Save dboyliao/7e58e0f2eadf4298c233b2350e144eb0 to your computer and use it in GitHub Desktop.

Select an option

Save dboyliao/7e58e0f2eadf4298c233b2350e144eb0 to your computer and use it in GitHub Desktop.
Package Information file for pkg-config for Julia Lang on Mac
# 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
@dboyliao
Copy link
Author

JuliaLang/julia#5834

Inspired by this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment