• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

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

Commit MetaInfo

Revisão800bedc11b3afb76fb579ab93305e574306f55c4 (tree)
Hora2013-07-26 17:57:19
AutorKatsuhiko Nishimra <ktns.87@gmai...>
CommiterKatsuhiko Nishimra

Mensagem de Log

Change minimal boost version. #28588

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

Mudança Sumário

Diff

--- a/src/configure.ac
+++ b/src/configure.ac
@@ -161,7 +161,7 @@ dnl Size of BLAS int
161161 AC_DEFINE([SIZEOF_LAPACKINT], [SIZEOF_BLASINT], [The size of integer variables used by LAPACK library])
162162
163163 dnl Boost
164-AX_BOOST_BASE([1.48],,[AC_MSG_FAILURE([boost library is too old!])])
164+AX_BOOST_BASE([1.46],,[AC_MSG_FAILURE([boost library is too old!])])
165165 AX_BOOST_SERIALIZATION
166166 AX_BOOST_MPI
167167