Changeset 0ba2b1 in git for Singular


Ignore:
Timestamp:
Nov 18, 2005, 1:42:43 PM (19 years ago)
Author:
Oliver Wienand <wienand@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'b4f17ed1d25f93d46dbe29e4b499baecc2fd51bb')
Children:
ee65efb4130ea53dab62cb8a6cf7a1c136d73f62
Parents:
c9af86890bece3aba24c40591ef527d2394370da
Message:
Makefile.in und extra.cc:
---> Python Erweiterung für 3.0.1 deaktiviert.
      Zum reaktivieren einfach in beiden Files nach python suchen


git-svn-id: file:///usr/local/Singular/svn/trunk@8802 2c84dea3-7e68-4137-9b89-c4e89433aadc
Location:
Singular
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Singular/Makefile.in

    rc9af868 r0ba2b1  
    5858else
    5959## Dirs after @CPPFLAGS@ are for PySingular
    60 CPPFLAGS        = -I${srcdir} -I../kernel @CPPFLAGS@ -I/usr/include/python2.4 -I/usr/local/include/boost-1_32 -I../modules/python
     60CPPFLAGS        = -I${srcdir} -I../kernel @CPPFLAGS@
     61## -I/usr/include/python2.4 -I/usr/local/include -I../modules/python
    6162endif
    6263DEFS            = -DNDEBUG -DOM_NDEBUG -D@SING_UNAME@ @DEFS@
     
    7778WIN_LIBS        =
    7879else
    79 WIN_LIBS        = ../modules/python/libpython_module.a
     80WIN_LIBS        =
     81##../modules/python/libpython_module.a
    8082endif
    8183
     
    8890LIBS            = -lm @NEED_LIBS@
    8991else
    90 LIBS            = -lsingfac -lsingcf -lntl  -static -lreadline -lhtmlhelp -Xlinker -Bdynamic -lgmp -lcygncurses6 -lpython_module -lpython2.4 /usr/local/lib/libboost_python-gcc-d-1_32.dll
     92LIBS            = -lsingfac -lsingcf -lntl  -static -lreadline -lhtmlhelp -Xlinker -Bdynamic -lgmp -lcygncurses6
     93## -lpython_module -lpython2.4 /usr/local/lib/libboost_python-gcc-d-1_32.dll
    9194endif
    9295MP_LIBS         = @MP_LIBS@
  • Singular/extra.cc

    rc9af868 r0ba2b1  
    22*  Computer Algebra System SINGULAR      *
    33*****************************************/
    4 /* $Id: extra.cc,v 1.231 2005-11-04 08:45:01 Singular Exp $ */
     4/* $Id: extra.cc,v 1.232 2005-11-18 12:42:43 wienand Exp $ */
    55/*
    66* ABSTRACT: general interface to internals of Singular ("system" command)
     
    132132
    133133#ifdef ix86_Win
    134 #include <Python.h>
    135 #include <python_wrapper.h>
     134//#include <Python.h>
     135//#include <python_wrapper.h>
    136136#endif
    137137
     
    26652665        if (!PyInitialized) {
    26662666          PyInitialized = 1;
    2667           Py_Initialize();
    2668           initPySingular();
    2669         }
    2670         PyRun_SimpleString(c);
     2667//          Py_Initialize();
     2668//          initPySingular();
     2669        }
     2670//          PyRun_SimpleString(c);
    26712671        return FALSE;
    26722672      }
     
    26742674    }
    26752675    else
    2676 /*==================== Python Singular =================*/
     2676/*==================== Python Singular =================
    26772677    if (strcmp(sys_cmd, "ipython") == 0)
    26782678    {
     
    27062706    }
    27072707    else
    2708 
     2708              */
    27092709#endif
    27102710/*==================== Error =================*/
Note: See TracChangeset for help on using the changeset viewer.