You are here

Building Rosetta 3.1 for cs-Rosetta

3 posts / 0 new
Last post
Building Rosetta 3.1 for cs-Rosetta
#1

Hi, I am trying to install Rosetta 3.1 on a 64 bit gentoo machine. Following the instruction, I simply typed "scons" under /rosetta_source folder. It took a long time before the compilation finished. However, there is nothing in /rosetta_source/bin folder. Did the installation complete? Should I have typed "scons bin" or some other commands for a complete installation?

By the way, we are not going to use Rosetta directly. This is the preparation for cs-Rosetta installation. If anyone had succeeded in running cs-Rosetta using Rosetta 3.1, please let me know, since only Rosetta 2.3 was officially required for cs-Rosetta program.

Thanks,
dz

Fri, 2010-02-26 14:31
zdn3023

Two things:

A) "scons" alone only builds the libraries. You need "scons bin" to build the binaries (in the bin folder), and preferably "scons bin mode=release" to get the release-mode executeables (debug mode is 10x slower).

B) 3.1 is not relevant for CS-Rosetta. Someone is in the process of porting the NOE stuff into Rosetta 3, but for now you don't need 3.x for CS-Rosetta, it only uses 2.x.

Mon, 2010-03-01 08:31
smlewis

Thank you. I didn't type the command in full.

Wed, 2010-03-03 13:53
zdn3023