Changeset 67afa3 for m4/boost.m4


Ignore:
Timestamp:
Oct 23, 2022, 10:33:19 PM (3 years ago)
Author:
Frederik Heber <frederik.heber@…>
Branches:
Candidate_v1.7.0, stable
Children:
c8a442
Parents:
894040
Message:

FIX: updates to m4/boost.m4.

  • toolset updates to gcc 7.5
  • removing hack with -lpython3.8
File:
1 edited

Legend:

Unmodified
Added
Removed
  • m4/boost.m4

    r894040 r67afa3  
    448448for boost_tag_ in -$boost_cv_lib_tag ''; do
    449449for boost_ver_ in -$boost_cv_lib_version ''; do
    450 for boost_mt_ in $boost_mt -mt ''; do
     450for boost_mt_ in $boost_mt -mt -mt-x64 ''; do
    451451for boost_rtopt_ in $boost_rtopt '' -d; do
    452452  for boost_full_suffix in \
     
    12531253[_BOOST_PYTHON_CONFIG([CPPFLAGS], [includes])
    12541254_BOOST_PYTHON_CONFIG([LDFLAGS],   [ldflags])
    1255 _BOOST_PYTHON_CONFIG([LIBS],      [libs], ["-lpython3.8 "])
    1256 AC_SUBST([BOOST_PYTHON_LIB], [-lpython3.8 $BOOST_PYTHON_LIBS])
     1255_BOOST_PYTHON_CONFIG([LIBS],      [libs])
     1256AC_SUBST([BOOST_PYTHON_LIB], [$BOOST_PYTHON_LIBS])
    12571257m4_pattern_allow([^BOOST_PYTHON_MODULE$])dnl
    12581258BOOST_FIND_LIBS([python], [python python3], [$1],
     
    16761676    _BOOST_mingw_test(8, 0) \
    16771677    _BOOST_gcc_test(8, 0) \
     1678    _BOOST_mingw_test(7, 5) \
     1679    _BOOST_gcc_test(7, 5) \
    16781680    _BOOST_mingw_test(7, 4) \
    16791681    _BOOST_gcc_test(7, 4) \
Note: See TracChangeset for help on using the changeset viewer.