diff options
Diffstat (limited to 'cad/xyce/Makefile')
-rw-r--r-- | cad/xyce/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/cad/xyce/Makefile b/cad/xyce/Makefile index 11c29d3e21da..23023aa558ce 100644 --- a/cad/xyce/Makefile +++ b/cad/xyce/Makefile @@ -1,7 +1,6 @@ PORTNAME= xyce DISTVERSIONPREFIX= Release- -DISTVERSION= 7.9.0 -PORTREVISION= 1 +DISTVERSION= 7.10.0 CATEGORIES= cad MAINTAINER= yuri@FreeBSD.org @@ -76,4 +75,9 @@ do-test: # one test is known to fail, see https://github.com/Xyce/Xyce/issues/67 # Xyce regression suite instructions: https://xyce.sandia.gov/documentation-tutorials/running-the-xyce-regression-suite/ # docs are in https://xyce.sandia.gov/files/xyce/Xyce_Docs-7.5.tar.gz +# tests as of 7.10.0: +# All Test runs complete - Warning 1 Tests FAILED (CommandLine/command_line.........................................TIME LIMIT[sh]) +# 0 Tests EXITED WITH ERROR +# Total testing time: 159.1m (wall), 8997s (user), 382s (system) + .include <bsd.port.mk> |