freebsd-ports/math/ambit/files/patch-src_CMakeLists.txt
Yuri Victorovich 8966a50749 math/ambit: Update 0.5.1 -> 0.6
Also add test target.

Reported by:	portscout
2022-04-19 20:40:01 -07:00

15 lines
361 B
Plaintext

- python bindinf isn't installed into the right location, see https://github.com/jturney/ambit/issues/54
--- src/CMakeLists.txt.orig 2022-04-20 02:23:19 UTC
+++ src/CMakeLists.txt
@@ -128,7 +128,9 @@ else()
add_library(ambit-lib ALIAS ambit-shared)
endif()
+if (FREEBSD_BUILD_PYTHON_BINDING)
add_subdirectory(python)
+endif()
# <<< Install >>>