Changeset e57f129 in git for modules


Ignore:
Timestamp:
Aug 29, 2005, 5:57:29 PM (19 years ago)
Author:
Michael Brickenstein <bricken@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
8661e8cd7dbba4e92357b730c923dedef803cc89
Parents:
d87c9419cb649f70ac99e64dd3f277bcd187d8ee
Message:
*bricken: support for different archs


git-svn-id: file:///usr/local/Singular/svn/trunk@8583 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/python/SConstruct

    rd87c94 re57f129  
    1 
     1import os
     2import re
    23#include <Python.h>
    34#include <boost/python.hpp>
     
    2425
    2526SING_ROOT="../.."
    26 SING_ARCH="ix86-Linux"
     27SING_ARCH=re.sub("\r|\n","",os.popen("../../singuname.sh").read())
    2728PYTHON_VERSION="2.3"
    2829SharedLibrary("python_module",
Note: See TracChangeset for help on using the changeset viewer.