dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #04242
[HG dolfin] Add -ldolfin-modules to solver demo Makefiles. Should this be handled by pkg-config?
One or more new changesets pushed to the primary DOLFIN repository.
A short summary of the last three changesets is included below.
changeset: 2610:fbf4693c400217466bf64de15e9f51d8d8782c28
tag: tip
user: "Anders Logg <logg@xxxxxxxxx>"
date: Tue Jan 23 10:14:51 2007 +0100
files: src/demo/solvers/convdiff/Makefile src/demo/solvers/elasticity-updated/Makefile src/demo/solvers/elasticity/Makefile src/demo/solvers/heat/Makefile src/demo/solvers/plasticity/Makefile src/demo/solvers/poisson/Makefile src/demo/solvers/stokes/Makefile
description:
Add -ldolfin-modules to solver demo Makefiles. Should this be handled by pkg-config?
Makefile.am/in still missing in src/modules/lib.
changeset: 2609:09f6771ac3d35ec251ee2ae548c03b84607162c1
parent: 2608:405ed529ae8962d89b9b65df570a8022bf79d684
parent: 2606:9af78cf25b0f8b6e5b011b54c964b11cd322513a
user: "Johan Jansson <jjan@xxxxxxxxxx>"
date: Tue Jan 23 02:04:49 2007 +0100
files: src/test/passembly/Makefile src/test/passembly/main.cpp
description:
Merge.
changeset: 2608:405ed529ae8962d89b9b65df570a8022bf79d684
user: "Johan Jansson <jjan@xxxxxxxxxx>"
date: Tue Jan 23 02:03:43 2007 +0100
files: configure configure.ac src/demo/scripting/pydolfin/solvers/elasticity-updated/plast/diffpde.py src/demo/scripting/pydolfin/solvers/elasticity-updated/plast/problem.py src/modules/Makefile.am src/modules/Makefile.in src/modules/python/Makefile src/modules/python/Makefile.in src/modules/python/__init__.py src/modules/python/dolfin_fem_post.i src/modules/python/dolfin_la_post.i src/modules/python/dolfin_la_pre.i src/modules/python/dolfin_mesh_post.i src/modules/python/dolfin_mesh_pre.i src/modules/python/dolfin_ode_pre.i src/modules/python/dolfinmodules.i src/modules/python/dolfinmodules.py src/pydolfin/dolfin.i
description:
Build:
Added a "dolfin-modules" library.
Added a "dolfinmodules" Python module.
Added "make modules" and "make modules_install" targets.
Modules are now split off from the kernel.
Unit tests pass. Tested "plast" PyDOLFIN solver and "navierstokes"
solver, both run.
Note: to compile a demo you now need to add "-ldolfin-modules" to the
library flags. To use modules in a PyDOLFIN program, you need to
import "dolfinmodules".
----------------------------------------------------------------------
For more details, visit http://www.fenics.org/hg/dolfin
Follow ups