Changeset 3bdd16 in git


Ignore:
Timestamp:
Sep 9, 2011, 7:53:16 PM (12 years ago)
Author:
Oleksandr Motsak <motsak@…>
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
Message:
CHG: don't use Pyobjects yet...
Location:
Singular
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • Singular/makefile

    reb5c46 r3bdd16  
    4444
    4545
    46 PYTHON_INCLUDES = `python-config --includes`
    47 PYTHON_CFLAGS = `python-config --cflags`
    48 PYTHON_LIBS   = `python-config --libs`
     46PYTHON_INCLUDES =
     47# `python2-config --includes`
     48PYTHON_CFLAGS =
     49# `python2-config --cflags`
     50PYTHON_LIBS   =
     51# `python2-config --libs`
    4952
    5053PIPE            = -pipe
  • Singular/test.cc

    reb5c46 r3bdd16  
    228228#include "pcv.h"
    229229#include "pipeLink.h"
    230 #include "pyobject_setup.h"
    231230#include "run.h"
    232231#include "sdb.h"
  • Singular/tesths.cc

    reb5c46 r3bdd16  
    156156    */
    157157  }
    158   pyobject_setup();
     158
     159#ifdef SINGULAR_PYOBJECT_SETUP_H
     160   pyobject_setup();
     161#endif
     162
    159163#ifdef HAVE_FANS
    160164  bbcone_setup();
Note: See TracChangeset for help on using the changeset viewer.