Hi Kyle On Friday, January 25, 2019 at 9:11:35 AM UTC+1, [email protected] wrote: > > Hi Denis, > > I did see both of the issues raised on github before I posted, but it > wasn't really clear what the resolution was other than its a gsl dependency > problem. >
I would say from our side we tried to pick up `gslcblas` to fix part of the issue with Linux provided GSL > > nm -g /usr/lib64/libgslcblas.so > nm -g /usr/lib64/libgsl.so > both tell me there are no symbols, even without grepping for the one in > question. > > Does this mean that if I do need GSL I should install from source instead? > (as pointed out in the other response, I don't need GSL for the work i will > be doing). > Yes, I would say so. But given that you won't need this functionality, you can safely disable GSL as recommended by David. In recent years I tend to prefer build everything from sources using https://github.com/dealii/dealii/wiki/deal.II-in-Spack for all environments (macOS and HPC). Regards, Denis. -- 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.
