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

Add symbol / string versions of find_library #14044

Merged
merged 1 commit into from
Nov 20, 2015
Merged

Conversation

jakebolewski
Copy link
Member

Relax find_library argument types to any iterable

@@ -22,7 +22,9 @@ end

cd(dirname(@__FILE__)) do

# @test !isempty(Libdl.find_library(["libccalltest"], [dirname(@__FILE__)]))
@test !isempty(Libdl.find_library(["libccalltest"], [dirname(@__FILE__)]))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this no longer builds in test/, it's under $(build_shlibdir) now

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Julia/julia-dev [jcb/findlib●] » ls -l test/* | grep ccalltest
-rwxr-xr-x  1 jacobbolewski  staff  16528 Sep 13 15:25 test/libccalltest.dylib
test/libccalltest.dylib.dSYM:

?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

that's stale and leftover from when it used to build there

relax find_library argument types to any iterable
@tkelman
Copy link
Contributor

tkelman commented Nov 19, 2015

lgtm

jakebolewski added a commit that referenced this pull request Nov 20, 2015
Add symbol / string versions of find_library
@jakebolewski jakebolewski merged commit 528bbd1 into master Nov 20, 2015
@jakebolewski jakebolewski deleted the jcb/findlib branch November 20, 2015 17:56
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.

None yet

2 participants