Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Sep 2020 16:59:44 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r548631 - head/math/adept
Message-ID:  <202009141659.08EGxig0074224@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Mon Sep 14 16:59:44 2020
New Revision: 548631
URL: https://svnweb.freebsd.org/changeset/ports/548631

Log:
  math/adept: Update 2.0.5 -> 2.0.8

Modified:
  head/math/adept/Makefile
  head/math/adept/distinfo
  head/math/adept/pkg-plist

Modified: head/math/adept/Makefile
==============================================================================
--- head/math/adept/Makefile	Mon Sep 14 16:53:54 2020	(r548630)
+++ head/math/adept/Makefile	Mon Sep 14 16:59:44 2020	(r548631)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	adept
-DISTVERSION=	2.0.5
-PORTREVISION=	7
+DISTVERSION=	2.0.8
 CATEGORIES=	math
 MASTER_SITES=	http://www.met.reading.ac.uk/clouds/adept/
 
@@ -18,11 +17,11 @@ CONFIGURE_ARGS=	--disable-static
 USE_LDCONFIG=	yes
 INSTALL_TARGET=	install-strip
 
-OPTIONS_DEFINE=	PDFTEXDOCS
-PDFTEXDOCS_DESC=	Build and install PDF documentation from LaTeX sources
-OPTIONS_SUB=	yes
+OPTIONS_DEFINE=		PDFTEXDOCS
+OPTIONS_SUB=		yes
 
-PDFTEXDOCS_USE=	TEX=pdftex:build,dvipsk:build
+PDFTEXDOCS_DESC=	Build and install PDF documentation from LaTeX sources
+PDFTEXDOCS_USE=		TEX=pdftex:build,dvipsk:build
 
 post-build-PDFTEXDOCS-on:
 	@cd ${WRKSRC}/doc && ${SETENV} ${MAKE_ENV} ${MAKE_CMD}

Modified: head/math/adept/distinfo
==============================================================================
--- head/math/adept/distinfo	Mon Sep 14 16:53:54 2020	(r548630)
+++ head/math/adept/distinfo	Mon Sep 14 16:59:44 2020	(r548631)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1517996394
-SHA256 (adept-2.0.5.tar.gz) = 6e5e4b29d3a983c97ae0d120c73bba2dded3cac4802e282b097c8bb2f52c43a3
-SIZE (adept-2.0.5.tar.gz) = 661754
+TIMESTAMP = 1600102387
+SHA256 (adept-2.0.8.tar.gz) = 2bbcf4b9000bdabb4f82e42811c800c6fdee5ac44ca3d48cfc79d209a006964b
+SIZE (adept-2.0.8.tar.gz) = 697194

Modified: head/math/adept/pkg-plist
==============================================================================
--- head/math/adept/pkg-plist	Mon Sep 14 16:53:54 2020	(r548630)
+++ head/math/adept/pkg-plist	Mon Sep 14 16:59:44 2020	(r548631)
@@ -9,7 +9,10 @@ include/adept/BinaryOperation.h
 include/adept/Expression.h
 include/adept/ExpressionSize.h
 include/adept/FixedArray.h
+include/adept/GradientIndex.h
 include/adept/IndexedArray.h
+include/adept/Minimizer.h
+include/adept/Optimizable.h
 include/adept/Packet.h
 include/adept/RangeIndex.h
 include/adept/ScratchVector.h
@@ -32,6 +35,7 @@ include/adept/inv.h
 include/adept/matmul.h
 include/adept/noalias.h
 include/adept/outer_product.h
+include/adept/quick_e.h
 include/adept/reduce.h
 include/adept/scalar_shortcuts.h
 include/adept/settings.h
@@ -42,6 +46,7 @@ include/adept/traits.h
 include/adept/vector_utilities.h
 include/adept/where.h
 include/adept_arrays.h
+include/adept_optimize.h
 lib/libadept.so
 lib/libadept.so.0
 lib/libadept.so.0.0.0



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009141659.08EGxig0074224>