From 99daed97c6d52e64ff6cac0d74f401951d610738 Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Sat, 21 Jul 2018 09:00:06 +0000 Subject: New port: math/py-libpoly: Python binding for libpoly --- math/py-libpoly/files/patch-CMakeLists.txt | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 math/py-libpoly/files/patch-CMakeLists.txt (limited to 'math/py-libpoly/files') diff --git a/math/py-libpoly/files/patch-CMakeLists.txt b/math/py-libpoly/files/patch-CMakeLists.txt new file mode 100644 index 000000000000..7f5bb64a65d0 --- /dev/null +++ b/math/py-libpoly/files/patch-CMakeLists.txt @@ -0,0 +1,19 @@ +--- CMakeLists.txt.orig 2018-07-21 08:36:33 UTC ++++ CMakeLists.txt +@@ -50,7 +50,7 @@ if(HAVE_OPEN_MEMSTREAM) + endif() + + # Configure the library source +-add_subdirectory(src) ++#add_subdirectory(src) + + # Configure the headers + add_subdirectory(include) +@@ -61,6 +61,6 @@ if(LIBPOLY_BUILD_PYTHON_API) + add_subdirectory(python) + + # Configure the tests +- add_subdirectory(test) ++ #add_subdirectory(test) + + endif() -- cgit v1.2.3