comparison DESCRIPTION @ 217:5292e0614efc

New patches submitted from eg123 for the automatization of the configuration process. Use of pkg-config to find dolfin and eigen3 includes and libs * src/Makefile.in: make variables (CPPFLAGS, LDFLAGS, LIBS) are defined substituting the Autoconf ones * src/configure.ac: dolfin and eigen3 compile and link flags are looked for through pkg-config macros * DESCRIPTION: added pkg-config as a build-dependency configure fails if dependencies are not met.
author gedeone-octave <marcovass89@hotmail.it>
date Mon, 10 Mar 2014 08:58:56 +0000
parents 37bcbf7095be
children 3a0590e19bf7
comparison
equal deleted inserted replaced
216:a28b50969020 217:5292e0614efc
3 Date: 2014-02-21 3 Date: 2014-02-21
4 Author: Marco Vassallo <gedeone-octave@users.sourceforge.net> 4 Author: Marco Vassallo <gedeone-octave@users.sourceforge.net>
5 Maintainer: Marco Vassallo <gedeone-octave@users.sourceforge.net> 5 Maintainer: Marco Vassallo <gedeone-octave@users.sourceforge.net>
6 Title: fem-fenics 6 Title: fem-fenics
7 Description: pkg for the resolution of partial differential equation based on fenics 7 Description: pkg for the resolution of partial differential equation based on fenics
8 Depends: octave (>= 3.7.5) 8 Depends: octave (>= 3.8.0)
9 SystemRequirements: dolfin (>=1.3.0), ffc (>=1.3.0) 9 SystemRequirements: dolfin (>=1.3.0), ffc (>=1.3.0)
10 BuildRequirements: dolfin (>=1.3.0), ffc (>=1.3.0) 10 BuildRequirements: dolfin (>=1.3.0), ffc (>=1.3.0), pkg-config
11 Autoload: no 11 Autoload: no
12 License: GPLv3+ 12 License: GPLv3+
13 Url: http://octave.sf.net 13 Url: http://octave.sf.net