Getting some riding in
Really glad to get a day of riding in DC before settling into more sedentary week of panel service. Stopped by White House for a photo op. Borrowing a friend’s bike, and now I really want a Specialized…
Really glad to get a day of riding in DC before settling into more sedentary week of panel service. Stopped by White House for a photo op. Borrowing a friend’s bike, and now I really want a Specialized…
Ready for Robin and Dave’s wedding in Vermont
Getting ready for Amy’s first craft show for dogwood & poppy on Sat in Riverside.
This linux info snippet worked perfectly to add some extra space to a DomU Xen image. Been struggling with this for too long but this made it painless!
rake llvm_path=/opt/local
if you want to build MacRuby with llvm installed via macports in /opt/local
Trying to run KohGPI but needed to find SPRANNLIB which is not available for what I can see – but found GNU-i-fied version in clibs directory of http://sourceforge.net/projects/rlabplus/files/rlab/
This implementation also depends on the GNU Scientific Library (GSL) which you’ll need to build and install beforehand.
Then to build SPRANNLIB download and untar the rlab archive. Go to ‘clibs/sprannlib/src’ and type make. If things are in order it will make a library in ../lib called libsprann.a spr_$ARCH.a where $ARCH is your architecture (x86_64, etc).
The .a files can be deployed in your normal place for manual (non-RPM/DEB) installations (/usr/local/pkg/sprannlib for me with symlinks to the libraries in /usr/local/lib). Then go back and build kohgpi but you may need to update the Makefile so that the library paths point to your sprannlib installation location.
Thanks for the tip Jason!
Did you compare against big-PI? I am about to do that now.
Diego
I haven’t compared them yet, not – Tom did this for the Coccidioides project and they don’t overlap that much.
As it turns out this whole post is a little unnecessary as the compiled version that comes with the download for KohGPI works on most linux installs anyways, but it was good to at least figure out how to go from scratch if need be.
Yeah, I was just doing the comparison, and there is not much overlap. Ah well.
I found SPRANNLIB file, but I had many problems trying to compile it.
Hi. I’m looking for Sprannlib but can’t find it. Has any of you a tarball ?
Did you go to the source forge page I referred to? That is where you can get the library and hence this post…
Yes, I did. But R Lab Plus doesn’t include SprannLib anymore. Nonetheless, after a second look, I found out that a compiled version of kohgpi is included in the source tarball. And fortunately, it is compiled for the same architecture that I am using. Thanks, for your up.
Jay Hannah 10:39 am on March 1, 2011 Permalink |
Ya!! Awesome!