p.s. long discussion on serialization bug in Boost is here 
https://github.com/boostorg/serialization/pull/79 

Frankly, I would not be surprized that 1.62 has issues as well...

On Saturday, September 28, 2019 at 8:02:19 PM UTC+2, Konrad Simon wrote:
>
> Dear deal.ii community,
>
> I am having a little problem and I was wondering if this issue is known. I 
> installed deal.ii on our cluster  and all dependencies build nicely with my 
> chosen compiler (gcc v7.3). BLAS and LAPACK are being built as well as 
> openmpi (the versions on the cluster are not suitable at the moment). 
> However, when building deal.ii I get the output below (I only paste the 
> relevant part). It also happens when I ask preck to build deal.ii with 
> (externally spack built) boost v1.62 and v1.68. 
>
> Could there be a configuration issue with boost in the spack build class 
> of deal.ii? When looking at it I see that some version dependent boost 
> patches are applied but I am not familiar with the details.
>
> Anyone knows this? Is there a workaround?
>
> Thanks and best regards,
> Konrad
>
> -- Include 
> /tmp/u290231/spack-stage/dealii-9.1.1-gfk33pgt5rojhujhmuruaahuuzyzq2zm/spack-src/cmake/configure/configure_2_boost.cmake
> -- Found Boost: 
> /scratch/cen/numgeo/spack-lib/linux-debian8-broadwell/gcc-7.3.0/boost-1.62.0/include
>  
> (found suitable version "1.62.0", minimum required is "1.59") found 
> components:  iostreams serialization system thread regex chrono date_time 
> atomic 
> --   BOOST_VERSION: 1.62.0
> --   BOOST_LIBRARIES: 
> /scratch/cen/numgeo/spack-lib/linux-debian8-broadwell/gcc-7.3.0/boost-1.62.0/lib/libboost_iostreams-mt.so;/scratch/cen/numgeo/spack-lib/linux-debian8-broadwell/gcc-7.3.0/boost-1.62.0/lib/libboost_serialization-mt.so;/scratch/cen/numgeo/spack-lib/linux-debian8-broadwell/gcc-7.3.0/boost-1.62.0/lib/libboost_system-mt.so;/scratch/cen/numgeo/spack-lib/linux-debian8-broadwell/gcc-7.3.0/boost-1.62.0/lib/libboost_thread-mt.so;/scratch/cen/numgeo/spack-lib/linux-debian8-broadwell/gcc-7.3.0/boost-1.62.0/lib/libboost_regex-mt.so;/scratch/cen/numgeo/spack-lib/linux-debian8-broadwell/gcc-7.3.0/boost-1.62.0/lib/libboost_chrono-mt.so;/scratch/cen/numgeo/spack-lib/linux-debian8-broadwell/gcc-7.3.0/boost-1.62.0/lib/libboost_date_time-mt.so;/scratch/cen/numgeo/spack-lib/linux-debian8-broadwell/gcc-7.3.0/boost-1.62.0/lib/libboost_atomic-mt.so
> --   BOOST_INCLUDE_DIRS: 
> /scratch/cen/numgeo/spack-lib/linux-debian8-broadwell/gcc-7.3.0/boost-1.62.0/include
> --   BOOST_USER_INCLUDE_DIRS: 
> /scratch/cen/numgeo/spack-lib/linux-debian8-broadwell/gcc-7.3.0/boost-1.62.0/include
> -- Found BOOST
> -- Performing Test BOOST_IOSTREAMS_USABLE
> -- Performing Test BOOST_IOSTREAMS_USABLE - Success
> -- Performing Test BOOST_SERIALIZATION_USABLE
> -- Performing Test BOOST_SERIALIZATION_USABLE - Failed
> -- The externally provided Boost.Serialization library failed to pass a 
> crucial test. 
> Therefore, the bundled boost package is used. 
> The configured testing project can be found at 
>
> /tmp/u290231/spack-stage/dealii-9.1.1-gfk33pgt5rojhujhmuruaahuuzyzq2zm/spack-build/cmake/configure/TestBoostBugWorkdir
> -- DEAL_II_WITH_BOOST has unmet external dependencies.
> CMake Error at cmake/macros/macro_configure_feature.cmake:112 (MESSAGE):
>   
>
>   Could not find the boost library!
>
>   The externally provided Boost.Serialization library failed to pass a
>   crucial test.Please ensure that a suitable boost library is installed on
>   your computer.
>
>   If the library is not at a default location, either provide some hints 
> for
>   autodetection,
>
>       $ BOOST_DIR="..." cmake <...>
>       $ cmake -DBOOST_DIR="..." <...>
>
>   or set the relevant variables by hand in ccmake.
>
>   Alternatively you may choose to compile the bundled library of boost by
>   setting DEAL_II_ALLOW_BUNDLED=on or DEAL_II_FORCE_BUNDLED_BOOST=on.
>
> Call Stack (most recent call first):
>   cmake/macros/macro_configure_feature.cmake:269 (FEATURE_ERROR_MESSAGE)
>   cmake/configure/configure_2_boost.cmake:237 (CONFIGURE_FEATURE)
>   cmake/macros/macro_verbose_include.cmake:19 (INCLUDE)
>   CMakeLists.txt:124 (VERBOSE_INCLUDE)
>

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dealii/d905dde0-2828-4b45-a45c-81d7eb0f9f4e%40googlegroups.com.

Reply via email to