Codebase list getfem++ / 54d4993
* Disable scilab-getfem++ under kfreebsd-* and mips until the openjdk is ported/fixed on these archs (Closes: #624323) * Kill the .la file (Closes: #621311) * Add libmuparser-dev and libsuperlu3-dev to the dependencies of libgetfem++-dev to make getfem-config working out of the box (Closes: #596916) git-svn-id: svn://svn.debian.org/svn/debian-science/packages/getfem++@38669 7ca82aff-d165-4cda-a4f1-7f280d66a853 sylvestre 12 years ago
4 changed file(s) with 23 addition(s) and 5 deletion(s). Raw diff Collapse all Expand all
0 getfem++ (4.1.1-3) unstable; urgency=low
1
2 * Disable scilab-getfem++ under kfreebsd-* and mips until the openjdk is
3 ported/fixed on these archs (Closes: #624323)
4 * Kill the .la file (Closes: #621311)
5 * Add libmuparser-dev and libsuperlu3-dev to the dependencies of
6 libgetfem++-dev to make getfem-config working out of the box
7 (Closes: #596916)
8
9 -- Sylvestre Ledru <sylvestre@debian.org> Fri, 05 Aug 2011 16:44:59 +0200
10
011 getfem++ (4.1.1-2) unstable; urgency=low
112
213 * Team upload
66 libblas-dev, libboost-dev, libqhull-dev,
77 libsuperlu3-dev, libmumps-seq-dev, libmuparser-dev,
88 python-numpy, python-scipy, python-all-dev, python-support (>= 1.0.4),
9 scilab-include, scilab
9 scilab-include [!mips !kfreebsd-amd64 !kfreebsd-i386],
10 scilab [!mips !kfreebsd-amd64 !kfreebsd-i386]
1011 XS-Python-Version: all
11 Standards-Version: 3.9.1
12 Standards-Version: 3.9.2
1213 Section: libs
1314 Homepage: http://home.gna.org/getfem/
1415 Vcs-Svn: svn://svn.debian.org/svn/debian-science/packages/getfem++/
4142 Section: libdevel
4243 Architecture: any
4344 Depends: ${misc:Depends}, libgetfem4++ (= ${binary:Version}), libboost-dev,
44 libgmm++-dev
45 libgmm++-dev, libsuperlu3-dev, libmuparser-dev
4546 Description: Development files for the GETFEM++ generic finite element library
4647 GETFEM++ is a library allowing the computation of any elementary matrix (even
4748 for mixed finite element methods) on the largest class of methods and elements,
22 usr/include/getfem_boost
33 usr/lib/libgetfem.so
44 usr/lib/libgetfem.a
5 usr/lib/libgetfem.la
5
2626 --enable-boost --enable-shared --with-pic \
2727 --enable-python --enable-muparser \
2828 --disable-matlab --disable-superlu \
29 --enable-scilab --with-scilab-toolbox-dir=$(CURDIR)/debian/tmp/usr/lib/scilab-getfem++/ \
3029 --with-mumps="-lsmumps_seq -ldmumps_seq -lcmumps_seq -lzmumps_seq -lpord_seq" \
3130 CFLAGS="$(CFLAGS)"
31
32 disable_scilab_archs = mips kfreebsd-amd64 kfreebsd-i386
33 ifneq (,$(filter $(DEB_HOST_ARCH), $(disable_scilab_archs)))
34 configure_flags += --disable-scilab
35 else
36 configure_flags += --enable-scilab --with-scilab-toolbox-dir=$(CURDIR)/debian/tmp/usr/lib/scilab-getfem++/
37 endif
3238
3339 # shared library versions, option 1
3440 version=4.1.1