Changeset 745290


Ignore:
Timestamp:
Oct 24, 2022, 8:40:31 PM (3 years ago)
Author:
Frederik Heber <frederik.heber@…>
Branches:
Candidate_v1.7.0, stable
Children:
1d9586
Parents:
c8a442
Message:

Revert "FIX: updates to m4/boost.m4."

This reverts commit 67afa38e593616f035fde1cdd37d872f5850522e.

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • ThirdParty/vmg/m4/boost.m4

    rc8a442 r745290  
    425425for boost_tag_ in -$boost_cv_lib_tag ''; do
    426426for boost_ver_ in -$boost_cv_lib_version ''; do
    427 for boost_mt_ in $boost_mt -mt -mt-x64 ''; do
     427for boost_mt_ in $boost_mt -mt ''; do
    428428for boost_rtopt_ in $boost_rtopt '' -d; do
    429429  for boost_lib in \
  • data/icons/Makefile.am

    rc8a442 r745290  
    11AM_CPPFLAGS = ${QT_CFLAGS}
    22
     3if CONDQTGUI
    34EXTRA_DIST = \
    45        icons.qrc \
     
    1112        molecuildergui_logo.png
    1213
    13 if CONDQTGUI
    1414qrc_%.cpp qrc_%.d: %.qrc
    1515        echo "Compiling qrc files ..."
     
    1919
    2020noinst_LTLIBRARIES = libicons.la
    21 nodist_libicons_la_SOURCES = qrc_icons.cpp
     21libicons_la_SOURCES = qrc_icons.cpp
    2222
    2323sinclude qrc_icons.d
  • m4/boost.m4

    rc8a442 r745290  
    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 -mt-x64 ''; do
     450for boost_mt_ in $boost_mt -mt ''; 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])
    1256 AC_SUBST([BOOST_PYTHON_LIB], [$BOOST_PYTHON_LIBS])
     1255_BOOST_PYTHON_CONFIG([LIBS],      [libs], ["-lpython3.8 "])
     1256AC_SUBST([BOOST_PYTHON_LIB], [-lpython3.8 $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) \
    16801678    _BOOST_mingw_test(7, 4) \
    16811679    _BOOST_gcc_test(7, 4) \
Note: See TracChangeset for help on using the changeset viewer.