diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2020-09-14 16:59:44 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2020-09-14 16:59:44 +0000 |
commit | 933599816ad5592ef1ae12b69114803bff5eea5e (patch) | |
tree | 492bc4d22a2018cdcbdf1f934009eb749933386d /math/adept | |
parent | 701a4c594a406dfb1817b68625d5af82f9533070 (diff) | |
download | ports-933599816ad5592ef1ae12b69114803bff5eea5e.tar.gz ports-933599816ad5592ef1ae12b69114803bff5eea5e.zip |
Notes
Diffstat (limited to 'math/adept')
-rw-r--r-- | math/adept/Makefile | 11 | ||||
-rw-r--r-- | math/adept/distinfo | 6 | ||||
-rw-r--r-- | math/adept/pkg-plist | 5 |
3 files changed, 13 insertions, 9 deletions
diff --git a/math/adept/Makefile b/math/adept/Makefile index cd151a23f3af..34db9bf44599 100644 --- a/math/adept/Makefile +++ b/math/adept/Makefile @@ -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} diff --git a/math/adept/distinfo b/math/adept/distinfo index 96a7754f01fc..317fc817ff0a 100644 --- a/math/adept/distinfo +++ b/math/adept/distinfo @@ -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 diff --git a/math/adept/pkg-plist b/math/adept/pkg-plist index bdc72e0edc60..d45ae28a9d60 100644 --- a/math/adept/pkg-plist +++ b/math/adept/pkg-plist @@ -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 |