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
argupta
openfpm_pdata
Commits
8c9a9309
Commit
8c9a9309
authored
Jul 26, 2017
by
incardon
Browse files
Fixing detection of gcc
parent
5fd5804b
Changes
1
Hide whitespace changes
Inline
Side-by-side
script/detect_gcc
View file @
8c9a9309
...
...
@@ -223,8 +223,16 @@ function detect_compiler()
gpp_clang
fi
dgc_ret
=
1
el
se
el
if
[
$gpp_found
-eq
1
]
;
then
gpp_clang
elif
[
$icpc_found
-eq
1
]
;
then
CXX
=
icpc
CC
=
icc
F77
=
ifort
FC
=
ifort
dgc_compiler
=
icpc
else
echo
"No compiler found"
fi
}
...
...
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