source: devel/C++/makeit

Last change on this file was 309, checked in by bas, 10 years ago

Checkin the pbs swig development files

  • Property svn:executable set to *
File size: 367 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 -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.