From: <den...@us...> - 2010-01-20 21:55:31
|
Revision: 4 http://simfqt.svn.sourceforge.net/simfqt/?rev=4&view=rev Author: denis_arnaud Date: 2010-01-20 21:54:46 +0000 (Wed, 20 Jan 2010) Log Message: ----------- [Conf] Added the stdair/service/Makefile build. Modified Paths: -------------- trunk/simfqt/configure.ac Modified: trunk/simfqt/configure.ac =================================================================== --- trunk/simfqt/configure.ac 2010-01-20 17:33:33 UTC (rev 3) +++ trunk/simfqt/configure.ac 2010-01-20 21:54:46 UTC (rev 4) @@ -15,7 +15,7 @@ AC_SUBST(RPM_RELEASE) # Shared library versioning -GENERIC_LIBRARY_VERSION="0:1:0" +GENERIC_LIBRARY_VERSION="99:99:99" # | | | # +------+ | +---+ # | | | @@ -249,6 +249,7 @@ stdair/bom/Makefile stdair/factory/Makefile stdair/config/Makefile + stdair/service/Makefile stdair/core/Makefile simfqt/Makefile simfqt/basic/Makefile This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <den...@us...> - 2010-02-07 02:56:01
|
Revision: 7 http://simfqt.svn.sourceforge.net/simfqt/?rev=7&view=rev Author: denis_arnaud Date: 2010-02-07 02:55:55 +0000 (Sun, 07 Feb 2010) Log Message: ----------- [DB] Added support for database administration, as well as a sample table (for airline description). Modified Paths: -------------- trunk/simfqt/configure.ac Modified: trunk/simfqt/configure.ac =================================================================== --- trunk/simfqt/configure.ac 2010-01-21 23:32:47 UTC (rev 6) +++ trunk/simfqt/configure.ac 2010-02-07 02:55:55 UTC (rev 7) @@ -104,15 +104,6 @@ # ----------------------------------------------------------- -# Python -# ----------------------------------------------------------- -PGAC_CHECK_PYTHON_EMBED_SETUP -AC_SUBST(PYTHON_VERSION) -AC_SUBST(PYTHON_LIBS) -AC_SUBST(PYTHON_CFLAGS) -AC_SUBST(PYTHON_ADD_LIBS) - -# ----------------------------------------------------------- # Python: http://www.python.org # ----------------------------------------------------------- PGAC_CHECK_PYTHON_EMBED_SETUP @@ -125,18 +116,18 @@ # MPICH2: http://www.mcs.anl.gov/research/projects/mpich2 # Note: Boost.MPI depends on MPICH2, rather than on OpenMPI # ----------------------------------------------------------- -AX_MPICH2 -AC_SUBST(MPICH2_VERSION) -AC_SUBST(MPICH2_CFLAGS) -AC_SUBST(MPICH2_LIBS) +#AX_MPICH2 +#AC_SUBST(MPICH2_VERSION) +#AC_SUBST(MPICH2_CFLAGS) +#AC_SUBST(MPICH2_LIBS) # ----------------------------------------------------------- # OpenMPI: http://www.open-mpi.org # ----------------------------------------------------------- -#AX_OPENMPI -#AC_SUBST(OPENMPI_VERSION) -#AC_SUBST(OPENMPI_CFLAGS) -#AC_SUBST(OPENMPI_LIBS) +AX_OPENMPI +AC_SUBST(OPENMPI_VERSION) +AC_SUBST(OPENMPI_CFLAGS) +AC_SUBST(OPENMPI_LIBS) # --------------------------------------------------------------- # Boost (STL Extensions): http://www.boost.org @@ -247,6 +238,7 @@ stdair/Makefile stdair/basic/Makefile stdair/bom/Makefile + stdair/dbadaptor/Makefile stdair/factory/Makefile stdair/config/Makefile stdair/service/Makefile This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <den...@us...> - 2010-02-07 19:57:11
|
Revision: 8 http://simfqt.svn.sourceforge.net/simfqt/?rev=8&view=rev Author: denis_arnaud Date: 2010-02-07 19:57:05 +0000 (Sun, 07 Feb 2010) Log Message: ----------- [StdAir] Added the command layer for StdAir. Modified Paths: -------------- trunk/simfqt/configure.ac Modified: trunk/simfqt/configure.ac =================================================================== --- trunk/simfqt/configure.ac 2010-02-07 02:55:55 UTC (rev 7) +++ trunk/simfqt/configure.ac 2010-02-07 19:57:05 UTC (rev 8) @@ -240,6 +240,7 @@ stdair/bom/Makefile stdair/dbadaptor/Makefile stdair/factory/Makefile + stdair/command/Makefile stdair/config/Makefile stdair/service/Makefile stdair/core/Makefile This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <den...@us...> - 2010-04-06 14:46:55
|
Revision: 11 http://simfqt.svn.sourceforge.net/simfqt/?rev=11&view=rev Author: denis_arnaud Date: 2010-04-06 14:46:49 +0000 (Tue, 06 Apr 2010) Log Message: ----------- [Conf] Added the StdAir batch layer. Modified Paths: -------------- trunk/simfqt/configure.ac Modified: trunk/simfqt/configure.ac =================================================================== --- trunk/simfqt/configure.ac 2010-03-24 13:10:46 UTC (rev 10) +++ trunk/simfqt/configure.ac 2010-04-06 14:46:49 UTC (rev 11) @@ -244,6 +244,7 @@ stdair/config/Makefile stdair/service/Makefile stdair/core/Makefile + stdair/batches/Makefile simfqt/Makefile simfqt/basic/Makefile simfqt/bom/Makefile This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |