~mrol-dev/mrol/trunk

« back to all changes in this revision

Viewing changes to compile.sh

  • Committer: Vikas Dhiman
  • Date: 2012-05-14 16:28:10 UTC
  • Revision ID: wecacuee@gmail.com-20120514162810-gqqevqvisr4qyi5r
Backtracing must be working fine now.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#! /bin/bash
2
2
fname=`dirname $0`/mrol_mapping/cython/fast
3
3
cython $fname.pyx
 
4
fname=`dirname $0`/mrol_mapping/cython/bresenham
 
5
cython $fname.pyx
4
6
#gcc -shared -pthread -fPIC -fwrapv -O3 -ffast-math -Wall -fno-strict-aliasing -I/usr/include/python2.6 -o $fname.so $fname.c
5
7
gcc -shared -pthread -fPIC -fwrapv -O3 -Wall -fno-strict-aliasing -I/usr/include/python2.6 -o $fname.so $fname.c