Changeset 867fb5 for configure.ac


Ignore:
Timestamp:
May 19, 2021, 7:06:29 PM (4 years ago)
Author:
Frederik Heber <frederik.heber@…>
Branches:
Candidate_v1.7.0, stable
Children:
7ca7d5d
Parents:
7b1824
git-author:
Frederik Heber <frederik.heber@…> (04/23/19 00:16:36)
git-committer:
Frederik Heber <frederik.heber@…> (05/19/21 19:06:29)
Message:

Added BOOST_NUMPY to boost.m4.

  • we know require boost 1.64
File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure.ac

    r7b1824 r867fb5  
    240240
    241241# Boost
    242 BOOST_REQUIRE([1.40])
     242BOOST_REQUIRE([1.64])
    243243
    244244# Boost headers only
     
    268268BOOST_IOSTREAMS
    269269BOOST_PROGRAM_OPTIONS
    270 AS_IF([test x"$enable_python" != x"no"], [BOOST_PYTHON])
     270AS_IF([test x"$enable_python" != x"no"], [
     271        BOOST_PYTHON
     272        BOOST_NUMPY
     273        ])
    271274BOOST_SERIALIZATION
    272275BOOST_THREADS
Note: See TracChangeset for help on using the changeset viewer.