• R/O
  • HTTP
  • SSH
  • HTTPS

提交

標籤
無標籤

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

修訂cd543830877b2ebb5ba8bce4cace319d39794947 (tree)
時間2013-07-26 17:57:12
作者Katsuhiko Nishimra <ktns.87@gmai...>
CommiterKatsuhiko Nishimra

Log Message

Link with Boost compiled libraries. #28588

git-svn-id: https://svn.sourceforge.jp/svnroot/molds/branches/automake@1436 1136aad2-a195-0410-b898-f5ea1d11b9d8

Change Summary

差異

--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -41,4 +41,4 @@ MolDS_SOURCES = Main.cpp mpi/MpiProcess.cpp base/MolDSException.cpp \
4141 ACLOCAL_AMFLAGS = -I m4
4242 AM_CXXFLAGS = $(OPENMP_CXXFLAGS)
4343 AM_CPPFLAGS = $(BOOST_CPPFLAGS)
44-AM_LDFLAGS = $(BOOST_LDFLAGS)
44+AM_LDFLAGS = $(BOOST_LDFLAGS) $(BOOST_MPI_LIB) $(BOOST_SERIALIZATION_LIB)
--- a/src/configure.ac
+++ b/src/configure.ac
@@ -162,6 +162,8 @@ AC_DEFINE([SIZEOF_LAPACKINT], [SIZEOF_BLASINT], [The size of integer variables u
162162
163163 dnl Boost
164164 AX_BOOST_BASE([1.48],,[AC_MSG_FAILURE([boost library is too old!])])
165+AX_BOOST_SERIALIZATION
166+AX_BOOST_MPI
165167
166168 dnl Check whether ld accepts -rpath option
167169 AC_CACHE_CHECK([whether ld accepts -rpath option],[molds_cv_ld_accepts_rpath],