Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] TAUCS installation: Can not install metis-4.0 patch successfully.

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] TAUCS installation: Can not install metis-4.0 patch successfully.


Chronological Thread 
  • From: "Sebastien Loriot (GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] TAUCS installation: Can not install metis-4.0 patch successfully.
  • Date: Fri, 15 May 2015 14:44:28 +0200
  • Organization: GeometryFactory

Which version of CGAL are you using?
Since CGAL 4.0 we recommand to use Eigen [1] instead of TAUCS.


Sebastien.


[1] http://eigen.tuxfamily.org

On 05/15/2015 02:20 PM, dushyantkumar1 wrote:
Hi,

I am trying to properly install TAUCS library. For this, I am following the
suggestion of Hamid G. as described here:
http://cgal-discuss.949826.n4.nabble.com/Taucs-installation-problem-td3027923.html#a3027923

1) First I ensured that following following packages installed in your
Ubuntu:

gfortran libgfortran3 libblas-dev libblas3gf liblapack-dev liblapack3gf
libblas3gf

2)This lib requires METIS. So, I downloaded Metis-4.0 from their website and
unzip it to
a folder. 'cd' to that folder and enter:

$ wget http://www.math-linux.com/IMG/patch/metis-4.0.patch
$ patch -p1 < metis-4.0.patch
$ make

However, I could add the patch properly and I am getting following message:

dkumar@kumar-Aspire-E1-510 /usr/local/lib/taucs_external_src/metis-4.0 $
sudo patch -p1 < metis-4.0.patch
patching file Lib/kmetis.c
patching file Lib/kvmetis.c
patching file Lib/mkmetis.c
patching file Lib/proto.h
patching file Lib/rename.h
Hunk #1 FAILED at 410.
1 out of 1 hunk FAILED -- saving rejects to file Lib/rename.h.rej
patching file Lib/util.c


*dkumar@kumar-Aspire-E1-510 /usr/local/lib/taucs_external_src/metis-4.0 $
make*
(cd Lib ; make )
make[1]: Entering directory
`/usr/local/lib/taucs_external_src/metis-4.0/Lib'
cc -O2 -I. -c coarsen.c
Assembler messages:
Fatal error: can't create coarsen.o: Permission denied
make[1]: *** [coarsen.o] Error 1
make[1]: Leaving directory `/usr/local/lib/taucs_external_src/metis-4.0/Lib'
make: *** [default] Error 2


Please help me install this metis patch properly.

Regards,
Dushyant



--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/TAUCS-installation-Can-not-install-metis-4-0-patch-successfully-tp4660834.html
Sent from the cgal-discuss mailing list archive at Nabble.com.





Archive powered by MHonArc 2.6.18.

Top of Page