Skip to content

Commit

Permalink
math/py-libpoly: Update 0.1.8 -> 0.1.9
Browse files Browse the repository at this point in the history
Reported by:	portscout
  • Loading branch information
yurivict committed Apr 14, 2021
1 parent 4439567 commit 195f2e2
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 10 deletions.
2 changes: 1 addition & 1 deletion math/py-libpoly/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PORTNAME= libpoly
DISTVERSIONPREFIX= v
DISTVERSION= 0.1.8
DISTVERSION= 0.1.9
CATEGORIES= math
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

Expand Down
6 changes: 3 additions & 3 deletions math/py-libpoly/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1586113047
SHA256 (SRI-CSL-libpoly-v0.1.8_GH0.tar.gz) = 23935b1767ca2da067035c9b219a3637a39f1d9b3a8f93e3ffe8433a0362f5d4
SIZE (SRI-CSL-libpoly-v0.1.8_GH0.tar.gz) = 506947
TIMESTAMP = 1618388219
SHA256 (SRI-CSL-libpoly-v0.1.9_GH0.tar.gz) = e17a012015d351b690c7c7a8b54f1ad140eee783eca0df2b25e20676d15f353d
SIZE (SRI-CSL-libpoly-v0.1.9_GH0.tar.gz) = 614179
18 changes: 12 additions & 6 deletions math/py-libpoly/files/patch-CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
--- CMakeLists.txt.orig 2018-07-21 08:36:33 UTC
--- CMakeLists.txt.orig 2021-04-12 16:09:58 UTC
+++ CMakeLists.txt
@@ -50,7 +50,7 @@ if(HAVE_OPEN_MEMSTREAM)
@@ -58,7 +58,7 @@ if(HAVE_OPEN_MEMSTREAM)
endif()

# Configure the library source
Expand All @@ -9,11 +9,17 @@

# Configure the headers
add_subdirectory(include)
@@ -61,6 +61,6 @@ if(LIBPOLY_BUILD_PYTHON_API)
@@ -72,11 +72,11 @@ if(LIBPOLY_BUILD_PYTHON_API)
add_subdirectory(python)

# Configure the tests
- add_subdirectory(test)
+ #add_subdirectory(test)
# Configure the Python tests
- add_subdirectory(test/python)
+ #add_subdirectory(test/python)

endif()

# Configure the C++ tests
enable_testing()
-add_subdirectory(test/polyxx)
+#add_subdirectory(test/polyxx)

0 comments on commit 195f2e2

Please sign in to comment.