~wecacuee/mrol/mrol-dev

« back to all changes in this revision

Viewing changes to compile.sh

  • Committer: Nick Hillier
  • Date: 2011-06-06 23:29:53 UTC
  • mto: This revision was merged to the branch mainline in revision 2.
  • Revision ID: nick.hillier@csiro.au-20110606232953-hdhm84wmk915np2u
Added license and column tracking option to pointcloud load. Fixed cython compile script for calls outside the host directory.

Show diffs side-by-side

added added

removed removed

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