Hi Kyle,

deal.II only uses GSL in two places: the Functions::CSpline class (which 
interpolates provided data with splines) and in FESeries::Legendre, (which 
is used in some regularity estimators). Unless you plan on using either of 
these classes directly I suggest just disabling GSL with the cmake flag 
-DDEAL_II_WITH_GSL=OFF.

Does this work for you? If not we can try to work out a way to get your GSL 
installation working.

Thanks,
David Wells

On Thursday, January 24, 2019 at 4:43:14 PM UTC-5, ky...@math.uh.edu wrote:
>
> Hi all,
>
> I'm having trouble installing deal.II. cmake seems to find gsl just fine, 
> but it looks like there is trouble when linking against it. As you can see 
> in the quicktests.log, the error it gives is that "symbol lookup error: 
> /lib64/libgsl.so.23: undefined symbol: cblas_ctrmv"
>
> I also see that a similar issue had bee reported here 
> https://github.com/dealii/dealii/issues/2757, but this was a couple years 
> ago and a patch was merged. 
>
> The logs you see are for installing the master branch from github, 
> although I got similar errors when trying to install version 8.5 as well.
>
> -Kyle Williams
>

-- 
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 dealii+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to