Skip to content

Commit

Permalink
--std==c++11 needed
Browse files Browse the repository at this point in the history
  • Loading branch information
proycon committed Dec 7, 2015
1 parent f6b3032 commit 853fc50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
include_dirs=includedirs,
library_dirs=libdirs,
libraries=['frog','ucto','folia'],
extra_compile_args=['--std=c++0x'],
extra_compile_args=['--std=c++11'],
pyrex_gdb=True
) ]

setup(
name = 'python-frog',
version = '0.2.3',
version = '0.2.4',
author_email = "[email protected]",
description = ("Python binding to FROG, an NLP suite for Dutch doing part-of-speech tagging, lemmatisation, morphological analysis, named-entity recognition, shallow parsing, and dependency parsing."),
requires = ['frog (>=0.12.20)'],
Expand Down

0 comments on commit 853fc50

Please sign in to comment.