Changeset 3bdd16 in git
- Timestamp:
- Sep 9, 2011, 7:53:16 PM (12 years ago)
- Branches:
- (u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
- Children:
- 07f3b73475ddd2e22a747cda080bfb5bc813d7d8
- Parents:
- eb5c461a47a90d7da2b5b168f1696f801177ab73
- git-author:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-09-09 19:53:16+02:00
- git-committer:
- Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 16:12:41+01:00
- Location:
- Singular
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/makefile
reb5c46 r3bdd16 44 44 45 45 46 PYTHON_INCLUDES = `python-config --includes` 47 PYTHON_CFLAGS = `python-config --cflags` 48 PYTHON_LIBS = `python-config --libs` 46 PYTHON_INCLUDES = 47 # `python2-config --includes` 48 PYTHON_CFLAGS = 49 # `python2-config --cflags` 50 PYTHON_LIBS = 51 # `python2-config --libs` 49 52 50 53 PIPE = -pipe -
Singular/test.cc
reb5c46 r3bdd16 228 228 #include "pcv.h" 229 229 #include "pipeLink.h" 230 #include "pyobject_setup.h"231 230 #include "run.h" 232 231 #include "sdb.h" -
Singular/tesths.cc
reb5c46 r3bdd16 156 156 */ 157 157 } 158 pyobject_setup(); 158 159 #ifdef SINGULAR_PYOBJECT_SETUP_H 160 pyobject_setup(); 161 #endif 162 159 163 #ifdef HAVE_FANS 160 164 bbcone_setup();
Note: See TracChangeset
for help on using the changeset viewer.