Ah, this seems to be the issue - 

/usr/bin/mpicc -DLAPACK_SYMBOL_CHECK -pthread 
CMakeFiles/cmTC_96781.dir/src.c.o -o cmTC_96781 -rdynamic 
/usr/lib/liblapack.so /usr/lib/libblas.so -lmpi_f90 -lmpi_f77 -lmpi -ldl 
-lhwloc -lgfortran -lquadmath -lm -lpthread -lc 

/usr/bin/ld: cannot find -lgfortran 

collect2: error: ld returned 1 exit status 

make[1]: *** [cmTC_96781] Error 1 


Will explore further. 



On Friday, March 3, 2017 at 2:32:23 PM UTC, Phil H wrote:
>
> Hi Uwe, 
>
> Thanks for the suggestion of Candi. At the moment, there is still an issue 
> which I think was causing the problems I had with the manual build. 
>
> During .candi.sh: 
>
> -- Performing Test LAPACK_SYMBOL_CHECK - Failed
> -- Could not find a sufficient BLAS/LAPACK installation: BLAS/LAPACK 
> symbol check failed! Consult CMakeFiles/CMakeError.log for further 
> information.
> -- DEAL_II_WITH_LAPACK has unmet external dependencies.
> CMake Error at cmake/macros/macro_configure_feature.cmake:121 (MESSAGE):
>   
>
>   Could not find the lapack library!
>
>   Could not find a sufficient BLAS/LAPACK installation:
>
>   BLAS/LAPACK symbol check failed! This usually means that your BLAS/LAPACK
>   installation is incomplete or the link line is broken.  
>
>
> I will try and re-install: 
>
> libblas-dev liblapack-dev
>
>
> Cheers, 
>
>
> Phil
>
>
>
>
>
>
> On Wednesday, March 1, 2017 at 8:14:05 AM UTC, Uwe Köcher wrote:
>>
>> Dear Phil,
>>
>> to compile and use aspect, you need more dependencies (like Trilinos, 
>> p4est, MPI) for the deal.II library.
>>
>> To simplify your life, you can use the automated build script as 
>> announced on https://www.dealii.org/download.html
>> or the direct link:
>> https://github.com/dealii/candi
>>
>> It will help you to find and install the necessary system dependencies 
>> and it is preconfigured to be used with
>> aspect.
>>
>> After the candi-installation is finished, you can do
>>   source <path/for/install>/configuration/deal.II-v8.4.2
>> to set the DEAL_II_DIR variable.
>>
>> I've checked with the current version (v8.4.2), the installation of 
>> aspect should be as
>> easy as: cmake . , make
>>
>> Best
>>   Uwe
>>
>> On Tuesday, February 28, 2017 at 5:36:53 PM UTC+1, Phil H wrote:
>>>
>>> Hello there, 
>>>
>>> I'm a new user trying to ultimately install ASPECT, currently setting up 
>>> deal.ii.
>>>
>>> I've managed to almost get deal.ii to configure, but errors have 
>>> occurred. I've tried to figure out what errors are occurring, but can't 
>>> seem to pinpoint the issue. Could anyone point me in the right direction?  
>>>
>>>  I'm using UBUNTU 14, and hopefully have met the requirements for CMAKE 
>>> and GFORTRAN in order to get deal.ii to work. I've attached the detailed 
>>> log and CMake logs. 
>>>
>>> Thanks in advance, and sorry if this is a relatively simple fix. 
>>>
>>> Best, 
>>>
>>> Phil
>>>
>>

-- 
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