diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2018-03-12 09:32:46 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2018-03-12 09:32:46 +0000 |
commit | 59820bf4e64516249f203cc7845aa40c1a8dd793 (patch) | |
tree | 347c15daffbe256d244e16251c8da47b72842ef9 /math/ltl | |
parent | 6c14c06262e53df0fd5ca2716706d7cece10f47f (diff) |
Notes
Diffstat (limited to 'math/ltl')
-rw-r--r-- | math/ltl/Makefile | 6 | ||||
-rw-r--r-- | math/ltl/distinfo | 5 | ||||
-rw-r--r-- | math/ltl/files/patch-ltl_util_gnuplot.cpp | 14 | ||||
-rw-r--r-- | math/ltl/pkg-plist | 7 |
4 files changed, 27 insertions, 5 deletions
diff --git a/math/ltl/Makefile b/math/ltl/Makefile index b2e2f6569c54..46ae61ff0229 100644 --- a/math/ltl/Makefile +++ b/math/ltl/Makefile @@ -2,14 +2,16 @@ # $FreeBSD$ PORTNAME= ltl -PORTVERSION= 1.9.1 -PORTREVISION= 5 +DISTVERSION= 2.0.19 CATEGORIES= math MASTER_SITES= http://www.mpe.mpg.de/~drory/ltl/ MAINTAINER= rossiya@gmail.com COMMENT= C++ class SSE library for scientific computing +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + LIB_DEPENDS= liblapack.so:math/lapack \ libblas.so:math/blas diff --git a/math/ltl/distinfo b/math/ltl/distinfo index 828b45d1047e..a3769fabaf05 100644 --- a/math/ltl/distinfo +++ b/math/ltl/distinfo @@ -1,2 +1,3 @@ -SHA256 (ltl-1.9.1.tar.gz) = 155294787c5bc5859583a2d88328cbf8992c46cb6d93e2c49f3b7b08df256fda -SIZE (ltl-1.9.1.tar.gz) = 755500 +TIMESTAMP = 1520846247 +SHA256 (ltl-2.0.19.tar.gz) = 993fa84291215a231901be427380f93764229396929538989ba0aae9cb2b5db0 +SIZE (ltl-2.0.19.tar.gz) = 1148883 diff --git a/math/ltl/files/patch-ltl_util_gnuplot.cpp b/math/ltl/files/patch-ltl_util_gnuplot.cpp new file mode 100644 index 000000000000..bf3a398133ac --- /dev/null +++ b/math/ltl/files/patch-ltl_util_gnuplot.cpp @@ -0,0 +1,14 @@ +--- ltl/util/gnuplot.cpp.orig 2018-03-12 09:18:42 UTC ++++ ltl/util/gnuplot.cpp +@@ -27,6 +27,11 @@ THE SOFTWARE. + #include <sys/stat.h> + #include <errno.h> + ++#include <sys/types.h> ++#include <sys/ioctl.h> ++#include <termios.h> ++#include <libutil.h> ++ + #if defined(HAVE_PTY_H) + # include <pty.h> + #else diff --git a/math/ltl/pkg-plist b/math/ltl/pkg-plist index 6bbde493f4e1..342ea8cca822 100644 --- a/math/ltl/pkg-plist +++ b/math/ltl/pkg-plist @@ -1,6 +1,8 @@ include/LTL/ltl/acconfig.h include/LTL/ltl/ascio.h include/LTL/ltl/config.h +include/LTL/ltl/convolve.h +include/LTL/ltl/fftw.h include/LTL/ltl/fits.h include/LTL/ltl/fitsio.h include/LTL/ltl/fmatrix.h @@ -44,6 +46,7 @@ include/LTL/ltl/marray/cast.h include/LTL/ltl/marray/eval.h include/LTL/ltl/marray/eval_reduc.h include/LTL/ltl/marray/expr.h +include/LTL/ltl/marray/expr_base.h include/LTL/ltl/marray/expr_iter.h include/LTL/ltl/marray/expr_ops.h include/LTL/ltl/marray/index_iter.h @@ -52,9 +55,9 @@ include/LTL/ltl/marray/marray_iter.h include/LTL/ltl/marray/marray_methods.h include/LTL/ltl/marray/marray_ops.h include/LTL/ltl/marray/merge.h +include/LTL/ltl/marray/partial_reduc.h include/LTL/ltl/marray/reductions.h include/LTL/ltl/marray/reductions_sse.h -include/LTL/ltl/marray/partial_reduc.h include/LTL/ltl/marray/shape.h include/LTL/ltl/marray/shape_iter.h include/LTL/ltl/marray/simplevec.h @@ -72,11 +75,13 @@ include/LTL/ltl/misc/range.h include/LTL/ltl/misc/staticinit.h include/LTL/ltl/misc/stdint_hack.h include/LTL/ltl/misc/swapbytes.h +include/LTL/ltl/misc/type_name.h include/LTL/ltl/misc/type_promote.h include/LTL/ltl/nonlinlsqfit.h include/LTL/ltl/statistics.h include/LTL/ltl/util/command_line_reader.h include/LTL/ltl/util/config_file_reader.h +include/LTL/ltl/util/gnuplot.h include/LTL/ltl/util/option.h include/LTL/ltl/util/option_parser.h include/LTL/ltl/util/region.h |