source: devel/5.X/makeit @ 329

Last change on this file since 329 was 324, checked in by bas, 9 years ago

added 5.X setup, must be made better, want to generate a of stuff from the debian installation package, see #47

  • Property svn:executable set to *
File size: 389 bytes
Line 
1#!/bin/bash
2# Author: Bas van der Vlies <bas.vandervlies@surfsara.nl>
3
4set -x
5
6#swig -v -python -shadow -debug-tmsearch   pbs.i
7swig -v -python -shadow pbs.i
8
9#g++  -fPIC -DDEBUG -I/usr/include/python2.7 -c pbs_wrap.cxx -o pbs_wrap.o
10g++  -fPIC -DDEBUG -I/usr/include/python2.7 -I/usr/include/torque -c pbs_wrap.c -o pbs_wrap.o
11g++ --shared pbs_wrap.o -o _pbs.so -L/usr/local/lib -ltorque
Note: See TracBrowser for help on using the repository browser.