You are here

Build only specified objectfile

3 posts / 0 new
Last post
Build only specified objectfile
#1

Hi,
I would like to install .exe for only fixbb, ligrpkmin, liganddock.

From rosetta manual i got the below:-

Build only specified objectfile
scons /

So where exactly are the object file ; I would be happy if you could give a working example for a particular .exe.

Also i want mpi in it. Will just adding extras=mpi is enough.

Post Situation: 
Wed, 2013-07-10 16:33
Prasanth Kumar

I missed something:

https://www.rosettacommons.org/manuals/archive/rosetta3.4_user_guide/d8/...

In the above link they have given how to Build only specified objectfile can you help me out?

Wed, 2013-07-10 16:47
Prasanth Kumar

If you just want to compile fixbb, ligrpkmin, and liganddock, then you would do something like the following:

scons mode=release bin/fixbb.linuxgccrelease bin/ligrpkmin.linuxgccrelease bin/liganddock.linuxgccrelease

(Substitute the platform and compiler as appropriate)

The executable file will be in the rosetta_source/bin directory.

Regarding MPI, adding extras=mpi to the scons commandline should be enough, but you may need to alter your environment variables, etc. to make sure that your MPI compiler and libraries can be found when building.

Wed, 2013-07-10 20:03
rmoretti