aboutsummaryrefslogtreecommitdiff
path: root/math/clfft
Commit message (Collapse)AuthorAgeFilesLines
* Remove BROKEN_FreeBSD_9Sunpoet Po-Chuan Hsieh2017-01-011-1/+0
| | | | | | | Approved by: portmgr (blanket) Notes: svn path=/head/; revision=430235
* - Update to 2.12.2Wen Heping2016-10-105-7/+8
| | | | | | | | PR: 213338 Submitted by: dieterich@ogolem.org(maintainer) Notes: svn path=/head/; revision=423661
* Update to upstream version 2.12.0Thomas Zander2016-05-045-6/+17
| | | | | | | | PR: 209143 Submitted by: dieterich@ogolem.org (maintainer) Notes: svn path=/head/; revision=414581
* math/clfft: update 2.10.1 -> 2.10.2Bartek Rutkowski2016-04-173-5/+5
| | | | | | | | PR: 208789 Submitted by: Johannes Dieterich <dieterich@ogolem.org> (maintainer) Notes: svn path=/head/; revision=413505
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-3/+3
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* Update to 2.10.1.Raphael Kubo da Costa2016-03-233-5/+5
| | | | | | | | PR: 208153 Submitted by: dieterich@ogolem.org (maintainer) Notes: svn path=/head/; revision=411694
* - Update to 2.10.0Wen Heping2016-02-123-5/+5
| | | | | | | | PR: 207071 Submitted by: dieterich@ogolem.org(maintainer) Notes: svn path=/head/; revision=408725
* Update to upstream version 2.8Thomas Zander2016-01-165-36/+20
| | | | | | | | PR: 206090 Submitted by: dieterich@ogolem.org (maintainer) Notes: svn path=/head/; revision=406272
* * OpenCL is not available on 9.3-R.Koop Mast2015-10-112-1/+11
| | | | | | | | | | * Add patch to clfft to fix the build. * Use correct LICENSE in clrng. Submitted by: maintainer@ Notes: svn path=/head/; revision=399097
* Remove trailing whitespace from Makefiles, M-X.Jimmy Olgeni2015-10-081-1/+1
| | | | Notes: svn path=/head/; revision=398833
* Update Mesa port to 10.6.6 and add Clover.Koop Mast2015-09-175-0/+84
Add beignet 1.1.0. Add clinfo, clblas, clfft and clrng. The major change is that all Mesa ports are now configured the same way. This fixes several problems and enables new features. The details are described in this blog post: http://blogs.freebsdish.org/graphics/2015/03/18/unifying-mesa-ports-configure/ The second important change is the OpenCL support. Mesa's implementation, Clover, is enabled as well as Beignet. Clover targets all Gallium drivers, only Radeon GPUs in our case. Beignet is for Intel GPUs starting with Ivy Bridge. Thanks to Johannes Dieterich, O. Hartman, and Koop Mast for their work on OpenCL! As a bonus, there are several OpenCL-based math ports added (clblas, clfft and clrng). For more information and known issues, please see https://wiki.freebsd.org/Graphics/OpenCL The third change is the removal of Mesa 9.1.7 which was installed on FreeBSD 9.3-RELEASE. There is now only one version of Mesa in the Ports tree (10.6.6) for all supported versions of FreeBSD. Other, smaller changes: * Include libosmesa into the Mesa framework; this changes libOSMesa shlib version. * bsd.mesalib.mk was renamed and split up in two files namely Makefile.common and Makefile.targets. So ports can overwrite variables set by Makefile.common and are used by Makefile.targets. * Some text in the pkg-descr files was wrong, clean it up. While here, update the WWW to the main mesa3d.org upstream page. * devel/clinfo was added, a glxinfo like program but for OpenCL. Non-x86 hardware reports are very welcome since we changed the framework quite a bit. Obtained from: Graphics team development repo. Notes: svn path=/head/; revision=397198