← Back to team overview

dolfin team mailing list archive

Re: [Branch ~dolfin-core/dolfin/main] Rev 6304: Try adding Boost serialization flags to please OSX.

 

This should fix the issue on OS X. I was about to suggest the same fix.

Johannes

On Thu, Sep 29, 2011 at 9:40 AM,  <noreply@xxxxxxxxxxxxx> wrote:
> ------------------------------------------------------------
> revno: 6304
> committer: Garth N. Wells <gnw20@xxxxxxxxx>
> branch nick: dolfin-main
> timestamp: Thu 2011-09-29 08:38:14 +0100
> message:
>   Try adding Boost serialization flags to please OSX.
> modified:
>  CMakeLists.txt
>
>
> --
> lp:dolfin
> https://code.launchpad.net/~dolfin-core/dolfin/main
>
> Your team DOLFIN Core Team is subscribed to branch lp:dolfin.
> To unsubscribe from this branch go to https://code.launchpad.net/~dolfin-core/dolfin/main/+edit-subscription
>
> === modified file 'CMakeLists.txt'
> --- CMakeLists.txt      2011-09-28 20:45:56 +0000
> +++ CMakeLists.txt      2011-09-29 07:38:14 +0000
> @@ -184,7 +184,7 @@
>  set(Boost_ADDITIONAL_VERSIONS 1.43 1.43.0 1.44 1.44.0 1.45 1.45.0 1.46 1.46.0 1.46.1)
>
>  if (DOLFIN_ENABLE_MPI AND MPI_FOUND)
> -  find_package(Boost 1.36 COMPONENTS filesystem program_options system thread iostreams mpi REQUIRED)
> +  find_package(Boost 1.36 COMPONENTS filesystem program_options system thread iostreams mpi serialization REQUIRED)
>  else()
>   find_package(Boost 1.36 COMPONENTS filesystem program_options system thread iostreams REQUIRED)
>  endif()
>
>
>