Koenraad Janssens wrote:
>  I am working on a linux system and I installed qhull in a non-standard
> location. How can I tell getfem configure to look for qhull in that
> location?
> 
> Thanks for the info - Koen

Hi Koen,

See if setting these environmental variables helps. For example, in bash,

export CPPFLAGS=-I/path/to/your/qhull/include
export LDFLAGS="-L/path/to/your/qhull/lib -lqhull"

Regards,
ST
--

_______________________________________________
Getfem-users mailing list
[email protected]
https://mail.gna.org/listinfo/getfem-users

Reply via email to