On Wednesday, October 2, 2019 at 11:50:53 AM UTC+2, Konrad Simon wrote: > > Thank you, Denis. I use a pretty stupid (but simple) workaround: I setup >>> and compile deal.ii myself since all dependencies are compiled and use the >>> cmake command used by spack. That works. And I do not get the serialization >>> error. >>> >> >> >> now that is strange. Are you sure you pick up the same boost? >> Could you post the original error from CMake error logs that shows how >> serialization test fails? >> >> > Cmake in my little modification seems to pick up the right boost. (for > error log with boost see above) >
For the error log I meant CMakeError.log which should contain the failing serialization test. What you posted is the output of CMake config which only states that the serialization test failed, but does not give details as to why. But that's not iimportant as 1.70 works for you. > DEAL_II_WITH_BOOST set up with external dependencies > # BOOST_VERSION = 1.70.0 > # BOOST_DIR = > /scratch/cen/numgeo/spack-lib/linux-debian8-x86_64/gcc-7.3.0/boost-1.70.0 > # BOOST_CXX_FLAGS = -Wno-unused-local-typedefs > # BOOST_DEFINITIONS = BOOST_NO_AUTO_PTR > # BOOST_USER_DEFINITIONS = BOOST_NO_AUTO_PTR > # BOOST_INCLUDE_DIRS = > /scratch/cen/numgeo/spack-lib/linux-debian8-x86_64/gcc-7.3.0/boost-1.70.0/include > > > # BOOST_USER_INCLUDE_DIRS = > /scratch/cen/numgeo/spack-lib/linux-debian8-x86_64/gcc-7.3.0/boost-1.70.0/include > > > # BOOST_LIBRARIES = > /scratch/cen/numgeo/spack-lib/linux-debian8-x86_64/gcc-7.3.0/boost-1.70.0/lib/libboost_iostreams-mt.so;/scratch/cen/numgeo/spack-lib/lin > ux-debian8-x86_64/gcc-7.3.0/boost-1. > > > but that is different boos version from what you posted above, namely 1.70.0 instead of 1.62. I guess that would also work if you install dealii + 1.70 via Spack without manual labour. 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/dealii/1186a04f-4975-45ba-84aa-4af560fd54cf%40googlegroups.com.
