Yaakov,

Have you seen the list of packages which is required to install deal.II?

# This build script assumes that you have several packages already
# installed via ubuntu's apt-get using the following commands:
#
# > sudo apt-get install build-essential lsb-release wget \
#   automake autoconf gfortran \
#   openmpi-bin openmpi-common libopenmpi-dev cmake subversion git \
#   libblas-dev liblapack-dev libblas3 liblapack3 \
#   libsuitesparse-dev libtool libboost-all-dev \
#   splint tcl tcl-dev environment-modules qt4-dev-tools

The error says that you don't have blas but it should have been
installed when you used the command above.

Best,

Bruno


2017-12-15 11:16 GMT-05:00 <[email protected]>:

> Bruno,
>
> Many thanks for your help. p4est bug is now solved, but next installation
> of trilinos aborbs using candi
>
> error report:
>
> CMake Error at 
> cmake/tribits/core/package_arch/TribitsProcessEnabledTpl.cmake:127
> (MESSAGE):
>   ERROR: TPL_BLAS_NOT_FOUND=TRUE, aborting!
> Call Stack (most recent call first):
>   cmake/tribits/core/package_arch/TribitsGlobalMacros.cmake:1614
> (TRIBITS_PROCESS_ENABLED_TPL)
>   cmake/tribits/core/package_arch/TribitsProjectImpl.cmake:202
> (TRIBITS_PROCESS_ENABLED_TPLS)
>   cmake/tribits/core/package_arch/TribitsProject.cmake:93
> (TRIBITS_PROJECT_IMPL)
>   CMakeLists.txt:93 (TRIBITS_PROJECT)
>
>
> -- Configuring incomplete, errors occurred!
> See also "/home/leslie/deal.ii-candi/tmp/build/trilinos-release-12-
> 10-1/CMakeFiles/CMakeOutput.log".
> See also "/home/leslie/deal.ii-candi/tmp/build/trilinos-release-12-
> 10-1/CMakeFiles/CMakeError.log".
> Failure with exit status: 1
>
> *Exit message: There was a problem configuring trilinos 12-10-1.*
> Many thanks for your help again!
>
> Warm regards,
> Yaakov
>
> On Thursday, December 14, 2017 at 5:29:31 PM UTC+1, Bruno Turcksin wrote:
>>
>> Yaakov,
>>
>> 2017-12-14 11:23 GMT-05:00 <[email protected]>:
>>
>>> *Error: Error: p4est couldn't find zlib*
>>>
>>> how can I solve this problem in candi?
>>>
>> sudo apt install zlib1g-dev
>>
>> Best,
>>
>> Bruno
>>
> --
> 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 a topic in the
> Google Groups "deal.II User Group" group.
> To unsubscribe from this topic, visit https://groups.google.com/d/
> topic/dealii/cFkUlyd3Vow/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> [email protected].
> For more options, visit https://groups.google.com/d/optout.
>

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