← Back to team overview

fenics team mailing list archive

Re: Getting build and install commands from dorsal

 

Don't think so without some hack.

dorsal generates two scripts dorsal_configure and dorsal_build. The relevant 
commands are written to these two files. If you out-comment the call to these 
scripts in dorsal.sh you should be able to not install the package.

I guess outcomment these lines would do the trick.

...
    ./dorsal_configure
    quit_if_fail "There was a problem configuring ${NAME}."

    ./dorsal_build
    quit_if_fail "There was a problem building ${NAME}."
...

Johan 

On Thursday May 12 2011 11:45:43 Martin Sandve Alnæs wrote:
> Hi,
> is it possible to get just the commands that dorsal would have run
> without actually running them?
> 
> --
> Martin
> 
> _______________________________________________
> Mailing list: https://launchpad.net/~fenics
> Post to     : fenics@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~fenics
> More help   : https://help.launchpad.net/ListHelp



Follow ups

References