summaryrefslogtreecommitdiff
path: root/math
AgeCommit message (Collapse)AuthorFilesLines
2015-02-17Restore variable substitution lost in last update, exposed by cwrappers.jperkin2-5/+5
2015-02-07Regenerate for updated `patch-include_cln_types.h'.jdc1-2/+2
2015-02-07Commit correct version of patch (oops).jdc1-13/+4
2015-02-07Regenerate for new `patch-include_cln_types.h'.jdc1-1/+2
2015-02-07Allow this to compile on sparc64 (sent upstream).jdc1-0/+40
2015-02-04Add coinmpryoon1-1/+2
2015-02-04Import coinmp-1.7.6 as math/coinmp.ryoon5-0/+375
CoinMP is a C-API library that supports most of the functionality of CLP (Coin LP), CBC (Coin Branch-and-Cut), and CGL (Cut Generation Library) projects.
2015-02-03(pkgsrc)mef3-8/+10
- Add LICENSE gnu-gpl-v2 (upstream) - Update 2.12 to 2.13 ############################################## # 2013-03-13 galculator 2.1.3 released # ############################################## 2014-03-07 Simon Floery <simon.floery@rechenraum.com> * Added Spanish tranlsation (thanks to jcsl, sf.net patch #8) 2014-02-19 Simon Floery <simon.floery@rechenraum.com> * Fixed segfault introduced in r134 2014-01-13 Simon Floery <simon.floery@rechenraum.com> * Updated Turkish translations (thanks to Volkan, fixes sf.net #103) 2014-01-08 Simon Floery <simon.floery@rechenraum.com> * Fixing result string corruption when toggling sign (thanks to Juha Kylliaein for reporting) * Emitting signal in apply_preferences so that menu gets hidden after a restart again (closes sf.net #99) 2013-09-01 Simon Floery <simon.floery@rechenraum.com> * added Hungarian translation (thanks to Zoltan) 2013-08-14 Simon Floery <simon.floery@rechenraum.com> * rpn_stack_list when pasting (fixes sf.net #98, thanks to Don Allen for reporting).
2015-02-03Update ruby-narray to 0.6.1.1.taca3-12/+11
2013-03-16 Masahiro TANAKA <masa16.tanaka@gmail.com> * narray.c (Init_narray): add map, map! Thanks to Michael Macias.
2015-01-27specifiy -undefined dynamic-lookup with PKGSRC_FORTRAN=gfortran on Darwindbj1-1/+4
2015-01-27use the Accelerate framework on Darwin instead of the obsolete vecLibdbj8-25/+124
2015-01-23Rename private strtoi function. Bump revision.joerg5-3/+72
2015-01-23Rename local strtoi function.joerg2-1/+24
2015-01-23Update ruby-spreadsheet to 1.0.1.obache2-6/+6
### 1.0.1 / 22.01.2015 * Fixing Excel::Worksheet#dimensions
2015-01-23Simplify MASTER_SITES subdirectory.obache1-2/+2
2015-01-23PLIST was not updated for 'Update 0.13 to 0.14', sorry. Thanks dbjmef1-2/+1
2015-01-20Revbump associated with update of lang/ocaml.jaapb1-2/+2
2015-01-18Update 0.13 to 0.14mef2-6/+6
version: 0.14 date: Sat Oct 25 16:08:47 CEST 2014 changes: - support IMath as an optional replacement for GMP - minor AST generator improvements
2015-01-16Fix typo, s/GEM_CLEANBUOLD_EXTENSIONS/GEM_CLEANBUILD_EXTENSIONS/.taca1-2/+2
2015-01-09Expect C89 userland.joerg2-1/+17
2015-01-08Update HOMEPAGE.wiz1-2/+2
2015-01-07Update to 0.3.3.5szptvlfn3-8/+8
changelog: 0.3.3.5 * Fixed bug when converting the Scientific: `scientific 0 someBigExponent` to a bounded Integral using toBoundedInteger or to a bounded RealFloat using toBoundedRealFloat. If someBigExponent was big enough to trigger the big-exponent protection the beforementioned functions didn't return 0. This is fixed by explicitly handling a coefficient of 0.
2015-01-06Update to 0.3.3.4szptvlfn3-10/+9
changelog: 0.3.3.4 * Relax upper version bounds of base and deepseq for the test suite and benchmarks. 0.3.3.3 * Add support for `deepseq-1.4`. 0.3.3.2 * Fix parsing of empty digit string (#21).
2015-01-04Update to 0.07:wiz2-8/+6
0.07 Fri Jan 2 10:35:47 2015 - Perl 5.22 exports POSIX::round, so "use POSIX" had to be changed to "use POSIX ()". Thanks to Jarkko Hietaniemi and Slaven Rezic for the tip.
2015-01-01Use BROKEN_ON_PLATFORM for "core dumps".dholland1-2/+2
XXX: this should probably be all LP64PLATFORMS, not just alpha.
2015-01-01Use BROKEN_ON_PLATFORMS with LP64PLATFORMS.dholland1-2/+2
2014-12-29pkglint clean.obache1-3/+3
2014-12-27MASTER_SITES and HOMEPAGE moved from libtom.org to libtom.netmef1-3/+3
2014-12-26Update MASTER_SITES, it was 'Server not found' status.mef1-2/+2
2014-12-25HOMEPAGE= directory moved. (Share -> Packages)mef1-2/+2
2014-12-25Define COMPILER_SPECIFIC_HEADER with pkgsrc way, and prepare PLIST.obache2-3/+24
Own detection in configure script with compiler name basisis is not good enough, and required header file may not be installed. resolve PR pkg/49496 by Sevan Janiyan.
2014-12-15Find correct zlib.jperkin1-1/+2
2014-12-12Bump PKGREVISION for hs-text-1.2.0.3szptvlfn6-12/+12
2014-12-12Bump PKGREVISION for hs-text-1.2.0.2 || hs-hashable-1.2.3.0szptvlfn6-10/+12
2014-12-11Provide library path for gmp and pari too.joerg1-3/+3
2014-12-10Explicitly provide library search path for X11 libs.joerg2-4/+4
2014-12-05Apply 11 upstream patches, bump to 3.2.1pl11.wiz2-11/+45
Requested by Kai-Uwe Eckhardt. Remove an incorrect comment. Changes: One of the mpfr_exp implementations uses a left shift on an integer that can be negative: exps <<= 1; and this has an undefined behavior according to the ISO C standard. In most cases, this will correspond to a multiplication by 2, and the code will behave as expected (this is why the bug hadn't been detected until now). But problems may occur if a sanitizer is used (this is how this bug was detected) or possibly in case of advanced optimizations, such as LTO. This is fixed by the exp_2 patch. The mpfr_fits_u*_p functions return 0 ("doesn't fit") instead of non-zero ("fits") on negative arguments for which the rounding to an integer in the given rounding mode is 0. This bug is fixed by the fits-smallneg patch, which also updates the testcases. Some tget_flt tests fail in environments where native C floating-point division by zero is not supported, e.g. regarded as an error, such as with Clang's sanitizer; some similar tests were already disabled in such a case, but not all. The tset_ld test triggers a useless overflow on a double. These problems are fixed by the clang-divby0 patch, which also disables constant division by zero on the native C type double with Clang in order to avoid incorrect code. The formatted output functions (mpfr_*printf) are incorrect on the value 0 when using the alternative form (# flag), a positive precision, and the g or G conversion specifier: there is one additional trailing 0. The corresponding test is also incorrect (explaining why the bug was not detected). These problems are fixed by the printf-alt0 patch, which also provides some additional related tests. Only for applications using the custom interface: The mpfr_custom_init_set macro has a typo in a variable name, which can yield incorrect behavior if the second argument is not a simple expression. This bug is fixed by the custom_init_set patch. The build fails on li2.c with the GCC -Werror=return-type option when logging has been enabled. This problem is fixed by the li2-return patch. The rounding of mpfr_exp can be incorrect for output precisions larger than or equal to MPFR_EXP_THRESHOLD (several thousands of bits; its value depends on the architecture). This bug is fixed by the exp3 patch, which also provides a testcase. This MPFR release fails to build with GMP 6 when the --with-gmp-build configure option is used. The gmp6-compat patch fixes this compatibility problem. When dividing a very large number (near the maximum finite one, in absolute value) by a very small number (near the minimum one, in absolute value), an integer overflow occurs in the computation of the exponent of the result, yielding undefined behavior, such as the result 0 instead of infinity. This bug is fixed by the div-overflow patch, which also provides a testcase. The vasprintf.c source file contains incorrect assertions, which may fail while the computation is valid; this can occur only when outputting tiny numbers (very small exponents). These assertions are fixed by the vasprintf patch, which also provides a testcase. A buffer overflow may occur in mpfr_strtofr. This is due to incorrect GMP documentation for mpn_set_str about the size of a buffer (discussion; first fix in the GMP documentation). This bug is present in the MPFR versions from 2.1.0 (adding mpfr_strtofr) to this one, and can be detected by running "make check" in a 32-bit ABI under GNU/Linux with alloca disabled (this is currently possible by using the --with-gmp-build configure option where alloca has been disabled in the GMP build). It is fixed by the strtofr patch.
2014-12-05Mark two custom targets .PHONY.wiz1-1/+2
XXX: This does not handle distribution patches.
2014-12-03Explicit search path for libgmp and co. Bump revision.joerg3-8/+10
2014-11-29Don't pass -I without argument to the compiler.joerg2-1/+16
2014-11-25Update to 3.14.1:wiz3-11/+14
Overview of changes in gnome-calculator 3.14.1 * Update : Translations (Translation team) * Update : Search provider timeout (Michael Catanzaro) * Workaround : Warning in search-provider log (Michael Catanzaro) * Fix : Crash on thousand saperator (Michael Catanzaro) * Fix : Button arrangement in programming mode (Abhinav) * Fix : Vala warning about empty conditional body (Michael Catanzaro) * Fix : Remove use of GtkAlignment (Michael Catanzaro) * Fix : Use set_accels_for_action() (Arnaud Bonatti) * Removed : Gtk.Widget.ensure_style() (Michael Catanzaro) * Removed : Use of fixes.vapi for langinfo (Michael Catanzaro) Overview of changes in gnome-calculator 3.14.0 * Update : Translations (Translation team) Overview of changes in gnome-calculator 3.13.92 * Update : Translations (Translation team) * Fix : Documentation (Documentation team) Overview of changes in gnome-calculator 3.13.90 * Update : Translations (Translation team) * Update : doap file (Piotr Drąg, Olav Vitters) * Fix : test install (Vadim Rutkovsky) Overview of changes in gnome-calculator 3.13.3 * New : Calculator search provider (Michael Catanzaro) * New : Tests in release tarball (Vadim Rutkovsky) * New : Localized radix character from command-line (Michael Catanzaro) * Update : Translations (Translation team) * Fix : Restore previous answer on undo (Rodolphe PELLOUX-PRAYER) * Fix : Segfault on undo beyond history (Elita Lobo) * Fix : Malformed expression error on base change (PioneerAxon) * Fix : Critical warnings when entering Financial Mode (Michael Catanzaro) * Fix : Fix gcalccmd crash (PioneerAxon) * Fix : gcalccmd now exits with new-line (PioneerAxon) * Fix : Reset text in new function pop-up (ZZroman) * Fix : Removed redundent calls to notify_property() (Michael Catanzaro) * Fix : Use layout based decimal saperator on numberpad (Pierre Ossman) * Fix : Appdata : add default screenshot (Richard Hughes) * Fix : Don't create fundamental types (Michael Catanzaro) * Fix : Typo in step definition filelist (Vadim Rutkovsky) * Removed : Latvian lats from default currencies (Michael Catanzaro) Overview of changes in gnome-calculator 3.13.2 * New : Tests (Vadim Rutkovsky) * New : Use popover to change mode (Michael Catanzaro) * New : Use headerbar for preference dialog (Michael Catanzaro) * Update : GTK+ and vala dependencies (Michael Catanzaro) * Update : Modernize option parsing (Paolo Borelli) * Update : URLs in doap file (Piotr Drag) * Update : License fields in appdata (Michael Catanzaro) * Update : Translations (Translation team) * Fix : Ignore libtool files (Michael Catanzaro) * Fix : Failing test-case due to updated libc (PioneerAxon) * Fix : Crash due to non-validated return iterator (Andreas Henriksson) * Fix : Close popover after changing mode (Arnaud Bonatti) * Fix : Focus input field after mode change (Michael Catanzaro) * Fix : Mark image not translatable (Gabor Kelemen) * Fix : Crash on sub/superscript with trailing space (Robert Ancell) Overview of changes in gnome-calculator 3.12.0 * Update : Translations (Translation team) Overview of changes in gnome-calculator 3.11.92 * Update : Translations (Translation team) * Fix : Lost text focus on click (Simen Heggestøyl) Overview of changes in gnome-calculator 3.11.91 * New : Use git.mk (Michael Catanzaro) * Update : Rename desktop file (Michael Catanzaro) * Update : Translations (Translation team) * Fix : Makefile (Michael Catanzaro) * Fix : Precision loss (Daniel Renninghoff) * Fix : 0^0 should be indeterminate (Elita Lobo) * Fix : Precision error for ln () calculations (Daniel Renninghoff) Overview of changes in gnome-calculator 3.11.90 * Update : Translations (Translation team) * Fix : Window specific mode and actions (Michael Catanzaro) * Fix : About dialog (Michael Catanzaro) Overview of changes in gnome-calculator 3.11.5 * Update : Translations (Translation team) * Update : Documentation (PioneerAxon, Baptiste Mille-Mathias) * Fix : Appdata (Michael Catanzaro) Overview of changes in gnome-calculator 3.11.4 * Update : Translations (Translations team) * Fix : Add tooltip to custom functions (Garima Joshi) * Fix : Bug in representation mode for non-decimal answers (PioneerAxon) Overview of changes in gnome-calculator 3.11.3 * New : Custom functions (Garima Joshi) * New : Support for factorials of positive decimal numbers (Rashid Khan) * Update : Depend on newer versions of GTK, Vala (Michael Catanzaro) * Update : Translations * Update : Use HeaderBar (Michael Catanzaro) * Fix : Stop using stock icons (Robert Ancell) * Fix : Compilation warnings (Robert Ancell) * Fix : Title in basic mode (Michael Catanzaro) * Fix : Typos (Christian Kirbach, Seán de Búrca) * Fix : Newline text wrap bug (Kevin THIERRY) * Fix : "Malformed expression" stays forever bug (Rashid Khan) * Fix : AppData (Richard Hughes) * Fix : Misc cleanup (Michael Catanzaro, Olav Vitters)
2014-11-23Bump PKGREVISION for hs-transformers-0.4.2.0szptvlfn2-3/+4
2014-11-13Update to KDE SC 4.14.3markd11-29/+58
2014-11-07Revbump after updating boostadam7-14/+14
2014-11-02Fix for build failure seen on Linux/gcc-4.7.cheusov3-2/+43
We have to enable -msse2 before checking for xmmintrin.h.
2014-11-01Update to 0.9wen3-20/+6
Upstream changes: Version 0.9 2013-12-10 Change LICENCE following advince from Kurt Hornik Version 0.8 2013-12-10 date stamp for CRAN submssion 2013-09-30 mv inst/doc vignettes rmdir inst Version 0.7 2013-09-27 Add MIT to LICENSE Version 0.6 2012-04-16 Change "integer gmax/50/" into "integer gmax, data gmax/50/" in lmm.f as suggested by Brook Milligan [mailto:brook@nmsu.edu] 2012-04-11 Revise example.Rd 2012-04-06 Include incomplete data in marijuana.rda Accommodate the change in example.Rd 2012-04-05 Fix typos and add title to Table 1 in lmm-tr.Rnw
2014-10-31Include example scripts, some of the are rather useful.cheusov4-3/+28
++pkgrevision.
2014-10-29+= crfsuitecheusov1-1/+2
2014-10-29CRFSuite is an implementation of Conditional Random Fields (CRFs) forcheusov9-0/+134
labeling sequential data. The first priority of this software is to train and use CRF models as fast as possible even at the expense of its memory space and code generality. CRFsuite runs 5.4 - 61.8 times faster than C++ implementations for training. CRFsuite supports parameter estimation with L1 regularization (Laplacian prior) using Orthant-Wise Limited-memory Quasi-Newton (OW-LQN) method and L2 regularization (Gaussian prior) using Limited-memory BFGS (L-BFGS) method.
2014-10-29+= liblbfgscheusov1-1/+2