dorsal team mailing list archive
-
dorsal team
-
Mailing list archive
-
Message #00529
Small patch to suitesparse
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}
Follow ups