Added patches to prevent breakage due to reinterpret_cast<SomeType*>(NULL).
See the upstream bug report: https://github.com/coin-or/Clp/issues/7
Approved by: portmgr (port compliance, infrastructure)
Project has moved to Github.
While here:
Remove old tweaks that aren't necessary anymore.
Update LICENSE.
Changes: https://raw.githubusercontent.com/LASzip/LASzip/3.2.2/ChangeLog
Bump PORTREVISION of dependent port (math/pdal) due shlib change.
PR: 227501
Submitted by: lbartoletti@tuxfamily.org
Approved by: Rainer Hurling <rhurlin@gwdg.de> (maintainer)
$ make config
│ │──────────────────────────── Threading support ───────────────────────────│ │
│ │+( ) OPENMP Parallel processing support via OpenMP │ │
│ │+(*) TBB Intel threading building blocks │ │
====> You cannot select multiple options from the THREADS radio
=====> Only one of these must be defined: OPENMP TBB
Config is invalid. Re-edit? [Y/n] y
Seasonal unit roots and seasonal stability tests. P-values based
on response surface regressions are available for both tests.
P-values based on bootstrap are available for seasonal unit root
tests. A parallel implementation of the bootstrap method requires
a CUDA capable GPU with compute capability >= 3.0, otherwise a
debugging version fully coded in R is used.
WWW: https://cran.r-project.org/web/packages/uroot/
Algorithms for accelerating the convergence of slow, monotone
sequences from smooth, contraction mapping such as the EM algorithm.
It can be used to accelerate any smooth, linearly convergent
acceleration scheme. A tutorial style introduction to this package
is available in a vignette on the CRAN download page or, when the
package is loaded in an R session, with vignette("SQUAREM").
WWW: https://cran.r-project.org/web/packages/SQUAREM/
Makes the qhull library (www.qhull.org) available in R, in a similar
manner as in Octave and MATLAB. Qhull computes convex hulls, Delaunay
triangulations, halfspace intersections about a point, Voronoi
diagrams, furthest-site Delaunay triangulations, and furthest-site
Voronoi diagrams. It runs in 2-d, 3-d, 4-d, and higher dimensions.
It implements the Quickhull algorithm for computing the convex hull.
Qhull does not support constrained Delaunay triangulations, or mesh
generation of non-convex objects, but the package does include some
R functions that allow for this. Currently the package only gives
access to Delaunay triangulation and convex hull computation.
WWW: https://cran.r-project.org/web/packages/geometry/
A collection of efficient, vectorized algorithms for the creation
and investigation of magic squares and hypercubes, including a
variety of functions for the manipulation and analysis of arbitrarily
dimensioned arrays. The package includes methods for creating normal
magic squares of any order greater than 2. The ultimate intention
is for the package to be a computerized embodiment all magic square
knowledge, including direct numerical verification of properties
of magic squares (such as recent results on the determinant of
odd-ordered semimagic squares). Some antimagic functionality is
included. The package also serves as a rebuttal to the often-heard
comment "I thought R was just for statistics".
WWW: https://cran.r-project.org/web/packages/magic/
* math/analitza
* math/cantor
* math/kalgebra
* math/kbruch
* math/kcalc
* math/kig
* math/kmplot
* math/rocs
This is the current version of KDE Applications <foo>.
Note that users of KDE SC4 should stick with <foo>-kde4.
- Update to 0.19.0
- Use github
- Add ac_cv_prog_TEXI2DVI to avoid building docs for now
devel/isl
- Update to 0.19
- Bump PORTREVISION of all dependencies
- Add patch from Debian to fix issue with muparser scripting
- Fix runtime problem with Python scripting support
- Bump PORTREVISION
- Take maintainership
2018-03-31 math/abacus: Unmaintained and has a broken shared library
2018-03-31 audio/muse: Unmaintained upstream, crashes at runtime
2018-03-31 net/paris-traceroute: Legacy paris-traceroute is not supported anymore. Use net/scamper instead
2018-04-01 net-im/cjc: Depends on expired net-im/py-xmpp
2018-02-28 net-im/py-pyxmpp: Obsoleted in favor of PyXMPP2
Diverse spatial datasets for demonstrating, benchmarking and teaching
spatial data analysis. It includes R data of class sf (defined by
the package 'sf'), Spatial ('sp'), and nb ('spdep'). Unlike other
spatial data packages such as 'rnaturalearth' and 'maps', it also
contains data stored in a range of file formats including GeoJSON,
ESRI Shapefile and GeoPackage. Some of the datasets are designed
to illustrate specific analysis techniques. cycle_hire and
cycle_hire_osm, for example, is designed to illustrate point pattern
analysis techniques.
WWW: https://cran.r-project.org/web/packages/spData/