Skip to content

Commit

Permalink
Use secure HTTPS URLs where possible
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmenzel committed May 5, 2017
1 parent e3e27b6 commit ec443c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ PROJECT(libgpuarray C)
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/CMakeModules/")

# -Wall is unbelieveably noisy with Visual Studio:
# http://stackoverflow.com/q/4001736/3257826
# https://stackoverflow.com/q/4001736/3257826
if(MSVC)
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -W3")
else()
Expand Down
4 changes: 2 additions & 2 deletions INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ with a log of the build messages to [email protected].
Requirements:

- either an OpenCL runtime (with headers) or the CUDA toolkit
- CMake [ http://cmake.org ] (to build)
- CMake [ https://cmake.org ] (to build)

Run CMake on the CMakeList.txt file in src/ and build according to
your platform. Set CMAKE_INSTALL_PREFIX to your desired path if you
Expand All @@ -21,4 +21,4 @@ There are instruction for installation in the CMake file which make
install on Windows.

If you also want the python bindings, run 'python setup.py install'
after building and installing the library which will install pygpu.
after building and installing the library which will install pygpu.

0 comments on commit ec443c9

Please sign in to comment.