Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tsoc
openmm
Commits
0fba96e7
Commit
0fba96e7
authored
Jun 22, 2015
by
peastman
Browse files
Merge pull request #982 from rmcgibbo/commit
Compiling on Windows
parents
0b4a1077
dc8c70d2
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
cmake_modules/FindOpenCL.cmake
cmake_modules/FindOpenCL.cmake
+1
-0
libraries/pthreads/include/pthread.h
libraries/pthreads/include/pthread.h
+4
-1
No files found.
cmake_modules/FindOpenCL.cmake
View file @
0fba96e7
...
@@ -79,6 +79,7 @@ find_library(OPENCL_LIBRARY
...
@@ -79,6 +79,7 @@ find_library(OPENCL_LIBRARY
"/usr/local/cuda"
"/usr/local/cuda"
"/usr/local/streamsdk"
"/usr/local/streamsdk"
"/usr"
"/usr"
"
${
CUDA_TOOLKIT_ROOT_DIR
}
"
PATH_SUFFIXES
${
path_suffixes
}
"lib"
PATH_SUFFIXES
${
path_suffixes
}
"lib"
)
)
...
...
libraries/pthreads/include/pthread.h
View file @
0fba96e7
...
@@ -54,9 +54,12 @@
...
@@ -54,9 +54,12 @@
#include <sys/timeb.h>
#include <sys/timeb.h>
#include <process.h>
#include <process.h>
#ifndef ETIMEDOUT
#define ETIMEDOUT 110
#define ETIMEDOUT 110
#endif
#ifndef ENOTSUP
#define ENOTSUP 134
#define ENOTSUP 134
#endif
#define PTHREAD_CANCEL_DISABLE 0
#define PTHREAD_CANCEL_DISABLE 0
#define PTHREAD_CANCEL_ENABLE 0x01
#define PTHREAD_CANCEL_ENABLE 0x01
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment