Skip to content

Commit

Permalink
we now use only Boost.Math from Boost
Browse files Browse the repository at this point in the history
  • Loading branch information
wojdyr committed Aug 7, 2022
1 parent 015c731 commit 5762bbe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,6 @@ AC_CHECK_HEADER(sstream, [], [AC_MSG_ERROR(
AC_CHECK_HEADER([boost/math/special_functions/gamma.hpp], [], [AC_MSG_ERROR(
[Boost::Math headers not found. Make sure you have Boost installed.])])

AC_CHECK_HEADER([boost/array.hpp], [], [AC_MSG_ERROR(
[Boost::Array headers not found. Make sure you have Boost installed.])])

AC_LANG_POP([C++])

AC_CHECK_HEADER([zlib.h], [], [AC_MSG_ERROR(
Expand Down
4 changes: 2 additions & 2 deletions doc/intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ It uses a few open source projects:
* Lua_ interpreter is embedded for scripting

* and a few popular libraries and tools that make programming much easier:
wxWidgets (GUI), Boost (misc), zlib (compression), readline (CLI),
SWIG (bindings), Catch (testing).
wxWidgets (GUI), Boost.Math (special functions), zlib (compression),
readline (CLI), SWIG (bindings), Catch (testing).

.. _NLopt: http://ab-initio.mit.edu/wiki/index.php/NLopt
.. _MPFIT: http://www.physics.wisc.edu/~craigm/idl/cmpfit.html
Expand Down

0 comments on commit 5762bbe

Please sign in to comment.