Hi Oded,

AFAIK DYLD_LIBRARY_PATH won't work on El Capitan unless you turn off System 
Integrity Protection. So you have several options:

(i) use binary package for mac https://www.dealii.org/download.html
(ii) compile dealiii using Spack, which uses RPATHs in 
linking https://github.com/LLNL/spack and thereby supports coexistence of 
different variants/versions of software. There is no need to manipulate 
LD_LIBRARY_PATH there.
(iii) use Homebrew which installs everything in /usr/local/lib 
and /usr/local/include and so libraries are picked up automatically.

p.s. I used to use (iii) but now switched to (ii).

Regards,
Denis.

On Thursday, May 19, 2016 at 10:06:43 PM UTC+2, Oded Yaakobi wrote:
>
> Dear all,
>
>  
>
> Following Wolfgang’s suggestion to use Mesquite for improving the mesh 
> quality in my problem (see
>
>
> https://groups.google.com/forum/#!searchin/dealii/Mesquite%7Csort:relevance/dealii/f3jWQ7DPeYA/aCCgEUSVAQAJ
>  
> <https://groups.google.com/forum/%23!searchin/dealii/Mesquite%7Csort:relevance/dealii/f3jWQ7DPeYA/aCCgEUSVAQAJ>
> ),
>
> I installed Trilinos on my laptop (Mac OS X Yosemite Version 10.10.5).
>
>  
>
> I had various problems with the installation of the most recent versions 
> of Trilinos - I were not able to install Trilinos 12.6.2 or 12.6.3 with all 
> the required packages for deal.ii, and for some reason Trilinos 12.6.1 does 
> not include Mesquite. I ended up with installing Trilinos 12.4.2 and 
> installing dealii 8.4.1 with it. Everything in the installation seemed to 
> be fine, but when I run “make test”, all the tests failed. You may see the 
> attached log file.
>
>  
>
> Does anybody have any idea how to fix this problem?
>
>  
>
> Thanks,
>
> Oded
>
>  
>
>  
>

-- 
The deal.II project is located at http://www.dealii.org/
For mailing list/forum options, see 
https://groups.google.com/d/forum/dealii?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"deal.II User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to