Small changes to build on Cygwin under MSWindows10#172
Merged
preda merged 3 commits intopreda:masterfrom Jun 29, 2020
Merged
Conversation
Queue.h: usleep() is not available on Cygwin; use sleep(1) for now. AMD3.0: soft link to the usual location for OpenCL on MSWindows10, supporting: make LIBPATH=-LAMD3.0/lib/x86_64
Owner
|
Looks good with one observation: could you please drop the symbolic link -- given that it's useful only in a very particular case, it would be unsigtly for the other users. |
Contributor
Author
|
I included the soft link to make it easier for users to build with the AMD SDK and easier to describe how to do that. |
I would prefer to add the location in Makefile, rather than a link, because it's relevant only to a subset of users.
Owner
|
Thanks! |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Queue.h - an #fidef CYGWIN to use sleep() instead of usleep().
.gitignore - add .d and a couple of files created during make.
AMD3.0 - a soft link to a common place for OpenCL from AMD.