svn commit: r381792 - head/Mk

Dmitry Sivachenko demon at FreeBSD.org
Sat Mar 21 12:00:13 UTC 2015


Author: demon
Date: Sat Mar 21 12:00:12 2015
New Revision: 381792
URL: https://svnweb.freebsd.org/changeset/ports/381792
QAT: https://qat.redports.org/buildarchive/r381792/

Log:
  Add shared descriptions for netlib/atlas/openblas implementations of BLAS.

Modified:
  head/Mk/bsd.options.desc.mk

Modified: head/Mk/bsd.options.desc.mk
==============================================================================
--- head/Mk/bsd.options.desc.mk	Sat Mar 21 11:53:27 2015	(r381791)
+++ head/Mk/bsd.options.desc.mk	Sat Mar 21 12:00:12 2015	(r381792)
@@ -32,6 +32,7 @@ ASIO_DESC?=		Asynchronous I/O support
 ASM_DESC?=		Use optimized assembly code
 ASPELL_DESC?=		Spell checking support via GNU Aspell
 ASSERT_DESC?=		Enable debug assertions
+ATLAS_DESC?=		ATLAS blas implementation
 AUDIOFILE_DESC?=	SGI audio file format support
 AVAHI_DESC?=		Zeroconf support via Avahi
 BASH_DESC?=		Install programmable completions for Bash
@@ -335,6 +336,7 @@ NAGPLUGINS_DESC?=	Plugins from nagios-pl
 NAS_DESC?=		Network Audio System support
 NCURSES_DESC?=		Console (text) interface support
 NETCDF_DESC?=		NetCDF data format support
+NETLIB_DESC?=		Blas implementation from Netlib
 NETPBM_DESC?=		Netpbm graphics toolkit support
 NFS_DESC?=		Network File System support
 NIS_DESC?=		Network Information Services/YP support
@@ -350,6 +352,7 @@ ODBC_DESC?=		ODBC database backend
 ODF_DESC?=		Open Document Format (ODF) file support
 OGG_DESC?=		Ogg media format support
 OPENAL_DESC?=		Audio support via OpenAL
+OPENBLAS_DESC?=		OpenBLAS blas implementation
 OPENCV_DESC?=		Computer Vision support via OpenCV
 OPENEXR_DESC?=		HDR image format support via OpenEXR
 OPENGL_DESC?=		2D/3D rendering support via OpenGL


More information about the svn-ports-head mailing list