summaryrefslogtreecommitdiff
path: root/math
AgeCommit message (Collapse)AuthorFilesLines
2006-09-06Fixed the build error on NetBSD.rillig1-1/+3
2006-08-31Fixed the pkglint warnings about "${WRKSRC}/..".rillig1-5/+6
2006-08-22cc is used at least on DragonFly for linkage, so keep C in USE_LANGUAGES.joerg1-2/+2
2006-08-22On DragonFly, cc is used for the Fortran linking sojoerg2-4/+4
require C as language.
2006-08-22At least on DragonFly, cc is used for linking the final result, sojoerg1-2/+2
include C in the language list.
2006-08-20added a hack to work around the incorrect detection of the absence of exp10schwarz1-0/+15
on Darwin
2006-08-15Update mathomatic to 12.6.1.minskim3-10/+10
Major changes: - Added alternate command names. - Don't allow imaginary numbers in integer only expressions. - Made poly_gcd_simp() do its job in one pass. - Add "set autosolve" option. - Make entry of "=(expression)" into "0=(expression)", instead of being an error. - Add fraction command. - Made simplification default to polynomial simplify. - "replace constants" command now approximates constants with roots. - Fixed a floating point accuracy issue recently introduced. - Other bug fixes and improvements.
2006-08-11update to 5.9.3drochner3-77/+125
major changes: -Revision and expansion of linear algebra functions -Revisions of floating-point function evaluation (sqrt, trigonometric) -Replace existing definition of "conjugate" with a much more extensive implementation -Revision of evaluation and simplification of sum and product -doc improvements, spanish/portuguese support
2006-08-10Remove teTeX2 from TEX_ACCEPTED, because the teTeX2 packages will be removedminskim1-2/+2
shortly.
2006-08-08Update mathomatic to 12.5.19.minskim2-6/+6
Changes: 6/18/06 - Made entering "a=b=c" give an error, instead of just ignoring "c". 6/18/06 - Made "inf" an invalid variable, should be a constant only. 6/18/06 - Improved prompting for a variable. 6/18/06 - Mathomatic now properly removes all trailing spaces from input. 6/21/06 - Beautified the Mathomatic manuals. 6/23/06 - Remove semicolon from output of "code python" command. 6/27/06 - Add "tests/trig.in" to the tests. 6/29/06 - Allow typing "?" as a quick way to get help.
2006-08-05Uses fortran. Fix homepage.markd2-8/+9
Update to 0.9-2: Version 0.9-2, 2006/02/13 Fix minor typo in wle.fracdiff.Rd and in wle.var.test.Rd. Rewrite some part of wle.vonmises.R and wle.wrappednormal.R since there were a problem on looking for mutiple roots. Version 0.9-1, 2005/12/6 Set up a NAMESPACE file. Functions wle.wrappednormal and wle.vonmises use atan2 call instead of atan. mle.aic has a new argument 'se' so that standard errors are reported for the parameters of each submodel. wle.fracdiff and related functions are partialy rewritten. Version 0.9, 2005/04/16 This version should works under gcc-4.0 too. Many fortran sources are removed since already included in R (blas functions) Function qrgnin.f is modified by Prof. B. Ripley so that it does not use entry point. Version 0.8-1, 2005/04/10 Fixed bugs in wlestepwise.f and mlestepwise.f The calls to the packages ts and ctest are removed. The function wle.aic.ar (and its summaries) is added. Add the dataset rocky Version 0.8, 2004/10/05 Fix file wle.lm.summaries.Rd
2006-08-03+geniusdrochner1-1/+2
2006-08-03add genius-0.7.5, just another math/graphing tooldrochner4-0/+202
2006-08-03update to 5.8.19drochner3-11/+13
changes: -bugfixes -undo/redo function -Functions (such as sin, cos, tan..) can use previously calculated value
2006-07-27When all source files are compiled with a Fortran compiler, why should arillig3-6/+6
C compiler be used for linking them?
2006-07-27Rename "SITES_* to "SITES.*" for file-specific lists of sites from whichjlam1-2/+2
to fetch the file. This completes the renaming described in revision 1.1799 of bsd.pkg.mk.
2006-07-27Update mathomatic to 12.5.18.minskim2-6/+6
Changes: Fixed some gcc compiler warnings. Code and documentation cleanup. Removed BASICS define. Removed all isascii() tests from the source code.
2006-07-25Explicitly calls cc.joerg1-2/+2
2006-07-23Needs the blas package for building.rillig1-8/+9
2006-07-23Updated R-ncdf to 1.6, since the old distfile is no longer available.rillig2-6/+6
Release 1.6 (2006-06-19) adds various bug fixes, plus support for making dimensions WITHOUT dimvars (coordinate variables), although I think this is a bad idea in general. ALSO, the default behavior for put.var.ncdf with unlimited variables and NO specified start and count parameters has changed! Before, the default was to append to the end of the existing variable. Now, the default is to assume a start of 1 along each dimension, and a count of the current length of each dimension. This really can be ambiguous when using an unlimited dimension. I always specify both start and count when writing to a variable with an unlimited dimension, and suggest you do as well. I make require this in a future release, as it seems to cause people problems.
2006-07-23Fixed the path to the Perl interpreter. Bumped PKGREVISION.rillig1-1/+5
2006-07-23Needs a C compiler.rillig1-2/+2
2006-07-22Added "c" to USE_LANGUAGES for packages that use GNU configure scripts,rillig3-6/+6
since they always need a C compiler, even when the source code is completely in C++. For some other packages, stated in the comment that a C compiler is really not needed.
2006-07-21When PKGSRC_RUN_TEST is set to "yes", Perl is needed.rillig1-1/+7
2006-07-21Needs a C compiler.rillig4-10/+10
2006-07-21Fixed the path to the Perl interpreter. Bumped PKGREVISION.rillig1-2/+5
2006-07-21Needs a C compiler.rillig1-2/+2
2006-07-20Needs fortran.wiz4-16/+20
2006-07-20Needs perl.joerg1-2/+2
2006-07-19Needs intltool.joerg1-2/+2
2006-07-11Uses C and C++.joerg1-1/+3
2006-07-10Completely nuke the concept of PKG_PHASE from pkgsrc except for thejlam2-18/+14
purposes of caching MAKEVARS within bsd.pkg.mk and bsd.makevars.mk.
2006-07-10Needs intltool, add it to tools.wiz1-2/+2
2006-07-10update to 1.1.3drochner3-13/+12
changes: * Added support for constants e, log2(e), log10(e), ln(2), ln(10), pi, pi/2, pi/4, 1/pi, 2/pi, 2/sqrt(pi), sqrt(2) and sqrt(1/2). * Fixed bug with using global instead of evaluator specific symbol table variable in evaluator_get_variables() function.
2006-07-09Never run gengarbage, it can block the build infinitly.joerg2-1/+15
2006-07-08Change the format of BUILDLINK_ORDER to contain depth information as well,jlam30-60/+60
and add a new helper target and script, "show-buildlink3", that outputs a listing of the buildlink3.mk files included as well as the depth at which they are included. For example, "make show-buildlink3" in fonts/Xft2 displays: zlib fontconfig iconv zlib freetype2 expat freetype2 Xrender renderproto
2006-07-08Track information in a new variable BUILDLINK_ORDER that informs usjlam30-30/+60
of the order in which buildlink3.mk files are (recursively) included by a package Makefile.
2006-07-07Add an explicit run-time dependency on perl because these packagesjlam1-1/+3
install perl scripts. Bump the PKGREVISION for the dependency change.
2006-07-07Reorder sections to more closely follow pkgsrc Makefile guidelines.jlam1-3/+3
2006-07-07Changes 3.1.2:adam2-7/+7
* Correct bug in configure script: --enable-portable-binary option was ignored! * Threads compilation fix on AIX: prefer xlc_r to cc_r, and don't use either if we are using gcc. * Updated FAQ to note that Apple gcc 4.0.1 on MacOS/Intel is broken, and suggest a workaround. configure script now detects Core/Duo arch. * Use -maltivec when checking for altivec.h.
2006-07-07LIBTOOL_OVERRIDE generally doesn't need to be specified anymore... justjlam4-9/+4
set OVERRIDE_DIRDEPTH to find any libtool scripts deeper in the WRKSRC tree unless they're named something other than "libtool". SHLIBTOOL_OVERRIDE generally doesn't need to be specified either -- just define it to the empty list and shlibtool-override will look for libtool scripts.
2006-07-05Sweep pkgsrc and convert packages that included intltool/buildlink3.mkjlam7-21/+14
to use instead "USE_TOOLS+=intltool". Remove now unused intltool/buildlink3.mk
2006-07-04update to 2.12.0.6drochner4-34/+33
too many changes and additions to list here, see the CHANGELOG file
2006-07-02Add new R packages.markd1-1/+7
2006-07-02Update to 2.2.1 and fix dependencies.markd2-13/+15
Fixes build problems seen in bulk builds.
2006-07-02Update to version 1.2.0, add correct dependencies.markd2-13/+16
Fixes build problem seen in bulk builds.
2006-07-02Initial import R-combinat 0.0.6markd4-0/+22
Routines for combinatorics
2006-07-02Initial import R-ncdf 1.5markd4-0/+32
High-level R interface to Unidata's netCDF data files
2006-07-02Initial import R-mvtnorm 0.7.2markd4-0/+22
Computes the multivariate normal and t distribution
2006-07-02Initial import of R-gtools 2.2.3markd4-0/+22
Various R programming tools