I have checked the summary.log.And I find the "DEAL_II_WITH_BOOST set up with external dependencies" just like this. [image: summary.PNG] I try to install dealii-8.4.1. The boost on this system is 1.53. On Thursday, October 27, 2022 at 6:19:57 AM UTC+8 Jan Philipp Thiele wrote:
> This could be related to https://github.com/dealii/dealii/issues/14363. > We had a somewhat similar problem on our workstations in that deal.II > ignored the specified BOOST_DIR in the cmake call. > If you still have the build directory of the deal.II installation you > could check the summary.log whether it says "DEAL_II_WITH_BOOST set up with > bundled packages" or "DEAL_II_WITH_BOOST set up with external > dependencies". > > In any case the cluster system should have the shared library file > "libboost_iostreams-mt.so" in the folder /usr/lib64 > If not boost is only set up in that folder on your local workstation and > so it's understandably impossible for deal.II to find it on the cluster as > it's just not there. > > On Wednesday, October 26, 2022 at 5:19:10 PM UTC+2 Wolfgang Bangerth wrote: > >> On 10/26/22 06:02, hao weiye wrote: >> > Thanks for your reply. I had investigated with my system >> > administrator.And I am sure I have linked the boost library when I >> > compiled deal.II.When I open the /dealii-8.4.1//lib/cmake/deal.II/ >> > I find something strange just like this picture.And I thought if there >> > are some problems with this. >> >> As I said, there is little we can do without having access to the >> system. What the screenshot shows is that cmake determines that the >> executable should be linked against that library, but that only implies >> that the library exists on the system on which you compile; it does not >> imply that the library exists on the system on which you want to do >> computations. >> >> Best >> W. >> >> -- >> ------------------------------------------------------------------------ >> Wolfgang Bangerth email: [email protected] >> www: http://www.math.colostate.edu/~bangerth/ >> > -- 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/87cd738b-8de0-4766-b500-05b350bd68ebn%40googlegroups.com.
