summaryrefslogtreecommitdiff
path: root/math/cimod/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/cimod/Makefile')
-rw-r--r--math/cimod/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/math/cimod/Makefile b/math/cimod/Makefile
index da6b482a1457..811099f57455 100644
--- a/math/cimod/Makefile
+++ b/math/cimod/Makefile
@@ -1,11 +1,12 @@
PORTNAME= cimod
DISTVERSIONPREFIX= v
-DISTVERSION= 1.6.2
+DISTVERSION= 1.7.3
CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org
COMMENT= C++ header-only library for a binary quadratic models
-WWW= https://github.com/OpenJij/cimod
+WWW= https://www.openjij.org/ \
+ https://github.com/Jij-Inc/cimod
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
@@ -17,7 +18,7 @@ TEST_DEPENDS= googletest>0:devel/googletest
USES= cmake:testing compiler:c++17-lang eigen:3,build,run
USE_GITHUB= yes
-GH_ACCOUNT= OpenJij
+GH_ACCOUNT= Jij-Inc
CMAKE_ON= CIMOD_INSTALL # doesn't do anything, see https://github.com/OpenJij/cimod/issues/103
CMAKE_OFF= CIMOD_TEST CIMOD_DOCS
@@ -28,4 +29,6 @@ NO_ARCH= yes
do-install: # see https://github.com/OpenJij/cimod/issues/103
cd ${WRKSRC}/include && ${COPYTREE_SHARE} ${PORTNAME} ${STAGEDIR}${PREFIX}/include
+# tests as of 1.7.3: 100% tests passed, 0 tests failed out of 79
+
.include <bsd.port.mk>