Skip to content

Commit

Permalink
drop C++11 from Makevars
Browse files Browse the repository at this point in the history
  • Loading branch information
jwijffels committed Sep 13, 2023
1 parent d082253 commit dc66cd6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: crfsuite
Type: Package
Title: Conditional Random Fields for Labelling Sequential Data in Natural Language Processing
Version: 0.4.1
Version: 0.4.2
Maintainer: Jan Wijffels <jwijffels@bnosac.be>
Authors@R: c(
person('Jan', 'Wijffels', role = c('aut', 'cre', 'cph'), email = 'jwijffels@bnosac.be', comment = "R wrapper"),
Expand Down
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# CHANGES IN crfsuite VERSION 0.4.2

- Drop C++11 specification in Makevars

# CHANGES IN crfsuite VERSION 0.4.1

- fixes for R CMD check warning 'a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]'
Expand Down
1 change: 0 additions & 1 deletion src/Makevars
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
CXX_STD = CXX11
PKG_CPPFLAGS = -I./cqdb/include -I./crf/src -I./liblbfgs/include -I./include

SOURCES = cqdb/src/cqdb.c cqdb/src/lookup3.c \
Expand Down

0 comments on commit dc66cd6

Please sign in to comment.