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
gaoqiong
MIGraphX
Commits
81134ed5
Commit
81134ed5
authored
May 23, 2018
by
Paul
Browse files
Update ubuntu tag
parent
0f3dcb50
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
CMakeLists.txt
CMakeLists.txt
+6
-0
Dockerfile
Dockerfile
+1
-1
No files found.
CMakeLists.txt
View file @
81134ed5
...
...
@@ -3,6 +3,12 @@ cmake_minimum_required(VERSION 3.5)
project
(
rtglib
)
find_package
(
ROCM REQUIRED
)
if
(
CMAKE_CXX_COMPILER_ID STREQUAL
"GNU"
)
if
(
CMAKE_CXX_COMPILER_VERSION VERSION_LESS
"5.5"
)
message
(
FATAL_ERROR
"RTGLib requires at least gcc 5.5"
)
endif
()
endif
()
add_compile_options
(
-std=c++14
)
list
(
APPEND CMAKE_MODULE_PATH
${
CMAKE_CURRENT_SOURCE_DIR
}
/cmake
)
...
...
Dockerfile
View file @
81134ed5
FROM
ubuntu:
16.04
FROM
ubuntu:
xenial-20180417
ARG
PREFIX=/usr/local
...
...
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