Hi everyone,

I'm currently trying to install dealii@9.2.0 on our hpc cluster (Centos 7) 
using spack. While trying to install it using the 'releases/v0.15' branch, 
I faced a similar problem as reported in (omp_simd error in step-67 when 
installing deal.ii 9.2.0 with spack) and could workaround by setting 
''-DDEAL_II_COMPONENT_EXAMPLES=OFF’' .

Now the installation runs fine and I can compile and run step-1 of the 
tutorials for example. As soon as I'm trying to compile my own code, there 
are errors with the boost package:


CMakeFiles/NonlinHeat_RK_2Stage_SubCycling_LineInput_MPI.dir/NonlinHeat_RK_2Stage_SubCycling_LineInput_MPI.cc.o:NonlinHeat_RK_2Stage_SubCycling_LineInput_MPI.cc:function
 
boost::archive::detail::common_oarchive<boost::archive::text_oarchive>::vsave(boost::archive::class_name_type
 
const&): error: undefined reference to 
'boost::archive::text_oarchive_impl<boost::archive::text_oarchive>::save(std::__cxx11::basic_string<char,
 
std::char_traits<char>, std::allocator<char> > const&)'
CMakeFiles/NonlinHeat_RK_2Stage_SubCycling_LineInput_MPI.dir/NonlinHeat_RK_2Stage_SubCycling_LineInput_MPI.cc.o:NonlinHeat_RK_2Stage_SubCycling_LineInput_MPI.cc:function
 
void 
boost::serialization::throw_exception<boost::archive::archive_exception>(boost::archive::archive_exception
 
const&): error: undefined reference to 
'boost::archive::archive_exception::archive_exception(boost::archive::archive_exception
 
const&)'

I tried different other boost versions (1.59.0 / 1.62.0 / 1.63.0 / 1.67.0 / 
1.73.0 ) and always had the same outcome.

Am I missing something here? I would appreciate any help and thank you in 
advance.

Christian

-- 
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/967c6bc3-ffb8-43fd-ae17-63957e84cf38n%40googlegroups.com.

Reply via email to