Changeset 4c1175 in git


Ignore:
Timestamp:
Mar 31, 2006, 11:21:49 AM (18 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
a7ec94356a9de1892b8bcd8a9119b7341484813b
Parents:
4a2f931db968be7fdc500558d63e77cb7a03cc5c
Message:
*bricken/hannes: README: user hints, env. variables
                 SConstruct: prefer python 2.4


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

Legend:

Unmodified
Added
Removed
  • modules/python/README

    r4a2f93 r4c1175  
    1 Requirements:
    2 ------------
     1For binary distributions remember to set the environment vraiable
     2PYTHONPATH to the directories containing the Singular python modules
     3(interpreter.py, utils.py, usually the Singular LIB directory)
     4and to your python directory (usually .)
     5
     6Example for bash etc.:
     7export PYTHONPATH=".:/usr/local/Singular/3-0-2/LIB"
     8
     9Requirements for building:
     10--------------------------
    311install scons (the build tool)
    412install boost::python
  • modules/python/SConstruct

    r4a2f93 r4c1175  
    1 #$Id: SConstruct,v 1.18 2006-03-31 08:31:59 bricken Exp $
     1#$Id: SConstruct,v 1.19 2006-03-31 09:21:49 Singular Exp $
    22import os
    33import re
     
    4040            self.incdir=self.prefix+"/include/python"+self.version
    4141PYTHONSEARCH=[\
     42    PythonConfig(version="2.4"),\
    4243    PythonConfig(version="2.3"),\
    43     PythonConfig(version="2.4"),\
    4444    PythonConfig(version="2.4",\
    4545                    libdir="/Library/Frameworks/Python.framework/Versions/2.4/lib",\
Note: See TracChangeset for help on using the changeset viewer.