This repository was archived by the owner on Jan 30, 2023. It is now read-only.
Commit 731ff53 Matthias Koeppe
committed
1 parent 904a494 commit 731ff53 Copy full SHA for 731ff53
File tree 4 files changed +5
-2
lines changed
4 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1
1
# distutils: language = c++
2
+ # distutils: extra_compile_args = -std=c++11
2
3
3
4
# *****************************************************************************
4
5
# Copyright (C) 2015 Michele Borassi [email protected]
Original file line number Diff line number Diff line change 1
- # distutils: extra_compile_args = -std=c99
1
+ # distutils: extra_compile_args = -std=c++11
2
+ # distutils: language = c++
2
3
3
4
cdef extern from " m4ri/m4ri.h" :
4
5
ctypedef int rci_t
Original file line number Diff line number Diff line change 3
3
# distutils: libraries = SINGULAR_LIBRARIES
4
4
# distutils: library_dirs = SINGULAR_LIBDIR
5
5
# distutils: language = c++
6
+ # distutils: extra_compile_args = -std=c++11
6
7
7
8
"""
8
9
Declarations of Singular's C/C++ Functions
Original file line number Diff line number Diff line change 1
- # distutils: extra_compile_args = GIVARO_CFLAGS
1
+ # distutils: extra_compile_args = GIVARO_CFLAGS -std=c++11
2
2
# distutils: include_dirs = GIVARO_INCDIR
3
3
4
4
from libcpp.vector cimport vector
You can’t perform that action at this time.
0 commit comments