Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tianlh
LightGBM-DCU
Commits
13194d2b
Unverified
Commit
13194d2b
authored
Oct 31, 2020
by
James Lamb
Committed by
GitHub
Oct 31, 2020
Browse files
[R-package] remove unused variables in configure.ac (#3509)
parent
f7c1a7f2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
6 deletions
+0
-6
R-package/configure
R-package/configure
+0
-3
R-package/configure.ac
R-package/configure.ac
+0
-3
No files found.
R-package/configure
View file @
13194d2b
...
...
@@ -1694,9 +1694,6 @@ if test -z "${R_HOME}"; then
exit
1
fi
CC
=
`
"
${
R_HOME
}
/bin/R"
CMD config CC
`
CXX
=
`
"
${
R_HOME
}
/bin/R"
CMD config CXX11
`
CFLAGS
=
`
"
${
R_HOME
}
/bin/R"
CMD config CFLAGS
`
CPPFLAGS
=
`
"
${
R_HOME
}
/bin/R"
CMD config CPPFLAGS
`
# LightGBM-specific flags
LGB_CPPFLAGS
=
""
...
...
R-package/configure.ac
View file @
13194d2b
...
...
@@ -21,9 +21,6 @@ if test -z "${R_HOME}"; then
exit 1
fi
CC=`"${R_HOME}/bin/R" CMD config CC`
CXX=`"${R_HOME}/bin/R" CMD config CXX11`
CFLAGS=`"${R_HOME}/bin/R" CMD config CFLAGS`
CPPFLAGS=`"${R_HOME}/bin/R" CMD config CPPFLAGS`
# LightGBM-specific flags
LGB_CPPFLAGS=""
...
...
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