Changeset 814a65 in git
- Timestamp:
- Mar 3, 2017, 4:45:50 PM (7 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- 437991d5cd520ebf9c3e1f1c410b4858ce7e73c4
- Parents:
- 8f963e06819f6439ad1b215b1fb335013f27d607
- Files:
-
- 11 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/dyn_modules/python/CF_wrap.cc
r8f963e r814a65 1 1 #include <kernel/mod2.h> 2 #ifdef HAVE_PYTHON 2 #ifdef HAVE_PYTHON_MODULE 3 3 #include <sstream> 4 4 #include <boost/python.hpp> -
Singular/dyn_modules/python/ideal_wrap.cc
r8f963e r814a65 1 1 #include <kernel/mod2.h> 2 #ifdef HAVE_PYTHON 2 #ifdef HAVE_PYTHON_MODULE 3 3 #include <boost/python.hpp> 4 4 #include "Poly.h" -
Singular/dyn_modules/python/interpreter_support.cc
r8f963e r814a65 1 1 #include <kernel/mod2.h> 2 #ifdef HAVE_PYTHON 2 #ifdef HAVE_PYTHON_MODULE 3 3 #include <sstream> 4 4 #include <boost/python.hpp> -
Singular/dyn_modules/python/intvec_wrap.cc
r8f963e r814a65 1 1 #include <kernel/mod2.h> 2 #ifdef HAVE_PYTHON 2 #ifdef HAVE_PYTHON_MODULE 3 3 #include <boost/python.hpp> 4 4 #include <boost/python/suite/indexing/vector_indexing_suite.hpp> -
Singular/dyn_modules/python/number_wrap.cc
r8f963e r814a65 1 1 #include <kernel/mod2.h> 2 #ifdef HAVE_PYTHON 2 #ifdef HAVE_PYTHON_MODULE 3 3 #include <boost/python.hpp> 4 4 #include "Number.h" -
Singular/dyn_modules/python/playground.cc
r8f963e r814a65 1 1 #include <kernel/mod2.h> 2 #ifdef HAVE_PYTHON 2 #ifdef HAVE_PYTHON_MODULE 3 3 #include <boost/python.hpp> 4 4 #include "Poly.h" -
Singular/dyn_modules/python/poly_wrap.cc
r8f963e r814a65 1 1 #include <kernel/mod2.h> 2 #ifdef HAVE_PYTHON 2 #ifdef HAVE_PYTHON_MODULE 3 3 #include <boost/python.hpp> 4 4 #include "Poly.h" -
Singular/dyn_modules/python/python_module.cc
r8f963e r814a65 1 1 #include <kernel/mod2.h> 2 #ifdef HAVE_PYTHON 2 #ifdef HAVE_PYTHON_MODULE 3 3 #include <stdlib.h> 4 4 #include <stdio.h> -
Singular/dyn_modules/python/ring_wrap.cc
r8f963e r814a65 1 1 #include <kernel/mod2.h> 2 #ifdef HAVE_PYTHON 2 #ifdef HAVE_PYTHON_MODULE 3 3 #include <boost/python.hpp> 4 4 #include <Singular/ipshell.h> -
Singular/dyn_modules/python/vector_wrap.cc
r8f963e r814a65 1 1 #include <kernel/mod2.h> 2 #ifdef HAVE_PYTHON 2 #ifdef HAVE_PYTHON_MODULE 3 3 #include <boost/python.hpp> 4 4 #include "Poly.h" -
m4/options.m4
r8f963e r814a65 286 286 [if test $enableval = yes; then 287 287 ENABLE_PYTHON_MODULE="yes" 288 AC_DEFINE([HAVE_PYTON_MODULE],[1],[Enable python_module.so]) 288 289 else 289 290 ENABLE_PYTHON_MODULE="no"
Note: See TracChangeset
for help on using the changeset viewer.