|
From: <den...@us...> - 2010-09-27 11:38:31
|
Revision: 136
http://dsim.svn.sourceforge.net/dsim/?rev=136&view=rev
Author: denis_arnaud
Date: 2010-09-27 11:38:22 +0000 (Mon, 27 Sep 2010)
Log Message:
-----------
[Dev] Replaced calls to the GSL (GNU Scientific Library) by Boost.Math.
Modified Paths:
--------------
trunk/dsim/configure.ac
Modified: trunk/dsim/configure.ac
===================================================================
--- trunk/dsim/configure.ac 2010-09-26 13:18:08 UTC (rev 135)
+++ trunk/dsim/configure.ac 2010-09-27 11:38:22 UTC (rev 136)
@@ -124,15 +124,6 @@
AC_SUBST(EXTRACC_CFLAGS)
AC_SUBST(EXTRACC_LIBS)
-# -----------------------------------------------------------------------------
-# Support for the GSL (GNU Scientific Library): http://www.gnu.org/software/gsl
-# -----------------------------------------------------------------------------
-# Provide --with-gsl
-AM_PATH_GSL([1.8])
-AC_SUBST(GSL_VERSION)
-AC_SUBST(GSL_CFLAGS)
-AC_SUBST(GSL_LIBS)
-
# -----------------------------------------------------------
# Python: http://www.python.org
# -----------------------------------------------------------
@@ -502,6 +493,7 @@
test/boost/mpi/master_slave/Makefile
test/boost/mpi/log_server/Makefile
test/boost/mpl/Makefile
+ test/boost/random/Makefile
test/boost/spirit/Makefile
test/boost/serialization/Makefile
test/boost/signals/Makefile
@@ -582,11 +574,6 @@
- LIBS .............. : ${LIBS}
External libraries:
- - GSL ............... :
- o GSL_VERSION ..... : ${GSL_VERSION}
- o GSL_CFLAGS ...... : ${GSL_CFLAGS}
- o GSL_LIBS ........ : ${GSL_LIBS}
-
${OPENMPI_OUTPUT}
${MPICH2_OUTPUT}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|