Changeset 3bdd16 in git for Singular/makefile


Ignore:
Timestamp:
Sep 9, 2011, 7:53:16 PM (13 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
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...
File:
1 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
Note: See TracChangeset for help on using the changeset viewer.