Commits

Marcus Calhoun-Lopez authored and MarcusCalhoun-Lopez committed 001b50d9094
vigra: accommodate rename of boost library
No tags

graphics/vigra/files/patch-boost_python.diff

Added
1 +--- config/FindVIGRANUMPY_DEPENDENCIES.cmake.orig 2017-05-19 08:01:08.000000000 -0700
2 ++++ config/FindVIGRANUMPY_DEPENDENCIES.cmake 2019-08-17 09:00:07.000000000 -0700
3 +@@ -96,7 +96,7 @@
4 + SET(BOOST_PYTHON_NAMES
5 + boost_python-py${PYTHON_VERSION_MAJOR}${PYTHON_VERSION_MINOR}-mt
6 + boost_python-${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR}-mt
7 +- boost_python${PYTHON_VERSION_MAJOR}-mt
8 ++ boost_python${PYTHON_VERSION_MAJOR}${PYTHON_VERSION_MINOR}-mt
9 + boost_python-mt)
10 + ENDIF()
11 + IF(Boost_LIB_SUFFIX)

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut