-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
drop C++11 features which seem very difficult to make work with OpenM…
…P in a way acceptable to CRAN.
- Loading branch information
Jack O. Wasey
committed
Mar 15, 2015
1 parent
790304f
commit bc8fe38
Showing
6 changed files
with
20 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,7 @@ | ||
CXX_STD = CXX11 | ||
# CXX_STD = CXX11 | ||
# $(CXX1XSTD) | ||
|
||
PKG_CPPFLAGS = -I. | ||
PKG_CXXFLAGS = $(SHLIB_OPENMP_CXXFLAGS) $(CXX1XSTD) -mtune=native | ||
PKG_CFLAGS = $(SHLIB_OPENMP_CFLAGS) -mtune=native | ||
PKG_CXXFLAGS = $(SHLIB_OPENMP_CXXFLAGS) | ||
PKG_CFLAGS = $(SHLIB_OPENMP_CFLAGS) | ||
PKG_LIBS = $(SHLIB_OPENMP_CXXFLAGS) | ||
|
||
#CXX_STD = CXX11 # note that this trashes my choice of compiler reverting to g++ instead of clang |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters