Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] installing taucs on snow leopard

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] installing taucs on snow leopard


Chronological Thread 
  • From: Yuri <>
  • To:
  • Subject: Re: [cgal-discuss] installing taucs on snow leopard
  • Date: Sun, 29 Nov 2009 22:39:48 +0100
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=from:mime-version:content-type:subject:date:in-reply-to:to :references:message-id:x-mailer; b=X+Ys9VXEhgXEbzN71yM0xWfFkdqIhCLnqEjGQU5o0i+mjBHW2Zj2FZWzrEkjmdKhUX F9AFfa0c4vsq9vry+JN4vwwF8Qu7Q8WplARnYjp7oxWCqALMR0GxpZyChBTT/PUvKDDD nPbt51tgrgw8rc593AsAskDhdFvIh3UvpHOm0=

hi, thanks I now managed to install it. The taucs_full/configurator/configurator still does not work. I had to modify the taucs_full/config/darwin_intel.mk. Another strange thing is that I don't have a BUILD_SHARED_LIBS checkbox in the cmake gui from cgal. I had to call cmake ../source/ -DBUILD_SHARED_LIBS=false once after configuring. By the way, in the las mail I did mix something up, libf2c is not in macports, only libmetis, gmp and mpfr. For libf2c I used your link. The script was very easy to install.

I hope now everything works :-)
thanks a lot

Am 29.11.2009 um 18:10 schrieb Marc Downie:

I wonder because the installation of snow leopard is completely fresh. I did install only qt, vtk, itk and macports. From macports I have also the libmetis and libf2c. Can I simply copy them from the /opt/local/lib folder in the taucs folder and overwrite the 32 bit versions or can I somehow specify the path in some makefile?


I'm no macports poweruser. But if the metis and the f2c you have in /opt 'd just copy them over and move on to the next problem (and then you'll have to tell CGAL's cmake files about /opt/local/lib)

lipo -info filename

will tell you the architecture of filename.

Marc.






Archive powered by MHonArc 2.6.16.

Top of Page