r44476 - in /packages/code-aster/aster/trunk/debian: config-mpi.txt config-mpi_32.txt config.txt config_32.txt

apalazzi-guest at users.alioth.debian.org apalazzi-guest at users.alioth.debian.org
Sun Feb 12 19:47:36 UTC 2012


Author: apalazzi-guest
Date: Sun Feb 12 19:47:35 2012
New Revision: 44476

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=44476
Log:
Renamed files to build on 32bit architectures.

Added:
    packages/code-aster/aster/trunk/debian/config-mpi_32.txt
    packages/code-aster/aster/trunk/debian/config_32.txt
Removed:
    packages/code-aster/aster/trunk/debian/config-mpi.txt
    packages/code-aster/aster/trunk/debian/config.txt

Added: 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=44476&op=file
==============================================================================
--- packages/code-aster/aster/trunk/debian/config-mpi_32.txt (added)
+++ packages/code-aster/aster/trunk/debian/config-mpi_32.txt Sun Feb 12 19:47:35 2012
@@ -1,0 +1,135 @@
+# Configuration file
+#
+# Fields are separated by a " | " (the space is significative)
+#
+# Keywords :
+#  ENV_SH     : environment script (absolute filename or relative to current directory)
+#  LIB        : archiver
+#  BIBL       : librairies linked with Code_Aster (with options -L/-l eventually)
+#  PYTHON     : Python binary
+#  LINK       : linker command
+#  OPTL       : linker options
+#  CC         : C compiler command
+#  DEFS       : pre-processor #define commands separated by space or comma
+#               they will be added to all compilation options OPTx_x
+#  OPTC_D     : C compiler options using DEBUG mode
+#  OPTC_O     : C compiler options using NODEBUG mode
+#  INCL       : C include flags
+#  F77        : Fortran compiler command
+#  OPTF_D     : Fortran compiler options using DEBUG mode
+#  OPTF_O     : Fortran compiler options using NODEBUG mode
+#  INCLF      : Fortran include flags
+#  F90        : Fortran 90 compiler command
+#  OPTF90_D   : Fortran 90 compiler options using DEBUG mode
+#  OPTF90_O   : Fortran 90 compiler options using NODEBUG mode
+#  INCLF90    : Fortran 90 include flags
+#  G77_AGLA   : used only for configuration management of EDF version
+#  SUPERV     : Code_Aster Python packages
+#  REPPY      : name of 'bibpyt' in the temporary execution directory
+#  ARGPYT     : main python module
+#  ARGEXE     : arguments passed to Code_Aster executable
+#  REPOUT     : tools directory
+#  MAKE_SURCH_OFFI/MAKE_CAPY_OFFI : Python modules to compiling elements catalogs
+#  CRP / CRS  : tools to check source files and programming rules
+#  ID_PERF    : a label to identify a group of machines (use by TEST_TEMPS command)
+#
+ID_PERF        | id      | -     | HOSTNAME
+#
+ENV_SH         | env     | -     | profile_pyPYVER.sh
+#
+LIB            | ar      | ?     | /usr/bin/ar -rv
+#
+BIBL           | python  | 2.4   | -L/usr/lib -L/usr/lib/pythonPYVER/config -lpythonPYVER
+BIBL           | med     | 2.3.5 | -L/usr/lib -lmed
+BIBL           | hdf5    | 1.6.5 | -L/usr/lib -lhdf5
+BIBL           | zmat    | 8.4   | 
+BIBL           | mumps   | 4.9.2 | -L/usr/lib -ldmumps_ptscotch -L/usr/lib -lzmumps_ptscotch -L/usr/lib -lsmumps_ptscotch -L/usr/lib -lcmumps_ptscotch -L/usr/lib -lmumps_common_ptscotch -L/usr/lib -lpord_ptscotch -L/usr/lib -lesmumps -lscotch -L/usr/lib -lscotchmetis
+BIBL           | scotch  | 4.0   | -L/usr/lib -lptscotch -L/usr/lib -lptscotcherr -L/usr/lib -lptscotcherrexit
+BIBL           | scalapack | 1.8 | -lscalapack-openmpi -lblacs-openmpi -lblacsF77init-openmpi
+BIBL           | math    | ?     | -L/usr/lib -llapack -L/usr/lib -lblas -lgfortran
+BIBL           | mpi     | 2     | -L/usr/lib -lmpi -lmpi_f77 -lmpi_f90
+BIBL           | c++     | ?     | -lstdc++ -lsupc++
+BIBL           | sys     | ?     | -Wl,--allow-multiple-definition -Wl,--export-dynamic -lieee -ldl -lutil -lm -L/usr/lib -lpthread -L/usr/lib -lz
+#
+DEFS           | defined | ?     | LINUX _USE_MPI _HAVE_MUMPS _USE_MPI_MUMPS _USE_MPI_FETI H5_USE_16_API H5PART_HAS_MPI
+#
+NOBUILD        | option  | ?     |  
+#
+PYTHON         | python  | 2.4   | /usr/bin/pythonPYVER
+#
+LINK           | link    | ?     | /usr/bin/mpicc
+OPTL           | link    | ?     | 
+#
+CC             | cc      | ?     | /usr/bin/mpicc
+OPTC_D         | cc      | ?     | -c -g  -fno-stack-protector -fPIC
+OPTC_O         | cc      | ?     | -c -O2 -fno-tree-dse -fno-stack-protector -fPIC
+INCL           | include | ?     | -IDEB_DESTDIR/ASTER_ROOT/STA10.6_mpi/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/mpif90
+OPTF_D         | f77     | ?     | -c -g  -fPIC
+OPTF_O         | f77     | ?     | -c -O2 -fno-tree-dse -fPIC
+INCLF          | include | ?     | -I/usr/include -I/usr/include/mpi
+#
+F90            | f90     | ?     | /usr/bin/mpif90
+OPTF90_D       | f90     | ?     | -c -g  -ffixed-line-length-0 -x f77-cpp-input -fPIC
+OPTF90_O       | f90     | ?     | -c -O2 -fno-tree-dse -ffixed-line-length-0 -x f77-cpp-input -fPIC
+INCLF90        | include | ?     |  -I/usr/include/openmpi -IDEB_DESTDIR/ASTER_ROOT/STA10.6_mpi/bibf90/include_mumps-4.9.2 -I/usr/include -I/usr/include/mpi
+#
+G77_AGLA       | g77     | ?     | unused
+#
+SRCFOR         | src     | 11-04 | bibfor
+SRCF90         | src     | 11-04 | bibf90
+SRCFERM        | src     | 11-04 | fermetur
+SRCC           | src     | 11-04 | bibc
+SRCPY          | src     | 11-04 | bibpyt
+SRCCATA        | src     | 11-04 | catalo
+SRCCAPY        | src     | 11-04 | catapy
+SRCTEST        | src     | 11-04 | astest
+SRCMAT         | src     | 11-04 | materiau
+SRCHIST        | src     | 11-04 | histor
+#
+MAKE           | build   | -     | debug nodebug
+BIN_NODBG      | bin     | 11-04 | asteru_pyPYVER
+BIN_DBG        | bin     | 11-04 | asterd_pyPYVER
+BINCMDE        | bin     | 11-04 | pythonPYVER/commande
+BINELE         | bin     | 11-04 | pythonPYVER/elements
+BINPICKLED     | bin     | 11-04 | pythonPYVER/cata_ele.pickled
+BINLIB_NODBG   | bin     | 11-04 | pythonPYVER/lib/libaster_mpi.a
+BINLIB_DBG     | bin     | 11-04 | pythonPYVER/lib/libasterd_mpi.a
+BINLIBF_NODBG  | bin     | 02-05 | pythonPYVER/lib/libferm_mpi.a
+BINLIBF_DBG    | bin     | 02-05 | pythonPYVER/lib/libfermd_mpi.a
+BINOBJ_NODBG   | bin     | 11-04 | pythonPYVER/obj/aster
+BINOBJF_NODBG  | bin     | 11-04 | pythonPYVER/obj/ferm
+BINOBJ_DBG     | bin     | 11-04 | pythonPYVER/obj/asterd
+BINOBJF_DBG    | bin     | 11-04 | pythonPYVER/obj/fermd
+#
+REPPY          | exec    | 11-04 | Python
+ARGPYT         | exec    | 03-02 | Execution/E_SUPERV.py
+ARGEXE         | exec    | 03-02 | -eficas_path ./Python
+#
+MAKE_SURCH_OFFI | build  | 11-04 | Lecture_Cata_Ele/make_surch_offi.py
+MAKE_CAPY_OFFI  | build  | 11-04 | Lecture_Cata_Ele/make_capy_offi.py
+#
+REPOUT         | exec    | 11-04 | /ASTER_ROOT/outils
+REPMAT         | exec    | 02-05 | /ASTER_ROOT/STA10.6_mpi/materiau
+REPDEX         | exec    | 02-05 | /ASTER_ROOT/STA10.6_mpi/datg
+#
+SUPERV         | exec    | 03-02 | Accas
+SUPERV         | exec    | 03-02 | Build
+SUPERV         | exec    | 03-02 | Comportement
+SUPERV         | exec    | 03-02 | Execution
+SUPERV         | exec    | 03-02 | Intranet
+SUPERV         | exec    | 03-02 | Macro
+SUPERV         | exec    | 12-06 | Meidee
+SUPERV         | exec    | 09-06 | Messages
+SUPERV         | exec    | 03-02 | Noyau
+SUPERV         | exec    | 05-04 | Outils
+SUPERV         | exec    | 01-07 | SD
+SUPERV         | exec    | 01-03 | Stanley
+SUPERV         | exec    | 03-02 | Utilitai
+SUPERV         | exec    | 03-02 | Validation
+#
+GZIP           | tool    | ?     | gzip
+#
+I18N           | i18n    | -     | 
+

Added: 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=44476&op=file
==============================================================================
--- packages/code-aster/aster/trunk/debian/config_32.txt (added)
+++ packages/code-aster/aster/trunk/debian/config_32.txt Sun Feb 12 19:47:35 2012
@@ -1,0 +1,136 @@
+# Configuration file
+#
+# Fields are separated by a " | " (the space is significative)
+#
+# Keywords :
+#  ENV_SH     : environment script (absolute filename or relative to current directory)
+#  LIB        : archiver
+#  BIBL       : librairies linked with Code_Aster (with options -L/-l eventually)
+#  PYTHON     : Python binary
+#  DEVEL      : Set to no to tell that this version does not allow user developments.
+#               Typically for a binary distribution (default is yes)
+#  LINK       : linker command
+#  OPTL       : linker options
+#  CC         : C compiler command
+#  DEFS       : pre-processor #define commands separated by space or comma
+#               they will be added to all compilation options OPTx_x
+#  OPTC_D     : C compiler options using DEBUG mode
+#  OPTC_O     : C compiler options using NODEBUG mode
+#  INCL       : C include flags
+#  F77        : Fortran compiler command
+#  OPTF_D     : Fortran compiler options using DEBUG mode
+#  OPTF_O     : Fortran compiler options using NODEBUG mode
+#  INCLF      : Fortran include flags
+#  F90        : Fortran 90 compiler command
+#  OPTF90_D   : Fortran 90 compiler options using DEBUG mode
+#  OPTF90_O   : Fortran 90 compiler options using NODEBUG mode
+#  INCLF90    : Fortran 90 include flags
+#  G77_AGLA   : used only for configuration management of EDF version
+#  SUPERV     : Code_Aster Python packages
+#  REPPY      : name of 'bibpyt' in the temporary execution directory
+#  ARGPYT     : main python module
+#  ARGEXE     : arguments passed to Code_Aster executable
+#  REPOUT     : tools directory
+#  MAKE_SURCH_OFFI/MAKE_CAPY_OFFI : Python modules to compiling elements catalogs
+#  CRP / CRS  : tools to check source files and programming rules
+#  ID_PERF    : a label to identify a group of machines (use by TEST_TEMPS command)
+#
+ID_PERF        | id      | -     | HOSTNAME
+#
+ENV_SH         | env     | -     | profile_pyPYVER.sh
+#
+LIB            | ar      | ?     | /usr/bin/ar -rv
+#
+BIBL           | python  | PYVER   | -L/usr/lib -L/usr/lib/pythonPYVER/config -lpythonPYVER
+BIBL           | med     | 2.3.5 | -L/usr/lib -lmed
+BIBL           | hdf5    | 1.6.5 | -L/usr/lib -lhdf5
+BIBL           | zmat    | 8.4   | 
+BIBL           | mumps   | ?     | -L/usr/lib -ldmumps_seq -L/usr/lib -lzmumps_seq -L/usr/lib -lsmumps_seq -L/usr/lib -lcmumps_seq -L/usr/lib -lmumps_common_seq -L/usr/lib -lpord_seq -L/usr/lib -lmpiseq_seq -L/usr/lib -lscotchmetis -L/usr/lib -lscotch
+BIBL           | scotch  | 4.0   | -L/usr/lib -lesmumps -L/usr/lib -lscotch -L/usr/lib -lscotcherr
+BIBL           | math    | ?     | -L/usr/lib -llapack -L/usr/lib -lblas -lgfortran
+BIBL           | mpi     | 2     | 
+BIBL           | c++     | ?     | -lstdc++ -lsupc++
+BIBL           | sys     | ?     | -Wl,--allow-multiple-definition -Wl,--export-dynamic -L/usr/lib -ldl -L/usr/lib -lutil -L/usr/lib -lm -lpthread -lz
+#
+DEFS           | defined | ?     | LINUX H5_USE_16_API _HAVE_MUMPS H5_PART_HAS_MPI
+#
+NOBUILD        | option  | ?     | 
+#
+PYTHON         | python  | PYVER   | /usr/bin/pythonPYVER
+#
+LINK           | link    | ?     | /usr/bin/gfortran
+OPTL           | link    | ?     | -fopenmp
+#
+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/STA10.6/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
+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
+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/STA10.6/bibf90/include_mumps-4.9.2 -I/usr/include/mpi
+#
+G77_AGLA       | g77     | ?     | unused
+#
+SRCFOR         | src     | 11-04 | bibfor
+SRCF90         | src     | 11-04 | bibf90
+SRCFERM        | src     | 11-04 | fermetur
+SRCC           | src     | 11-04 | bibc
+SRCPY          | src     | 11-04 | bibpyt
+SRCCATA        | src     | 11-04 | catalo
+SRCCAPY        | src     | 11-04 | catapy
+SRCTEST        | src     | 11-04 | astest
+SRCMAT         | src     | 11-04 | materiau
+SRCHIST        | src     | 11-04 | histor
+#
+MAKE           | build   | -     | debug nodebug
+BIN_NODBG      | bin     | 11-04 | asteru_pyPYVER
+BIN_DBG        | bin     | 11-04 | asterd_pyPYVER
+BINCMDE        | bin     | 11-04 | pythonPYVER/commande
+BINELE         | bin     | 11-04 | pythonPYVER/elements
+BINPICKLED     | bin     | 11-04 | pythonPYVER/cata_ele.pickled
+BINLIB_NODBG   | bin     | 11-04 | pythonPYVER/lib/libaster.a
+BINLIB_DBG     | bin     | 11-04 | pythonPYVER/lib/libasterd.a
+BINLIBF_NODBG  | bin     | 02-05 | pythonPYVER/lib/libferm.a
+BINLIBF_DBG    | bin     | 02-05 | pythonPYVER/lib/libfermd.a
+BINOBJ_NODBG   | bin     | 11-04 | pythonPYVER/obj/aster
+BINOBJF_NODBG  | bin     | 11-04 | pythonPYVER/obj/ferm
+BINOBJ_DBG     | bin     | 11-04 | pythonPYVER/obj/asterd
+BINOBJF_DBG    | bin     | 11-04 | pythonPYVER/obj/fermd
+#
+REPPY          | exec    | 11-04 | Python
+ARGPYT         | exec    | 03-02 | Execution/E_SUPERV.py
+ARGEXE         | exec    | 03-02 | -eficas_path ./Python
+#
+MAKE_SURCH_OFFI | build  | 11-04 | Lecture_Cata_Ele/make_surch_offi.py
+MAKE_CAPY_OFFI  | build  | 11-04 | Lecture_Cata_Ele/make_capy_offi.py
+#
+REPOUT         | exec    | 11-04 | /ASTER_ROOT/outils
+REPMAT         | exec    | 02-05 | /ASTER_ROOT/STA10.6/materiau
+REPDEX         | exec    | 02-05 | /ASTER_ROOT/STA10.6/datg
+#
+SUPERV         | exec    | 03-02 | Accas
+SUPERV         | exec    | 03-02 | Build
+SUPERV         | exec    | 03-02 | Comportement
+SUPERV         | exec    | 03-02 | Execution
+SUPERV         | exec    | 03-02 | Intranet
+SUPERV         | exec    | 03-02 | Macro
+SUPERV         | exec    | 12-06 | Meidee
+SUPERV         | exec    | 09-06 | Messages
+SUPERV         | exec    | 03-02 | Noyau
+SUPERV         | exec    | 05-04 | Outils
+SUPERV         | exec    | 01-07 | SD
+SUPERV         | exec    | 01-03 | Stanley
+SUPERV         | exec    | 03-02 | Utilitai
+SUPERV         | exec    | 03-02 | Validation
+#
+GZIP           | tool    | ?     |  /usr/bin/gzip
+#
+I18N           | i18n    | -     | 
+




More information about the debian-science-commits mailing list