| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
PR: ports/63595
Submitted by: Ports Fury
|
|
|
|
|
| |
PR: ports/63594
Submitted by: Ports Fury
|
| |
|
|
|
|
|
| |
PR: ports/63532
Submitted by: Thierry Thomas <thierry@pompo.net>
|
|
|
|
|
| |
PR: ports/63496
Submitted by: Ports Fury
|
| |
|
| |
|
|
|
|
|
|
|
| |
of missing value to NArray which is a numeric multi-dimensional array class.
PR: ports/62870
Submitted by: Shin'ya Murakami <murashin@edamame.summing.com>
|
|
|
|
|
|
| |
o Port's Makefile
- move some lines from post-patch to do-configure target
since they DO configure the port's build
|
| |
|
| |
|
| |
|
|
|
|
| |
BROKEN on alpha 5.x: Does not compile
|
| |
|
| |
|
| |
|
|
|
|
| |
Approved by: arved (mentor)
|
|
|
|
|
|
|
|
|
|
|
| |
2) silent version up without changing the filename of the archive.
a) minor difference in .MMMinit
b) lib.tar (also .MMMinit)
c) lib.toc (table of contents)
d) plot.mdvi (one of the help file)
3) satisfy portlint
Submitted by: kris via bento
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
ndiff is a utility for comparing putatively similar files, ignoring small
numeric differences. The utility is written by Nelson H. F. Beebe and
covered by the GNU General Public License (GPL), version 2. It may be
built with arbitrary precision support (more powerful) or using built-in
floating point precision, see Makefile.
Assessing the consistency of a numerical program run in multiple
environments (operating systems, architectures, or compilers) can be a
difficult task for a human, as small differences in numerical output values
are expected. File differencing utilites, such as diff(1), will generally
produce voluminous output, often longer than the original files.
ndiff solves this problem. Taking two two text files expected to be
identical, or at least numerically similar, it allows to specify absolute
and/or relative error tolerances for differences between numerical values
in the two files, and then reports only the lines with values exceeding
those tolerances. It also tells by how much they differ. A simple example:
% ndiff --relative-error 1.0e-3 test019.txt.1 test019.txt.2
### Maximum relative error in matching lines = 8.64e-51 at line 129 field 4
WWW: http://www.math.utah.edu/~beebe/software/ndiff/
I've cleaned up the submitted version a little.
PR: 62221
Submitted by: Stefan A. Deutscher <sad@mailaps.org>
|
|
|
|
| |
Bump PORTREVISION.
|
| |
|
| |
|
|
|
|
|
|
|
| |
o Change my email address
Noticed by: bento, kris
Approved by: kris
|
| |
|
| |
|
|
|
|
|
|
|
| |
PR: ports/62803
Submitted by: Shin'ya Murakami <murashin@edamame.summing.com>
Add build time dependency to ruby-narray.
|
|
|
|
|
| |
PR: ports/62868
Submitted by: Shin'ya Murakami <murashin@edamame.summing.com>
|
|
|
|
| |
is still broken at that time.
|
|
|
|
| |
if it is still broken at that time.
|
| |
|
|
|
|
|
|
|
| |
- Fix build on 5.x and amd64
PR: ports/62795
Submitted by: maintainer
|
|
|
|
|
|
|
| |
`pthread_*'" was thrown. Fix this, and also some other cosmetic bugs.
PR: ports/62446
Submitted by: Mykola Khotyaintsev <ko@irfu.se> (maintainer)
|
|
|
|
|
| |
PR: 62668
Submitted by: Thierry Thomas <thierry@pompo.net> (maintainer)
|
|
|
|
| |
Submitted by: mat
|
|
|
|
|
| |
PR: ports/62641
Submitted by: Ports Fury
|
| |
|
|
|
|
|
|
| |
distfile (which must be manually downloaded) into one that is
compatible with bento builds. This should be transparent to
anyone installing the port. Informed maintainer.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
Make AIC retrievable via genr ("genr foo = $aic")
Add calculation of modulus and frequency for ARMA roots,
and add printing of these to LaTeX and RTF output
Add DFFITS values to the "influential observations" model
test; also expand the help entry for this
PR: ports/62433
Submitted by: KATO Tsuguru <tkato@prontomail.com>
|