summaryrefslogtreecommitdiff
path: root/math/py-libpoly/files
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2018-07-21 09:00:06 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2018-07-21 09:00:06 +0000
commit99daed97c6d52e64ff6cac0d74f401951d610738 (patch)
tree43ecddfee4c843ec78e9bd75cb0c7598eae944c9 /math/py-libpoly/files
parentUpdate to upstream version 1.6.5 (diff)
New port: math/py-libpoly: Python binding for libpoly
Diffstat (limited to 'math/py-libpoly/files')
-rw-r--r--math/py-libpoly/files/patch-CMakeLists.txt19
1 files changed, 19 insertions, 0 deletions
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()