dorsal team mailing list archive
-
dorsal team
-
Mailing list archive
-
Message #00532
Re: Small patch to suitesparse
Just out of curiosity, which python version is distributed with CentOS 5.5?
Martin
On 6 June 2011 19:53, Johan Hake <johan.hake@xxxxxxxxx> wrote:
> Hello!
>
> I am using dorsal to compile FEniCS on a CentOS5.5 system. Not so fun
> actually... But I am gettnig there!
>
> I found an error which has sneaked in to the suitesparse package. The
> following change should fix it. You may want to test it as I had to go back
> and forth between dorsal and manual compile, to get it installed, and I never
> really figured out which of the iterations finally did the trick :P
>
> Johan
>
>
>
> === modified file 'FEniCS/packages/suitesparsewithmetis.package'
> --- FEniCS/packages/suitesparsewithmetis.package 2010-08-24 12:25:51
> +0000
> +++ FEniCS/packages/suitesparsewithmetis.package 2011-06-06 17:48:30
> +0000
> @@ -12,6 +12,7 @@
> wget http://glaros.dtc.umn.edu/gkhome/fetch/sw/metis/metis-4.0.tar.gz
> fi
> tar -xzf metis-4.0.tar.gz
> + ln -s metis-4.0.3 metis-4.0
> cd metis-4.0
> perl -pi -e 's/COPTIONS =/COPTIONS = -fPIC/g' Makefile.in
> make -j ${PROCS}
>
>
> _______________________________________________
> Mailing list: https://launchpad.net/~dorsal
> Post to : dorsal@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~dorsal
> More help : https://help.launchpad.net/ListHelp
>
Follow ups
References