Skip to content

Commit

Permalink
Removed C++11 requirement.
Browse files Browse the repository at this point in the history
  • Loading branch information
pcarbo committed Oct 18, 2023
1 parent 67fd598 commit cbf0462
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 2 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ Package: mashr
Type: Package
Encoding: UTF-8
Title: Multivariate Adaptive Shrinkage
Version: 0.2.78
Date: 2023-10-17
Version: 0.2.79
Date: 2023-10-18
Authors@R: c(person("Matthew","Stephens",role="aut"),
person("Sarah","Urbut",role="aut"),
person("Gao","Wang",role="aut"),
Expand All @@ -26,7 +26,6 @@ URL: https://github.com/stephenslab/mashr
BugReports: https://github.com/stephenslab/mashr/issues
License: BSD_3_clause + file LICENSE
Copyright: file COPYRIGHTS
SystemRequirements: C++11
Depends: R (>= 3.3.0),
ashr (>= 2.2-22)
Imports:
Expand Down
1 change: 0 additions & 1 deletion src/Makevars.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
CXX_STD = CXX11
GSL_LIBS = @GSL_LIBS@
GSL_CFLAGS = @GSL_CFLAGS@
PKG_CXXFLAGS = $(SHLIB_OPENMP_CXXFLAGS) $(GSL_CFLAGS) -DARMA_64BIT_WORD=1
Expand Down

0 comments on commit cbf0462

Please sign in to comment.