r45548 - in /packages/code-aster/aster/trunk/debian: changelog config-mpi_32.txt config-mpi_64.txt config_32.txt config_64.txt control patches/series rules
apalazzi-guest at users.alioth.debian.org
apalazzi-guest at users.alioth.debian.org
Sat Jan 26 09:38:36 UTC 2013
Author: apalazzi-guest
Date: Sat Jan 26 09:38:35 2013
New Revision: 45548
URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=45548
Log:
Various updates.
Updated to upstream version 11.3.0-2; now it works when compiled
with gcc-4.7 and it makes use of mumps-4.10.0, the actual version
in unstable.
Fixed a small typo in the description of package code-aster-engine-dbg.
Modified:
packages/code-aster/aster/trunk/debian/changelog
packages/code-aster/aster/trunk/debian/config-mpi_32.txt
packages/code-aster/aster/trunk/debian/config-mpi_64.txt
packages/code-aster/aster/trunk/debian/config_32.txt
packages/code-aster/aster/trunk/debian/config_64.txt
packages/code-aster/aster/trunk/debian/control
packages/code-aster/aster/trunk/debian/patches/series
packages/code-aster/aster/trunk/debian/rules
Modified: packages/code-aster/aster/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/code-aster/aster/trunk/debian/changelog?rev=45548&op=diff
==============================================================================
--- packages/code-aster/aster/trunk/debian/changelog (original)
+++ packages/code-aster/aster/trunk/debian/changelog Sat Jan 26 09:38:35 2013
@@ -1,3 +1,13 @@
+aster (11.3.0-2-1) unstable; urgency=low
+
+ * Updated to version 11.3.0-2
+ * Now it builds using the current gcc compiler and not gcc-4.6
+ * Updated to make use of mumps-4.10.0
+ * Fixed typo in description of code-aster-engine-dbg package
+ (Closes: #698588)
+
+ -- Andrea Palazzi <palazziandrea at yahoo.it> Sat, 26 Jan 2013 10:27:30 +0100
+
aster (10.7.0-1-1) unstable; urgency=low
* Package code-aster-test: fixed list of tests without homard
Modified: packages/code-aster/aster/trunk/debian/config-mpi_32.txt
URL: http://svn.debian.org/wsvn/debian-science/packages/code-aster/aster/trunk/debian/config-mpi_32.txt?rev=45548&op=diff
==============================================================================
--- packages/code-aster/aster/trunk/debian/config-mpi_32.txt (original)
+++ packages/code-aster/aster/trunk/debian/config-mpi_32.txt Sat Jan 26 09:38:35 2013
@@ -60,20 +60,20 @@
LINK | link | ? | /usr/bin/mpicc
OPTL | link | ? | MPICC_LINK_FLAGS
#
-CC | cc | ? | /usr/bin/gcc-4.6
+CC | cc | ? | /usr/bin/gcc
OPTC_D | cc | ? | -c -g -fno-stack-protector -fPIC MPICC_COMPILE_FLAGS
OPTC_O | cc | ? | -c -O2 -fno-tree-dse -fno-stack-protector -fPIC MPICC_COMPILE_FLAGS
INCL | include | ? | -IDEB_DESTDIR/ASTER_ROOT/STA_VERSION/bibc/include -I/usr/include/pythonPYVER -I/usr/lib/pymodules/pythonPYVER/numpy/core/include -I/usr/include/scotch -I/usr/include -I/usr/include/mpi
#
-F77 | f77 | ? | /usr/bin/gfortran-4.6
+F77 | f77 | ? | /usr/bin/gfortran
OPTF_D | f77 | ? | -c -g -fPIC MPIF77_COMPILE_FLAGS
OPTF_O | f77 | ? | -c -O2 -fno-tree-dse -fPIC MPIF77_COMPILE_FLAGS
INCLF | include | ? | -I/usr/include -I/usr/include/mpi
#
-F90 | f90 | ? | /usr/bin/gfortran-4.6
+F90 | f90 | ? | /usr/bin/gfortran
OPTF90_D | f90 | ? | -c -g -ffixed-line-length-0 -x f77-cpp-input -fPIC MPIF90_COMPILE_FLAGS
OPTF90_O | f90 | ? | -c -O2 -fno-tree-dse -ffixed-line-length-0 -x f77-cpp-input -fPIC MPIF90_COMPILE_FLAGS
-INCLF90 | include | ? | -I/usr/include/openmpi -IDEB_DESTDIR/ASTER_ROOT/STA_VERSION/bibf90/include_mumps-4.9.2_mpi -I/usr/include -I/usr/include/mpi
+INCLF90 | include | ? | -I/usr/include/openmpi -IDEB_DESTDIR/ASTER_ROOT/STA_VERSION/bibf90/include_mumps-4.10.0._mpi -I/usr/include -I/usr/include/mpi
#
G77_AGLA | g77 | ? | unused
#
Modified: packages/code-aster/aster/trunk/debian/config-mpi_64.txt
URL: http://svn.debian.org/wsvn/debian-science/packages/code-aster/aster/trunk/debian/config-mpi_64.txt?rev=45548&op=diff
==============================================================================
--- packages/code-aster/aster/trunk/debian/config-mpi_64.txt (original)
+++ packages/code-aster/aster/trunk/debian/config-mpi_64.txt Sat Jan 26 09:38:35 2013
@@ -57,23 +57,23 @@
#
PYTHON | python | 2.4 | /usr/bin/pythonPYVER
#
-LINK | link | ? | /usr/bin/gcc-4.6
+LINK | link | ? | /usr/bin/gcc
OPTL | link | ? | MPICC_LINK_FLAGS
#
-CC | cc | ? | /usr/bin/gcc-4.6
+CC | cc | ? | /usr/bin/gcc
OPTC_D | cc | ? | -v -c -g -fno-stack-protector -fPIC MPICC_COMPILE_FLAGS
OPTC_O | cc | ? | -v -c -O2 -fno-tree-dse -fno-stack-protector -fPIC MPICC_COMPILE_FLAGS
INCL | include | ? | -IDEB_DESTDIR/ASTER_ROOT/STA_VERSION/bibc/include -I/usr/include/pythonPYVER -I/usr/lib/pymodules/pythonPYVER/numpy/core/include -I/usr/include/scotch -I/usr/include -I/usr/include/mpi
#
-F77 | f77 | ? | /usr/bin/gfortran-4.6
+F77 | f77 | ? | /usr/bin/gfortran
OPTF_D | f77 | ? | -v -c -g -fPIC -fdefault-double-8 -fdefault-integer-8 -fdefault-real-8 MPIF77_COMPILE_FLAGS
OPTF_O | f77 | ? | -v -c -O2 -fno-tree-dse -fPIC -fdefault-double-8 -fdefault-integer-8 -fdefault-real-8 MPIF77_COMPILE_FLAGS
-INCLF | include | ? | -I/usr/include -I/usr/include/mpi
+INCLF | include | ? | -IDEB_DESTDIR/ASTER_ROOT/STA_VERSION/bibfor/include -I/usr/include -I/usr/include/mpi
#
-F90 | f90 | ? | /usr/bin/gfortran-4.6
+F90 | f90 | ? | /usr/bin/gfortran
OPTF90_D | f90 | ? | -v -c -g -ffixed-line-length-0 -x f77-cpp-input -fPIC -fdefault-double-8 -fdefault-integer-8 -fdefault-real-8 MPIF90_COMPILE_FLAGS
OPTF90_O | f90 | ? | -v -c -O2 -fno-tree-dse -ffixed-line-length-0 -x f77-cpp-input -fPIC -fdefault-double-8 -fdefault-integer-8 -fdefault-real-8 MPIF90_COMPILE_FLAGS
-INCLF90 | include | ? | -I/usr/include/openmpi -IDEB_DESTDIR/ASTER_ROOT/STA_VERSION/bibf90/include_mumps-4.9.2_mpi -I/usr/include -I/usr/include/mpi
+INCLF90 | include | ? | -I/usr/include/openmpi -IDEB_DESTDIR/ASTER_ROOT/STA_VERSION/bibf90/include_mumps-4.10.0_mpi -IDEB_DESTDIR/ASTER_ROOT/STA_VERSION/bibfor/include -I/usr/include -I/usr/include/mpi
#
G77_AGLA | g77 | ? | unused
#
Modified: packages/code-aster/aster/trunk/debian/config_32.txt
URL: http://svn.debian.org/wsvn/debian-science/packages/code-aster/aster/trunk/debian/config_32.txt?rev=45548&op=diff
==============================================================================
--- packages/code-aster/aster/trunk/debian/config_32.txt (original)
+++ packages/code-aster/aster/trunk/debian/config_32.txt Sat Jan 26 09:38:35 2013
@@ -58,23 +58,23 @@
#
PYTHON | python | PYVER | /usr/bin/pythonPYVER
#
-LINK | link | ? | /usr/bin/gfortran-4.6
+LINK | link | ? | /usr/bin/gfortran
OPTL | link | ? | -fopenmp
#
-CC | cc | ? | /usr/bin/gcc-4.6
+CC | cc | ? | /usr/bin/gcc
OPTC_D | cc | ? | -c -g -fno-stack-protector -fPIC -fopenmp
OPTC_O | cc | ? | -c -O2 -fno-tree-dse -fno-stack-protector -fopenmp
INCL | include | ? | -IDEB_DESTDIR/ASTER_ROOT/STA_VERSION/bibc/include -I/usr/include/pythonPYVER -I/usr/lib/pymodules/pythonPYVER/numpy/core/include -I/usr/include/scotch -I/usr/include/mpi
#
-F77 | f77 | ? | /usr/bin/gfortran-4.6
+F77 | f77 | ? | /usr/bin/gfortran
OPTF_D | f77 | ? | -c -g -fPIC -fopenmp
OPTF_O | f77 | ? | -c -O2 -fno-tree-dse -fopenmp
INCLF | include | ? | -I/usr/include/mpi
#
-F90 | f90 | ? | /usr/bin/gfortran-4.6
+F90 | f90 | ? | /usr/bin/gfortran
OPTF90_D | f90 | ? | -c -g -ffixed-line-length-0 -x f77-cpp-input -fPIC -fopenmp
OPTF90_O | f90 | ? | -c -O2 -fno-tree-dse -ffixed-line-length-0 -x f77-cpp-input -fopenmp
-INCLF90 | include | ? | -IDEB_DESTDIR/ASTER_ROOT/STA_VERSION/bibf90/include_mumps-4.9.2 -I/usr/include/mpi
+INCLF90 | include | ? | -IDEB_DESTDIR/ASTER_ROOT/STA_VERSION/bibf90/include_mumps-4.10.0 -I/usr/include/mpi
#
G77_AGLA | g77 | ? | unused
#
Modified: packages/code-aster/aster/trunk/debian/config_64.txt
URL: http://svn.debian.org/wsvn/debian-science/packages/code-aster/aster/trunk/debian/config_64.txt?rev=45548&op=diff
==============================================================================
--- packages/code-aster/aster/trunk/debian/config_64.txt (original)
+++ packages/code-aster/aster/trunk/debian/config_64.txt Sat Jan 26 09:38:35 2013
@@ -58,23 +58,23 @@
#
PYTHON | python | PYVER | /usr/bin/pythonPYVER
#
-LINK | link | ? | /usr/bin/gfortran-4.6
+LINK | link | ? | /usr/bin/gfortran
OPTL | link | ? | -fopenmp
#
-CC | cc | ? | /usr/bin/gcc-4.6
+CC | cc | ? | /usr/bin/gcc
OPTC_D | cc | ? | -c -g -fno-stack-protector -fPIC -fopenmp -fdefault-double-8 -fdefault-integer-8 -fdefault-real-8
OPTC_O | cc | ? | -c -O2 -fno-tree-dse -fno-stack-protector -fopenmp -fdefault-double-8 -fdefault-integer-8 -fdefault-real-8
INCL | include | ? | -IDEB_DESTDIR/ASTER_ROOT/STA_VERSION/bibc/include -I/usr/include/pythonPYVER -I/usr/lib/pymodules/pythonPYVER/numpy/core/include -I/usr/include/scotch -I/usr/include/mpi
#
-F77 | f77 | ? | /usr/bin/gfortran-4.6
+F77 | f77 | ? | /usr/bin/gfortran
OPTF_D | f77 | ? | -c -g -fPIC -fopenmp -fdefault-double-8 -fdefault-integer-8 -fdefault-real-8
OPTF_O | f77 | ? | -c -O2 -fno-tree-dse -fdefault-double-8 -fdefault-integer-8 -fdefault-real-8
-INCLF | include | ? | -I/usr/include/mpi
+INCLF | include | ? | -IDEB_DESTDIR/ASTER_ROOT/STA_VERSION/bibfor/include -I/usr/include/mpi
#
-F90 | f90 | ? | /usr/bin/gfortran-4.6
+F90 | f90 | ? | /usr/bin/gfortran
OPTF90_D | f90 | ? | -c -g -ffixed-line-length-0 -x f77-cpp-input -fPIC -fopenmp -fdefault-double-8 -fdefault-integer-8 -fdefault-real-8
OPTF90_O | f90 | ? | -c -O2 -fno-tree-dse -ffixed-line-length-0 -x f77-cpp-input -fopenmp -fdefault-double-8 -fdefault-integer-8 -fdefault-real-8
-INCLF90 | include | ? | -IDEB_DESTDIR/ASTER_ROOT/STA_VERSION/bibf90/include_mumps-4.9.2 -I/usr/include/mpi
+INCLF90 | include | ? | -IDEB_DESTDIR/ASTER_ROOT/STA_VERSION/bibf90/include_mumps-4.10.0 -IDEB_DESTDIR/ASTER_ROOT/STA_VERSION/bibfor/include -I/usr/include/mpi
#
G77_AGLA | g77 | ? | unused
#
Modified: packages/code-aster/aster/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/code-aster/aster/trunk/debian/control?rev=45548&op=diff
==============================================================================
--- packages/code-aster/aster/trunk/debian/control (original)
+++ packages/code-aster/aster/trunk/debian/control Sat Jan 26 09:38:35 2013
@@ -4,13 +4,13 @@
Maintainer: Debian Science Team <debian-science-maintainers at lists.alioth.debian.org>
Uploaders: "Adam C. Powell, IV" <hazelsct at debian.org>, Andrea Palazzi <palazziandrea at yahoo.it>
Standards-Version: 3.9.3
-Build-Depends: debhelper (>= 7), quilt, gfortran-4.6, gcc-4.6,
+Build-Depends: debhelper (>= 7), quilt, gfortran, gcc,
openssh-client,
liblapack-dev, libblas-dev, libhdf5-mpi-dev,
libmed-dev (>= 3.0), libmedc-dev (>= 3.0),
python-all-dev, python-support, python-numpy, code-aster-run (>= 1.8.1-2),
code-aster-gui (>= 1.8.1-2),
- libmumps-seq-dev, libmumps-ptscotch-dev,
+ libmumps-seq-dev (>= 4.10.0), libmumps-ptscotch-dev (>= 4.10.0),
libscotch-dev, libscotchmetis-dev, libptscotch-dev, libscalapack-mpi-dev,
libblacs-mpi-dev, mpi-default-dev, libscotchparmetis-dev
Homepage: http://www.code-aster.org/
@@ -64,7 +64,7 @@
Section: debug
Depends: code-aster-engine (= ${binary:Version}), ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
Suggests: eficas, gmsh, grace
-Description: Code_Aster finite element program - sequantial binary with debugging symbols
+Description: Code_Aster finite element program - sequential binary with debugging symbols
Code_Aster is a finite element solver for partial differential equations. It
is particularly suited to problems involving heat transfer, mechanics, fluids,
and fluid-structure interactions. It is the product of Electricité de France
Modified: packages/code-aster/aster/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/debian-science/packages/code-aster/aster/trunk/debian/patches/series?rev=45548&op=diff
==============================================================================
--- packages/code-aster/aster/trunk/debian/patches/series (original)
+++ packages/code-aster/aster/trunk/debian/patches/series Sat Jan 26 09:38:35 2013
@@ -3,4 +3,4 @@
debian-install.diff
mpi.diff
tests_without_homard.patch
-mumps-4.10.0.patch
+cataele_mem.patch
Modified: packages/code-aster/aster/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/code-aster/aster/trunk/debian/rules?rev=45548&op=diff
==============================================================================
--- packages/code-aster/aster/trunk/debian/rules (original)
+++ packages/code-aster/aster/trunk/debian/rules Sat Jan 26 09:38:35 2013
@@ -15,10 +15,10 @@
MPIF90_COMPILE_FLAGS ?= $(shell mpif90 --showme:compile)
MPICC_LINK_FLAGS ?= $(shell mpicc --showme:link)
-STA_UPSTREAM_VERSION=STA10.7
-STA_VERSION=STABLE
-PTA_VERSION=STABLE_MPI
-ASTER_VERSION=10.7.0
+STA_UPSTREAM_VERSION=STA11.3
+STA_VERSION=TESTING
+PTA_VERSION=TESTING_MPI
+ASTER_VERSION=11.3.0
ASTER_VERSION_FULL=$(ASTER_VERSION)-1
DEB_SOURCE_PACKAGE := aster
More information about the debian-science-commits
mailing list