Commit graph

11339 commits

Author SHA1 Message Date
Carlos J. Puga Medina
5437033233 Add new port math/viennacl
ViennaCL is a free open-source linear algebra library for computations on many-core
architectures (GPUs, MIC) and multi-core CPUs. The library is written in C++ and
supports CUDA, OpenCL, and OpenMP (including switches at runtime).

http://viennacl.sourceforge.net/

PR:		219714
Submitted by:	pfg
2017-06-03 14:18:18 +00:00
Tobias C. Berner
0d885880fe Update to 1.1.23
PR:		219354
Submitted by:	xmj
Approved by:	xmj (maintainer)
2017-06-03 13:55:21 +00:00
Pawel Pekala
7f541c6f44 - Add missing NLS option to OPTIONS_DEFINE, LICENSE_FILE
- Register missing dependencies found by stage-qa
- Convert to USES=localbase
- Use options helpers
- Strip gretl-gtk2 plugins
- Regenerate patches with make makepatch, use correct patch naming
2017-06-02 16:42:15 +00:00
Mark Linimon
4ba19e7015 Mark some ports failing on powerpc64. These ports are either new
ports, or had been recently unblocked.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
2017-06-02 15:49:34 +00:00
Johannes M Dieterich
4649989b3d new port: math/clblast. This adds clblast (notice the t!) another BLAS library for GPUs, with the distinct difference that clblast targets portable performance across AMD, Intel, and NVIDIA accelerators.
Reported by:	swills (mentor)
Reviewed by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D10919
2017-06-02 00:14:04 +00:00
Steven Kreuzer
cb15fa352a Define LICENSE
Change COPTS to CFLAGS in Makefile
Fix 'Inconsistent operator' error for regress target
2017-06-01 18:29:19 +00:00
Steven Kreuzer
83f32caf68 Update to version 1.5 2017-05-30 13:51:10 +00:00
Sunpoet Po-Chuan Hsieh
8b1d897ff6 Update science/hdf5 to 1.10.1
- Bump PORTREVISION for shlib change

Changes:	https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.10/hdf5-1.10.1/src/hdf5-1.10.1-RELEASE.txt
2017-05-30 02:56:43 +00:00
Sunpoet Po-Chuan Hsieh
423bf3cab6 Add threading support
- Add USES=readline
- Add PTHREADS and MPI options
- Fix "-lX11 not found" warning
- Add test targets
- Bump PORTREVISION for dependency and package change

PR:		219597
Submitted by:	Yuri Victorovich <yuri@rawbw.com> (maintainer)
2017-05-29 17:24:23 +00:00
Sunpoet Po-Chuan Hsieh
788b305b1f Update to 0.20.1
Changes:	https://github.com/pandas-dev/pandas/releases
PR:		219620
Submitted by:	John W. O'Brien <john@saltant.com> (maintainer)
2017-05-29 15:28:52 +00:00
Antoine Brodin
034b4e6d7d Register dependency on groff
PR:		213725
2017-05-29 11:32:14 +00:00
Mark Linimon
6a67297b00 Mark some ports failing on armv6, for errors classified as "clang".
While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
2017-05-27 15:07:11 +00:00
Mark Linimon
c52a715800 Mark some ports failing on armv6, for errors classified as "???",
part 2.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
2017-05-27 00:20:19 +00:00
Baptiste Daroussin
1f05404eec Register dependency on groff 2017-05-25 14:35:49 +00:00
TAKATSU Tomonari
658091ed39 - Update to 1.1.0 2017-05-25 03:15:54 +00:00
Johannes M Dieterich
bba9c0be7c math/blis: Change to also always compile a shared library version of the library. This is in line with other BLAS libraries in the tree.
While there, correct LOCALBASE to be PREFIX.

Reviewed by:	swills (mentor)
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D10865
2017-05-25 01:25:46 +00:00
Matthew Rezny
b760897dde Revision bump of all ports with USE_GL after consolidation of mesa-libs
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D10845
2017-05-23 05:03:14 +00:00
Mark Linimon
82c3cac0d2 Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
Reported by:	swills
2017-05-22 16:04:19 +00:00
Mark Linimon
65f2e41ca3 Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
Reported by:	swills
2017-05-21 13:21:04 +00:00
Johannes M Dieterich
fc4e400f59 new port: math/blis
BLIS is a portable software framework for instantiating high-performance BLAS-like dense linear algebra libraries. The framework was designed to isolate essential kernels of computation that, when optimized, immediately enable optimized implementations of most of its commonly used and computationally intensive operations. BLIS is written in ISO C99 and available under a BSD3CLAUSE. While BLIS exports a new BLAS-like API, it also includes a BLAS compatibility layer which gives application developers access to BLIS implementations via traditional BLAS routine calls. (from their github)

Reviewed by:	swills (mentor)
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D10811
2017-05-20 23:09:23 +00:00
Mark Linimon
74fa808d34 Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one.

While here, pet portlint.

Reported by:	swills
Approved by:	portmgr (tier-2 blanket)
2017-05-20 16:58:10 +00:00
Tobias C. Berner
fefa17ba06 Update math/cadabra2 to 2.1.4
* Add patch patch-core_cadabra2.in, to get proper shebang in bin/cadabra2.

PR:		218985
Submitted by:	Yuri Victorovich <yuri@rawbw.com>
Approved by:	Yuri Victorovich (maintainer), rakuco (mentor, implicit)
Differential Revision:	https://reviews.freebsd.org/D10761
2017-05-20 16:03:46 +00:00
TAKATSU Tomonari
26dc61d74e - Update to 2.2.1 2017-05-19 05:11:36 +00:00
Wen Heping
a6c617235a - Update to 5.1.1 2017-05-17 10:46:16 +00:00
Sunpoet Po-Chuan Hsieh
3ff3326d14 Update to 2.80
- Add USES=dos2unix

Changes:	http://search.cpan.org/dist/Math-Polynomial-Solve/Changes
2017-05-16 18:18:36 +00:00
Jochen Neumeister
fc373ceed2 - Update maintainer address
Reviewed by:	miwi (mentor)
Differential Revision:	https://reviews.freebsd.org/D10755
2017-05-16 13:37:51 +00:00
Danilo Egea Gondolfo
97d9854497 - Update to 7.900.1 2017-05-15 14:45:40 +00:00
Mark Linimon
7e4f41c690 Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
2017-05-13 23:21:37 +00:00
Sunpoet Po-Chuan Hsieh
7db8084305 Update to 1.10
Changes:	http://search.cpan.org/dist/Math-Utils/Changes
2017-05-11 21:02:31 +00:00
Antoine Brodin
b3a8d5547e Properly register dependency on libomp.so from devel/openmp port 2017-05-10 19:50:12 +00:00
Sunpoet Po-Chuan Hsieh
c9f7016df9 Update to 0.14
- Add NO_ARCH

Changes:	https://bitbucket.org/ronaldoussoren/altgraph/src/default/doc/changelog.rst
2017-05-09 12:59:01 +00:00
Danilo Egea Gondolfo
661a658575 - Update to 7.900.0 2017-05-08 18:27:24 +00:00
Danilo G. Baio
f8cc2c102f Update my email address
Approved by:	garga (mentor)
Differential Revision:	https://reviews.freebsd.org/D10648
2017-05-08 17:21:49 +00:00
TAKATSU Tomonari
1f67dd2f47 - Update to 0.6-13 2017-05-07 21:41:06 +00:00
TAKATSU Tomonari
55cf20a31c - Add new port: math/R-cran-expm
Computation of the matrix exponential, logarithm, sqrt, and related
  quantities.

  WWW: https://cran.r-project.org/web/packages/expm/
2017-05-07 09:03:47 +00:00
TAKATSU Tomonari
2c9fefcddd - Updatet to 1.8-0 2017-05-07 07:25:22 +00:00
TAKATSU Tomonari
54a001ca49 - Update to 1.1-13 2017-05-07 06:47:47 +00:00
TAKATSU Tomonari
901bef8ce3 - Update to 1.2.6 2017-05-07 06:34:55 +00:00
TAKATSU Tomonari
549be15a04 - Update to 0.1-14
- Add "compiles" argument to USES=cran
2017-05-06 23:07:40 +00:00
TAKATSU Tomonari
1aaaa0d189 - Update to 5.33 2017-05-06 22:21:33 +00:00
Martin Wilke
8e36d4a981 Rsolnp: General Non-Linear Optimization
General Non-linear Optimization Using Augmented Lagrange Multiplier
Method.

WWW: http://cran.r-project.org/web/packages/Rsolnp/

PR:		213102
Submitted by:	Pedro Giffuni
2017-05-06 15:15:00 +00:00
Martin Wilke
cef0a38b1d qualityTools: Statistical Methods for Quality Science
Contains methods associated with the Define, Measure, Analyze, Improve and
Control (i.e. DMAIC) cycle of the Six Sigma Quality Management
methodology.It covers distribution fitting, normal and non-normal process
capability indices, techniques for Measurement Systems Analysis especially
gage capability indices and Gage Repeatability (i.e Gage RR) and
Reproducibility studies, factorial and fractional factorial designs as
well as response surface methods including the use of desirability
functions.

WWW: http://www.r-qualitytools.org/

PR:		213104
Submitted by:	Pedro Giffuni
2017-05-06 15:12:57 +00:00
TAKATSU Tomonari
8ca4e272f2 - Update to 0.9-5 2017-05-04 23:54:48 +00:00
Tobias C. Berner
157ec65f58 Fix shebangs
* Make the implicit dependency on python explicit.

Reviewed by:		mat
Approved by:		mat
Differential Revision:	https://reviews.freebsd.org/D10527
2017-05-04 05:21:43 +00:00
Tobias C. Berner
55ba82c629 Fix shebangs
Reviewed by:		mat
Approved by:		mat
Differential Revision:	https://reviews.freebsd.org/D10527
2017-05-04 05:20:31 +00:00
TAKATSU Tomonari
41834d9390 - Update to 0.4-7 2017-05-04 03:00:36 +00:00
TAKATSU Tomonari
ef88b6c864 - Update to 0.3.3.3.0 2017-05-04 01:40:24 +00:00
TAKATSU Tomonari
884fb441c6 - Update to 1.77 2017-05-03 21:05:36 +00:00
TAKATSU Tomonari
58da23223a - Update to 8.0 2017-05-03 20:24:31 +00:00
TAKATSU Tomonari
8aeee7c6d5 - Update to 0.7.800.2.0 2017-05-03 20:06:06 +00:00