mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
12 lines
620 B
Diff
12 lines
620 B
Diff
--- config/FindVIGRANUMPY_DEPENDENCIES.cmake.orig 2017-05-19 08:01:08.000000000 -0700
|
|||
|
|
+++ config/FindVIGRANUMPY_DEPENDENCIES.cmake 2019-08-17 09:00:07.000000000 -0700
|
||
|
|
@@ -96,7 +96,7 @@
|
||
|
|
SET(BOOST_PYTHON_NAMES
|
||
|
|
boost_python-py${PYTHON_VERSION_MAJOR}${PYTHON_VERSION_MINOR}-mt
|
||
|
|
boost_python-${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR}-mt
|
||
|
|
- boost_python${PYTHON_VERSION_MAJOR}-mt
|
||
|
|
+ boost_python${PYTHON_VERSION_MAJOR}${PYTHON_VERSION_MINOR}-mt
|
||
|
|
boost_python-mt)
|
||
|
|
ENDIF()
|
||
|
|
IF(Boost_LIB_SUFFIX)
|