← Back to team overview

fenics team mailing list archive

Re: Getting build and install commands from dorsal

 

On 5/12/11 11:20 PM, Johan Hake wrote:
> 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}."
> ...

I too think this is the way to do it. You can get both the build command
as well as all the environment variables.

Harish



Follow ups

References