[Dune] [Dune-Commit] dune-grid r7635 - trunk/dune/grid

Oliver Sander sander at mi.fu-berlin.de
Tue May 31 16:06:12 CEST 2011


Hi Everybody!
I think this patch needs to go into the 2.1 branch as well.
(I am somewhat surprised I could ever use my code without it).
Can somebody who knows the build system please confirm?
Thanks,
Oliver

Am 31.05.2011 16:04, schrieb sander at dune-project.org:
> Author: sander
> Date: 2011-05-31 16:04:28 +0200 (Tue, 31 May 2011)
> New Revision: 7635
>
> Modified:
>     trunk/dune/grid/Makefile.am
> Log:
> add libamiramesh to libgrid, if configured with AmiraMesh support
>
> Modified: trunk/dune/grid/Makefile.am
> ===================================================================
> --- trunk/dune/grid/Makefile.am	2011-05-31 13:43:22 UTC (rev 7634)
> +++ trunk/dune/grid/Makefile.am	2011-05-31 14:04:28 UTC (rev 7635)
> @@ -14,6 +14,10 @@
>     UGLIB = uggrid/libuggrid.la
>   endif
>
> +if AMIRAMESH
> +  AMIRAMESHLIB = io/file/amiramesh/libamiramesh.la
> +endif
> +
>   # the ALUGrid lib contains items that are needed
>   # in any case, so no dependency from ALUGRID flag
>   ALULIB = alugrid/libalu.la
> @@ -27,6 +31,7 @@
>   libgrid_la_LIBADD = $(ONEDLIB) $(UGLIB) $(ALULIB) \
>   	$(COMMONLIB)				\
>   	$(DGFPARSERLIB)				\
> +        $(AMIRAMESHLIB)                         \
>   	$(DUNE_LIBS)
>
>   # These libraries do not need other libraries besides lcommon
>
>
> _______________________________________________
> Dune-Commit mailing list
> Dune-Commit at dune-project.org
> http://lists.dune-project.org/mailman/listinfo/dune-commit




More information about the Dune mailing list