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

Locate a library that is bundled with Julia #377

Open
dpo opened this issue Aug 14, 2018 · 0 comments
Open

Locate a library that is bundled with Julia #377

dpo opened this issue Aug 14, 2018 · 0 comments

Comments

@dpo
Copy link

dpo commented Aug 14, 2018

I'm trying to write a build.jl file that locate the libamd library that ships with Julia. However, the staightforward script

using BinDeps
@BinDeps.setup
libamd = library_dependency("libamd")
@BinDeps.install Dict(:libamd => :libamd)

does not find it. How can I tell BinDeps to look in Julia's own folders?

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

No branches or pull requests

1 participant