pkgsrc/math/tasp-vsipl/Makefile
jtb 9a13b63e00 Initial import of tasp-vsipl.
This is an implementation of a VSIP Library (Vector/Signal/Image
Processing Library) as defined by the VSIPL Forum for a CORE profile.

The TASP_VSIPL library is an effort to produce a VSIPL library
suitable for demonstration and early development and testing of VSIPL
code and ideas.

The Tactical Advanced Signal Processing Common Operating Environment
(TASP COE) effort is striving to produce a common operating
environment for signal processing throughout the Navy and DOD for the
COTS environment. VSIPL is thought by TASP to have a good chance of
becoming a standard signal processing library for many vendors who
supply DOD high performance computing products.  For this reason TASP
is supporting the VSIPL effort.

This is the TASP VSIPL Core Plus implementation of VSIPL. Core Plus
includes all the functionality of the core profile plus most floating
point Vector and Elementwise Operations not required by the VSIPL Core
profile.  The additional functions include such things as matrix
elementwise add and multiply.

The TASP VSIPL code is required to be freely available for any
use.
2001-05-16 21:18:28 +00:00

25 lines
631 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2001/05/16 21:18:28 jtb Exp $
DISTNAME= tvcp012401
PKGNAME= tasp-vsipl-20010516
CATEGORIES= math
MASTER_SITES= http://www.vsipl.org/
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.vsipl.org/
COMMENT= Vector Signal Image Processing Library
DIST_SUBDIR= tasp-vsipl
USE_X11= yes
WRKSRC= ${WRKDIR}/TASP_VSIPL_Core_Plus/build.${MACHINE_ARCH}
post-extract:
${MKDIR} ${WRKSRC}
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/tasp-vsipl
cd ${WRKDIR}/TASP_VSIPL_Core_Plus/ && ${INSTALL_DATA} Copyright \
README_FIRST *.pdf ${PREFIX}/share/doc/tasp-vsipl
.include "../../mk/bsd.pkg.mk"