7.3 and 7.4 no longer need the fix after the MFC of r203441 on
17 February 2010
- While here, remove MD5 checksums in distinfo
PR: 154742
Approved by: makc, miwi (mentors, implicit)
Li-Lun Wang (maintainer)
ports/150174 and ports/150549 for math/blas and math/lapack,
respectively.
- Remove the devel/binutils-related additions to MAKE_ENV,
as these are now done by default.
- Adjust linking
- Add a test target
- Bump PORTREVISION
PR: 154645
Approved by: makc, miwi (mentors, implicit)
Eijiro Shibusawa (maintainer)
- New functions:
. mpc_set_dc, mpc_set_ldc, mpc_get_dc, mpc_get_ldc for converting
between mpc type variables and C variables of type double _Complex
or long double _Complex
. mpc_sin_cos, computing simultaneously the sine and cosine
- Speed-ups:
. mpc_pow_si through binary exponentiation
. mpc_pow_z when the exponent fits in a long
. mpc_tan through the use of mpc_sin_cos
- Bug fixes:
. trigonometric functions: infinite loop due to overflow for large
arguments
. exp: close to infinite loop for argument close to 0
. sqrt: close to infinite loop for argument close to 1
. add_si: replaced macro by function, since the macro evaluated the
same expression twice
- Logging feature for debugging:
./configure --enable-logging
#include "mpc-log.h" instead of #include "mpc.h"
the following features[1]:
- row-major and column-major matrix layout controlled by the first function
parameter;
- an implementation with working arrays (middle-level interface) as well as
without working arrays (high-level interface);
- input scalars passed by value;
- error code as a return value instead of the INFO parameter.
[1] Intel Corporation. "C Interface to LAPACK" README. 2010.
WWW: http://www.netlib.org/lapack/
PR: 153045
Submitted by: Eijiro Shibusawa <phd_kimberlite@yahoo.co.jp>
which is intended to be a central location for custom scripts, functions and
extensions for GNU Octave. contains the source for all the functions plus
build and install scripts.
This is fl-core.
The package contains code for basic functions in Fuzzy Logic for Octave.
WWW: http://octave.sourceforge.net/
PR: ports/154580
Submitted by: Stephen Montgomery-Smith <stephen at math.missouri.edu>
which is intended to be a central location for custom scripts, functions and
extensions for GNU Octave. contains the source for all the functions plus
build and install scripts.
This is fits.
The Octave-FITS package provides functions for reading, and writing FITS
(Flexible Image Transport System) files. The package supports uses the
libcfitsio library.
WWW: http://octave.sourceforge.net/
PR: ports/153971
Submitted by: Stephen Montgomery-Smith <stephen at math.missouri.edu>
Feature safe: yes