summaryrefslogtreecommitdiff
path: root/math/orpie (follow)
Commit message (Collapse)AuthorAgeFilesLines
* math/gsl: bump portrevision of consumers after update to 2.7.1Tobias C. Berner2022-01-121-1/+1
| | | | PR: 260201
* math/orpie: unbreak against safe-by-default strings in OCaml 4.06+.Alexey Dokuchaev2021-09-031-12/+19
|
* math/gsl: update to 2.7Tobias C. Berner2021-06-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From [1] * What is new in gsl-2.7: * fixed doc bug for gsl_histogram_min_bin (lhcsky at 163.com) * fixed bug #60335 (spmatrix test failure, J. Lamb) * fixed bug #36577 * clarified documentation on interpolation accelerators (V. Krishnan) * fixed bug #45521 (erroneous GSL_ERROR_NULL in ode-initval2, thanks to M. Sitte) * fixed doc bug #59758 * fixed bug #58202 (rstat median for n=5) * added support for native C complex number types in gsl_complex when using a C11 compiler * upgraded to autoconf 2.71, automake 1.16.3, libtool 2.4.6 * updated exponential fitting example for nonlinear least squares * added banded LU decomposition and solver (gsl_linalg_LU_band) * New functions added to the library: - gsl_matrix_norm1 - gsl_spmatrix_norm1 - gsl_matrix_complex_conjtrans_memcpy - gsl_linalg_QL: decomp, unpack - gsl_linalg_complex_QR_* (thanks to Christian Krueger) - gsl_vector_sum - gsl_matrix_scale_rows - gsl_matrix_scale_columns - gsl_multilarge_linear_matrix_ptr - gsl_multilarge_linear_rhs_ptr - gsl_spmatrix_dense_add (renamed from gsl_spmatrix_add_to_dense) - gsl_spmatrix_dense_sub - gsl_linalg_cholesky_band: solvem, svxm, scale, scale_apply - gsl_linalg_QR_UD: decomp, lssolve - gsl_linalg_QR_UU: decomp, lssolve, QTvec - gsl_linalg_QR_UZ: decomp - gsl_multifit_linear_lcurvature - gsl_spline2d_eval_extrap * bug fix in checking vector lengths in gsl_vector_memcpy (dieggsy@pm.me) * made gsl_sf_legendre_array_index() inline and documented - gsl_sf_legendre_nlm() [1] http://git.savannah.gnu.org/cgit/gsl.git/tree/NEWS PR: 256423 Exp-run by: antoine
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* math/gsl: update to 2.6Tobias C. Berner2019-10-251-1/+1
| | | | | | | | | | - math/p5-Math-GSL does not seem to have any upstream activity to make it work with this version -> mark it broken - this also breaks the two consumers of this port - biology/gemma: has a conflict with cblas, and is makred broken. PR: 241363 Exp-run by: antoine
* Unbreak `math/orpie' against OCaml 4.05.0 and make it fetchableAlexey Dokuchaev2018-08-024-1/+38
| | | | | Obtained from: Debian Bug-Debian: https://bugs.debian.org/868849
* Update math/gsl to 2.5Tobias C. Berner2018-06-231-1/+1
| | | | PR: 229067
* Update math/gsl to 2.4Tobias C. Berner2017-07-031-1/+1
| | | | | Exp-Run by: antoine PR: 220408
* Update math/gsl to 2.3Tobias C. Berner2017-05-022-1/+37
| | | | | | | | | | | | | | | This release introduces some new features and fixes several bugs: http://savannah.gnu.org/forum/forum.php?forum_id=8751 * update to 2.3 and take maintainership * update math/py-gsl to 2.2.0 for gsl2 support * update math/rubygem-rb-gsl to 2.1.0.2 for gsl2 support PR: 218952 Exp-run by: antoine Reviewed by: mat, rakuco Approved by: rakuco (mentor) Differential Revision: https://reviews.freebsd.org/D10522
* Mark as not for armv6: "not supported".Mark Linimon2017-03-011-0/+3
| | | | | | Note that in both of these cases, new versions are available. Approved by: portmgr (tier-2 blanket)
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-1/+1
| | | | | With hat: portmgr Sponsored by: Absolight
* math/orpie: USES+= ncursesJohn Marino2016-02-071-1/+1
|
* - Add USE_OCAML_CAMLP4 and USE_OCAML_TK to bsd.ocaml.mk which addGuido Falsi2015-05-041-0/+1
| | | | | | | | | | | | | | | depends on the camlp4 language and labltk ocaml modules, which are now in separate ports. - Update x11-toolkits/ocaml-lablgtk2 to 2.18.3 - Update graphics/ocaml-lablgl to 1.05 - Make unison ports use USE_OCAML - Convert ports to the new flags where needed - Bump PORTREVISION on ports depending on ocaml-lablgtk2, those need to be rebuilt PR: 199845 Submitted by: jbeich@ Differential Revision: https://reviews.freebsd.org/D2434 Approved by: portmgr (mat)
* math/gsl:Tijl Coosemans2014-08-171-0/+1
| | | | | | | - Add USES=libtool and bump dependent ports - Add USES=pathfix and INSTALL_TARGET=install-strip Approved by: portmgr (implicit, bump unstage port)
* math/orpie: update to 1.5.2William Grzybowski2014-08-034-180/+59
| | | | PR: 190901
* Modernize LIB_DEPENDSBaptiste Daroussin2014-07-141-1/+1
| | | | With hat: portmgr
* Remove indefinite articles and trailing periods from COMMENT, plus minorJimmy Olgeni2014-07-071-1/+1
| | | | | | | | | COMMENT typos and surrounding whitespace fixes. A few Makefiles where not included as they contain Latin-1 characters that break the Phabricator workflow. Category M. CR: D306 Approved by: portmgr (bapt)
* - Convert gmake,bzip2 to USESMartin Wilke2014-05-261-1/+1
| | | | Approved by: portmgr
* Drop maintainership to ports@.Raphael Kubo da Costa2014-05-101-1/+1
| | | | PR: ports/189613
* Support staging.Raphael Kubo da Costa2014-05-101-5/+3
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | math)
* Update math/gsl to 1.16 and adjust some dependent portsBrendan Fabeny2013-08-261-2/+2
|
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-2/+2
| | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav
* Update math/gsl to 1.15, and adjust PORTREVISIONBrendan Fabeny2011-05-091-2/+2
| | | | and LIB_DEPENDS of dependent ports
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
|
* - Bump PORTREVISION to chase the update of math/gslWen Heping2010-03-291-2/+2
|
* Chase math/gsl update,Max Brazhnikov2009-12-011-2/+2
| | | | bump PORTREVISION
* - Fix build with recent ocamlDmitry Marakasov2009-04-212-1/+173
| | | | | PR: 133879 Submitted by: Dylan Simon <dylan at dylex dot net> (maintainer)
* - Chase gsl shlib bumpMartin Wilke2009-01-121-1/+2
|
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav)
* - Update to 1.5.1Philippe Audeoud2008-04-104-19/+6
| | | | | | | | | - Update MASTER_SITES and pkg-descr - Remove useless patch files PR: ports/122585 Submitted by: Dylan Alex Simon <dylan@dylex.net> (maintainer) Approved by: tabthorpe (mentor)
* - Chase the gsl shared lib bump.Philippe Audeoud2008-04-081-2/+2
| | | | Approved by: thierry (mentor)
* chase math/gsl lib versionYing-Chieh Liao2007-06-291-2/+2
|
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* - Update to 1.4.3Martin Wilke2006-09-255-69/+16
| | | | | PR: ports/103582 Submitted by: Dylan Simon <dylan(at)dylex.net> (maintainer)
* - Bump PORTREVISION and change lib version because math/gsl are updated.Marcus Alves Grando2006-05-061-1/+2
| | | | - portlint(1)
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | Approved by: krion@
* Upgrade to 1.4.1.Thierry Thomas2005-05-052-5/+4
| | | | | PR: ports/80672 Submitted by: maintainer
* Bump PORTREVISION after the libgsl update.Jean-Yves Lefort2005-05-021-0/+1
| | | | Obtained from: thierry
* Chase the libgsl update.Jean-Yves Lefort2005-05-021-1/+1
|
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-1/+1
| | | | after 5.4-RELEASE.
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-111-1/+1
| | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
* Add orpie 1.3.1, a fullscreen RPN calculator for the console.Thierry Thomas2004-08-095-0/+106
PR: 70054 Submitted by: Dylan Simon