On Thu, Jun 30, 2011 at 9:31 AM, Douglas N Arnold <[email protected]> wrote: > Thanks, Johan. I added swig to my package list in the platform file, > and now I have a new swig in my FEniCS build directory. How to I > get dorsal to use it when compiling UFC? I am still seeing > the same error. -- Doug
You will probably just need to remove the CMakeCache.txt from the UFC build directory. This is usually in $HOME/Work/FEniCS/src/ufc/dorsal_build_dir if you are using the default DOWNLOAD_PATH in dorsal.cfg (or local.cfg). Also make sure to add "swig" at the top of package list in the platform file (at least above the packages that uses SWIG). Johannes _______________________________________________ Mailing list: https://launchpad.net/~dorsal Post to : [email protected] Unsubscribe : https://launchpad.net/~dorsal More help : https://help.launchpad.net/ListHelp

