Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Remove sdk version from veclib searching path. #5236
+1
−1
Conversation
shelhamer
merged commit 28ffe9c
into
BVLC:master
Feb 16, 2017
1 check passed
continuous-integration/travis-ci/pr
The Travis CI build passed
Details
shelhamer
referenced
this pull request
Feb 16, 2017
Closed
Find veclib on MacOS automatically. #5278
shelhamer
added the
build
label
Feb 16, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
solrex commentedJan 30, 2017
"MacOSX${version}.sdk" is a soft link to "MacOSX.sdk". Including version in searching path will result in "Could NOT find vecLib" error on other MacOSX versions(10.12 for example).