add options.py to disable CGAL,GMP and MPFR
| FEDORA 10 python 2.5 and scons1.2 boost 1.34 |
| tasks | openalea | vplants | alinea | |
| svn co branch/release_0_7 | | | | |
| make install | | | | |
| make nosetests | | | TODO | |
| eggs available | | | | |
| make sdist | | | | |
| make html | | TODO | TODO | |
| make latex | | TODO | TODO | |
| make upload_dist | | | | |
| make sphinx_upload | | TODO | TODO | |
| ez_alea_install | | | | |
| demo | | | | |
| FEDORA 11 python 2.6 and scons1.2 boost 1.40 |
| tasks | openalea | vplants | alinea | |
| svn co branch/release_0_7 | | |  | |
| make install | | |  | |
| make nosetests | | TODO | TODO | |
| eggs available | | |  | |
| make sdist | | |  | |
| make html | | TODO | TODO | |
| make latex | | TODO | TODO | |
| make upload_dist | | |  | |
| ez_alea_install | | |  | |
| demo | | |  | |
| Ubuntu 9.04 python 2.6 and scons1.2 boost 1.35 |
| tasks | openalea | vplants | alinea | |
| svn co branch/release_0_7 | | |  | |
| make install | | |  | |
| make nosetests | | |  | |
| eggs available | | |  | |
| make sdist | | |  | |
| make html | | | TODO | |
| make latex | | | TODO | |
| make upload_dist | | |  | |
| ez_alea_install | | |  | |
| demo | | |  | |
| WINDOWS XP python 2.6 and scons1.2 boost 1.40 |
| tasks | openalea | vplants | alinea | |
| svn co branch/release_0_7 | | |  | |
| make install | | |  | |
| make nosetests | TODO | TODO | TODO | |
| eggs available | | |  | |
| make sdist | | |  | |
| make html | TODO | TODO | TODO | |
| make latex | TODO | TODO | TODO | |
| make upload_dist | | |  | |
| ez_alea_setup | | |  | |
| demo | | |  | |
| MAC OS X python 2.6 and scons1.2 boost 1.40 |
| tasks | openalea | vplants | alinea | |
| svn co branch/release_0_7 | | |  | |
| make install | | |  | |
| make nosetests | TODO | TODO | TODO | |
| eggs available | | | TODO | |
| make sdist | | | TODO | |
| make html | TODO | TODO | TODO | |
| make latex | TODO | TODO | TODO | |
| make upload_dist | | |  | |
| ez_alea_setup | | | TODO | |
| demo | | |  | |
Index: src/plantgl/ext/pgl_utils.py
<code bash>
===================================================================
--- src/plantgl/ext/pgl_utils.py (revision 6917)
+++ src/plantgl/ext/pgl_utils.py (working copy)
@@ -167,9 +167,9 @@
#idxList.append(pgl.Index(len(list)-2, 0, 2))
#idxList.append(pgl.Index(len(list)-1, 3*(len(x)-1), 3*(len(x)-1)+1))
#idxList.append(pgl.Index(len(list)-1, 3*(len(x)-1)+2, 3*(len(x)-1)))
- p3r = pgl.Point3Array(list)
- ir = pgl.IndexArray(idxList)
- fs = pgl.FaceSet(p3r, ir)
+ #p3r = pgl.Point3Array(list)
+ #ir = pgl.IndexArray(idxList)
+ fs = pgl.FaceSet(list,idxList)
return pgl.Shape(fs, color)
__myLeaf = mangoLeaf(alpha = 20)
repackaging winwows (with new updates + correct version of tar.gz and eggs) DONE
repackaging ubuntu 8 and 9 (with new updates + correct version of tar.gz and eggs) DONE
repackaging fedora 10 and 11 (with new updates + correct version of tar.gz and eggs) DONE
repackaging macosx (with new updates + correct version of tar.gz and eggs) DONE
update wiki with fedora 11 installation from sources DONE
clean wiki pages: download2, release process, release status DONE
libQGLViewer lib.so.x under Linux: T.C. DONE
wralea fractaclysis C.P., E.M. DONE
refactoring wralea:
Package aml2py
Package GraphPlot