Modify and re-compile a single application in Rosetta

Member Site Forums Rosetta 3 Rosetta 3 – Build/Install Modify and re-compile a single application in Rosetta

Viewing 3 reply threads
  • Author
    Posts
    • #2077
      Anonymous

        Hi all,

        I would like to make a change to the source code of a particular application – it’s a very minor, but necessary, change that should make the application more broadly applicable.

        However, having made the change in the .cc file – how would I go about recompiling the code so that it links to the rest of the Rosetta package, or is the simplest way just to recompile the whole package?

        Thanks in advance.

        wsg

      • #10630
        Anonymous

          I found that deleting the executable in the build/src/release/…./default/ folder and the alias in the bin/ folder and then rerunning scons works fine – it just recompiles the modified executable.

          If there is a better way, please do let me know.

          Thanks,

          wsg.

        • #10633
          Anonymous

            Just run SCons as you normally would – no need to even delete the old binaries. SCons’s job is to determine what needs recompiling and efficiently recompile only that.

          • #10638
            Anonymous

              Thanks smlewis – that works also.

              wsg.

          Viewing 3 reply threads
          • You must be logged in to reply to this topic.