[email protected] schrieb: > Send Getfem-users mailing list submissions to > [email protected] > > To subscribe or unsubscribe via the World Wide Web, visit > https://mail.gna.org/listinfo/getfem-users > or, via email, send a message with subject or body 'help' to > [email protected] > > You can reach the person managing the list at > [email protected] > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of Getfem-users digest..." > > > Today's Topics: > > 1. Re: Getfem with qhull (Julien Pommier) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Tue, 09 Mar 2010 12:45:15 +0100 > From: Julien Pommier <[email protected]> > Subject: Re: [Getfem-users] Getfem with qhull > To: Roland Stoffel <[email protected]> > Cc: [email protected] > Message-ID: <[email protected]> > Content-Type: text/plain; charset=ISO-8859-1 > > Quoting Roland Stoffel <[email protected]>: > >> I am trying to install Getfem++ v.4.0.0 with qhull (v. 2010.1) support. >> Can anyone tell me how to do it? How to configure getfem with qhull? >> > > Hi Roland, > > If you are compiling qhull yourself, the simplest way is to do: > > cd qhull-2010.1/src > make > sudo mkdir /usr/include/qhull/ > sudo install *.h /usr/include/qhull/ > sudo install libqhull.a /usr/lib/ > > You need to have admin proviledges to run install the qhull files in /usr/lib > and /usr/include/qhull . But that way, the ./configure of getfem will find > these files ( check for the line "checking qhull/qhull.h presence... yes" in > its output) > > -- > Julien > > Yes, it works!!!
Thank you very much. Now it is a needless question... but why doesn't search getfem for the header files in the directories which are include with the option "CPPFLAGS"? Roland > > > ------------------------------ > > _______________________________________________ > Getfem-users mailing list > [email protected] > https://mail.gna.org/listinfo/getfem-users > > > End of Getfem-users Digest, Vol 46, Issue 2 > ******************************************* > -- -------------------------------------------------------------------- Roland Stoffel + Phone: +49 651/201 - 3463 Universität Trier + FB IV Mathematik + www: www.mathematik.uni-trier.de/~stoffel 54286 Trier + Email: [email protected] -------------------------------------------------------------------- _______________________________________________ Getfem-users mailing list [email protected] https://mail.gna.org/listinfo/getfem-users
