summaryrefslogtreecommitdiff
path: root/math
AgeCommit message (Collapse)AuthorFilesLines
2003-04-10Remove ${ONLY_FOR_PLATFORM} restriction. At this point in time, wefredb1-4/+1
don't care if the package doesn't build on pre-NetBSD-1.5 systems. Closes PR pkg/19579.
2003-04-03update to 23.0drochner3-34/+19
Important notice: Two packages have been removed from optional ones: PropertiedClasses, kinds. MA has been rewritten to use standard property and will not work for ancient Pythons. (Pre 2.1, I think). Use the MA / Propertied Classes from Numeric 22 if you can't use this one. The kinds package (subject of PEP-0242) will be released as a separate package shortly. PEP-0242 was withdrawn because this facility did not seem to be worth putting in the standard library, but kinds is correct as is. Other changes are bugfixes.
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv36-88/+74
2003-03-28Remove unnecessary empty lines.wiz1-2/+1
2003-03-28Remove superfluous whitespace.wiz1-2/+2
2003-03-22By popular demand, move coq from math to lang in order to be consistentkristerw8-359/+1
with prior art (e.g. lang/twelf).
2003-03-22Add and enable coq.kristerw1-1/+2
2003-03-22Import coq 7.4. From Christopher Richards in PR 20669.kristerw7-0/+357
Coq is a Proof Assistant for a Logical Framework known as the Calculus of Inductive Constructions. It allows the interactive construction of formal proofs, and also the manipulation of functional programs consistently with their specifications.
2003-03-20Use CFLAGS as well. Set GAP_PLATFORM in a way to account for other CC ↵jschauma4-6/+20
variables. Fix PLIST. Bump PKGREVISION.
2003-03-20Update to 0.3.wiz2-6/+5
v0.3 * Changed default spring length to 0 and default spring constant to 1 * Made dot file import more robust: * Reports if it doesn't seem to be a dot file rather than blindly trying to open it * Accounts for more dot syntax * doesn't segfault on any of the graphviz examples * Made graphopt file opening more robust: * Reports if it doesn't seem to be a graphopt file rather than blindly trying to open it v0.2 * Changed references to vector to std::vector, making compliant with latest c++ standards (a la gcc 3)
2003-03-14(1) Publicly export the value of _OPSYS_RPATH_NAME as RPATH_FLAG;jlam2-4/+5
Makefiles simply need to use this value often, for better or for worse. (2) Create a new variable FIX_RPATH that lists variables that should be cleansed of -R or -rpath values if ${_USE_RPATH} is "no". By default, FIX_RPATH contains LIBS, X11_LDFLAGS, and LDFLAGS, and additional variables may be appended from package Makefiles.
2003-03-11Make this relay on blas 1.0nb1 and use libblas_pic.a instead of libblas.a sojmc1-2/+5
proper PIC objects get pulled into the .so's
2003-03-11Make sure to link in the pic version as welljmc1-2/+2
2003-03-11Add libblas_pic.a as a target and make/install it. Therefore other packagesjmc3-4/+36
(like math/R) which try to link libblas into shared objects have proper PIC objects to use.
2003-03-02Enable p5-Spreadsheet-ParseExcelmjl1-1/+2
2003-03-02Initial import of p5-Spreadsheet-ParseExcel 0.2602mjl4-0/+30
This module allows you to get information from Excel file. This module can handle files of Excel95, 97 and 2000. (and now supports Excel4)
2003-03-02Update to version 5.3.1.jtb5-39/+151
Changes between NTL 5.3 and 5.3.1 * Fixed a bug affecting the BuildIrred routines for ZZ_pEX and zz_pEX. Changes between NTL 5.2 and 5.3 * Minimized and isolated constructs that do not adhere to C/C++ standards, and added flags NTL_CLEAN_INT and NTL_CLEAN_PTR which force stricter compliance with these standards. * Added functions IsWhiteSpace, CharToIntVal, and IntValToChar to the tools module. * Added methods allocated, position1 to generic vector classes. * Added method allocated to the class vec_GF2. * Added conversion routines from unsigned int/long to int, long, float, and double. * Added routines AddPrec, SubPrec, etc., to the RR module, and declared the practice of directly assigning to the variable RR::prec obsolete. * Fixed a number of minor bugs. Changes between NTL 5.1a and 5.2 * Implemented Mark van Hoeij's new algorithm for factorining polynomials with rational coefficients. This new algorithm is much more efficient than the previous algorithm used by NTL, and is the default (one can switch back to the old algorithm with a run-time switch). * Added routines LLL_plus that are just like the all-integer LLL routines, except that they return the exact values of the squared lengths of the Gramm-Schmidt basis vectors. This is useful in implementing van Hoeij's algorithm. * Made a small change to quad_float.c to make it compile under gcc version 3.0 without errors. This is the one place in NTL where I resort to just a little assmebly code (but only on x86/Linux platforms), and wouldn't you know it, this is the one place where gcc 3.0 had problems. * Made a small change to the procedure for generating a distribution, so that now all files in the "tar" file comprising the distribution come without any annoyingly excessive access control restrictions. * Changed the version numbering scheme so that it is now closer to "standard practice". This is version "5.2". Any small bug fixes to this version will be named "5.2.1", "5.2.2", etc. Also, macros are now defined so that the numerical components of the version number are available to the programmer.
2003-03-01delete some .orig files from the install which do not belong theredmcmahill1-1/+6
2003-02-28Update checksum: Some changes for RPM support, version not bumped.wiz1-3/+3
Closes PR 20521.
2003-02-26Update to 2.11.7: Makefile changes, bugfixes.wiz2-5/+6
2003-02-24- fix the tk shared library path to allow the scipad editor to workdmcmahill8-2/+93
- make sure the path is correctly determined for pvm. - add a --tag= argument to libtool when building fortran code. This makes all selftests pass on my alpha.
2003-02-22update to scilab-2.7.dmcmahill28-9787/+8741
Main Changes Scilab 2.6 -> 2.7 ============================== THANKS ====== Scilab group wants to thank the increasing number of people who have contributed to this new version of Scilab, with special mention to Anders Blomdell, Stephane Mottelet, Dan McMahill Ton van Overbeek, Bruno Pincon and Enrico Segre. NEW FUNCTIONALITIES =================== Slicot based control routines (www.win.tue.nl/wgs/slicot.html) have been introduced with a special attention to identification functions, lyapunov, sylvester and riccati equation solvers. Interface with TeXmacs (www.texmacs.org) a high level scientific text editor. The editor allows you to write structured documents via a wysiwyg interface including Scilab sessions and results. An embedded text editor scipad derived from TkNotepad (www.mindspring.com/~joeja/programs.html) as been developped. C Code generation from Scicos discrete models Blocks defining DAE are now usable in Scicos. Statistic toolbox added (labostat). A new graphics version based on objects and entities has been developped (beta version). It allows to edit the properties of graphics objects. By default, the old graphics version is used. Tu use the new graphics version see the help of "graphics_entities". OTHERS IMPROVEMENTS =================== Linear algebra primitives now based on Lapack instead of Linpack/Eispack. Basic functions revised (thanks to B Pincon). stacksize use is no more restricted. Hypertext, xml based, online help. Binary Matlab file .mat loader (loadmatfile) added. Possibility to customize graphics window event handlers (seteventhandler). edit_graph, a graph editor for Metanet toolbox, written in Scilab, replaces xmetanet. It works on both Unix and Windows. INCOMPATIBLITIES ================ It is higly recommended to rebuild user's scilab functions libraries. This can be done as follow: predef(0);genlib('mylib','mylib_path',%t) gschur and gspec functions are now obsolete and replaced by schur and spec. Geci and the communication library have been removed. Use PVM interface instead. Metanet graph editor has been rewritten. Use edit_graph instead. man pages have to be written in HTML or better in XML but chapters written in the old ascii files are still handled. Scicos internal data structure have been changed. Automatic translation is made when old diagrams are loaded.
2003-02-18These packages have been converted to use buildlink2, so they no longerjlam1-5/+3
need to use the automake-override target in bsd.pkg.mk; the hide-autotools target in bsd.buildlink2.mk accomplishes the same thing.
2003-02-18Use the omf.mk file provided by the scrollkeeper package to automaticallyjmmv2-5/+5
rebuild the documentation database at install/deinstall time. This means that: - PLIST's do not need to call scrollkeeper-{update,rebuilddb} directly; this is done by a bsd.pkg.install.mk template. - The share/omf directory is only removed by scrollkeeper, which is the last package in the dependancy tree. - PKGREVISION is bumped. Reviewed by wiz.
2003-02-17Update to gsl-1.3.jtb5-38/+24
Changes since version 1.1.1 include: * Addition of new functions * Many bugfixes * Homepage and distribution moved from sources.redhat.com to GNU. See NEWS for more info.
2003-02-05fix time() prototype. Fixes recently noted build problems on alpha.dmcmahill2-1/+15
2003-01-28Instead of including bsd.pkg.install.mk directly in a package Makefile,jlam2-4/+4
have it be automatically included by bsd.pkg.mk if USE_PKGINSTALL is set to "YES". This enforces the requirement that bsd.pkg.install.mk be included at the end of a package Makefile. Idea suggested by Julio M. Merino Vidal <jmmv at menta.net>.
2003-01-28Make this compile with (implicitly updated (?)) superlu-2.0nb2.uebayasi5-6/+121
Build process change, no revision bump.
2003-01-28Initial import.uebayasi1-0/+26
2003-01-28Make this have its own ${PREFIX}/include/superlu subdirectory and install alluebayasi2-5/+16
header files there. Bump revision to 2.
2003-01-27Properly install the xpm graphics that graphopt uses for the buttons.atatat2-2/+19
2003-01-25Bump revision; installed location change.uebayasi1-2/+2
2003-01-25Fix installed location honouring GUILE14_SUBDIR.uebayasi2-10/+12
2003-01-23Update to R-1.6.2markd3-25/+30
CHANGES IN R VERSION 1.6.2 BUG FIXES o plot.stepfun() now obeys a `ylim=.' specification. o removeClass() does a better job of removing inheritance information. o setIs() will not allow mismatched representations between two classes (without an explicit coerce method). o The code underlying polygon drawing contained a memory leak. This showed up in persp, but did not affect other graphics functions. It is now possible to draw big DEMs. o logLik.nls() gave wrong df. o rbind() with a mixture of data frames and matrices treated the matrices as vectors. o stripchart(method="stack") was not handling missing values. o Arithmetic functions such as log() lost the object bit from classed objects if coercion was needed. o exp_rand would go into an infinite loop if unif_rand returned 0. o formatC(x, format="fg") could return exponential format if rounding pushed x over a positive power of 10. o attr(x, foo) used partial matching for `foo' (even though not documented to do so), and failed to find `foo' if there were two or more partial matches before the exact match in the list of attributes. o Rdconv now creates direct HTML hyperlinks when linking to documentation in the same package. The code now ensures that links which can be resolved within the package are so resolved, even when there are possible resolutions in other packages. o If readBin(what=character()) is used incorrectly on a file which does not contain C-style character strings, warnings (usually many) are now given. o Building libR.so with the zlib in the R sources was not finding the local zlib headers. o system(intern=TRUE) has an undocumented line length limit of 119 chars both on Unix and Windows. The limit is now 8096 and documented. On Unix (only) every 120th character used to be discarded. o plot.POSIX[cl]t were not passing graphics parameters on to axis.POSIXct. o On some HP-UX systems, installed scripts were not executable when using the BSD-compatible install system program found by configure. We now always use install-sh on HP-UX. o c() was converting NA names to "NA": now proper NA strings are used wherever possible. o A typo was causing segfaults when using data.entry under SuSE.
2003-01-23Make configure find guile-config and guile include files.kristerw3-3/+15
PKGREVISION++.
2003-01-23Add and enable graphopt.wiz1-1/+2
2003-01-23Initial import of graphopt-0.1, a graph layout optimizer:wiz4-0/+53
In contrast to Graphviz and other graph optimizers, graphopt does not use a heuristic approach to layout optimization. Instead, it uses basic principles of physics to iteratively determine optimal layout. Each node is given mass and an electric charge, and each edge is represented as a spring. Node mass, electric charge, optimal spring length, and the spring constant are tweakable in the gui in realtime. For most graphs, this is all that is needed - hit 'go' and the graph organizes itself much as the analagous real-life system would if constrained to two dimensions. For more complex graphs, some fiddling with the physical parameters at different stages of optimization usually does the trick. To accomodate very large graphs, an additional mechanism called layering was added. When a graph is loaded, nodes are assigned to layers based on their relative positions. During optimization, you can choose to hide any number of layers. Any nodes assigned to a layer lower than the selected layer are not only hidden, but neither their electric charges nor the forces of the springs attached to them are figured into the forces acting on the visible nodes. In effect, those nodes cease to exist, and a smaller graph is allowed to lay itself out without being constrained by an excessive number of nodes.
2003-01-22The distfile has changed on the master site as noted by Robert Elz inkristerw2-4/+5
PR 19876. Update the distinfo (after verifying that nothing nasty has been introduced). PKGREVISION++. The author don't seem to keep a changelog (*sigh*) but the changes seems to be some minor code clean up and bug fixes.
2003-01-19s/INSTALL_*/BSD_INSTALL_*/ in patches, remove unnecessary MAKE_ENV.salo4-9/+8
2003-01-18Fix Aachen mirror pathcjep1-2/+2
2003-01-17Re-enable guile support now that guile and guile14 happily co-exist.rh2-5/+12
Bump PKGREVISION.
2003-01-16Update to 2.11.6.2wiz3-6/+7
Changes: New repeat.cal, bug and portability fixes.
2003-01-12Remove guile support. Gnumeric only supports guile-1.6.x while gnucashrh2-11/+5
(which depends on gnumeric) only supports guile-1.4. XXX: This is a quick fix to unbreak gnucash and the gnome meta-pkg, but XXX: the guile packages need to be changed to co-exist to address this XXX: properly! Bump PKGREVISION.
2003-01-10emacs.mk already includes bsd.prefs.mk, no need to include it manually awiz1-3/+1
second time.
2003-01-09Update gnumeric to 1.0.12. Changes include:rh4-83/+91
* Guile support (NetBSD package) * Bugfixes * backport small text import cleanup. * Remove the patch to the xml importer in 1.0.11 and solve the problem using a blunt object. * Support the global outline buttons * Use the back port of the new xml parser in libxml1 (thanks DV) * Fix GAMMAINV.
2003-01-07Convert to buildlink2.wiz1-5/+6
2003-01-07Initial buildlink2.mk.uebayasi1-0/+29
2003-01-07Rename older (<1.6) Guile as guile14.uebayasi2-4/+4
Packages using Guile now all depend on guile14. These packages are expected to be made depend on newer Guile (1.6.x) when updated in the future.
2003-01-05SunOS/System V package names for the GAP packages.cjep6-6/+12
2003-01-05Add and enable gp-grpconstcjep1-1/+2