mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
- Add LICENSE
- Switch to options helpers - Update WWW - Unsilence installation commands
This commit is contained in:
parent
beeb841cdb
commit
62d4ec8296
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=468411
2 changed files with 10 additions and 8 deletions
|
@ -11,6 +11,8 @@ DISTFILES= nist_spblas_${DISTVERSION}.zip:1
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= NIST Sparse Basic Linear Algebra Subprograms (BLAS)
|
COMMENT= NIST Sparse Basic Linear Algebra Subprograms (BLAS)
|
||||||
|
|
||||||
|
LICENSE= PD
|
||||||
|
|
||||||
USES= dos2unix uidfix zip
|
USES= dos2unix uidfix zip
|
||||||
USE_GCC= yes
|
USE_GCC= yes
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
|
@ -63,14 +65,14 @@ post-extract:
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
@${MKDIR} ${STAGEDIR}${PREFIX}/${HDIR}
|
@${MKDIR} ${STAGEDIR}${PREFIX}/${HDIR}
|
||||||
@cd ${WRKSRC}; ${INSTALL_DATA} ${HEADERS} ${STAGEDIR}${PREFIX}/${HDIR}
|
cd ${WRKSRC} && ${INSTALL_DATA} ${HEADERS} ${STAGEDIR}${PREFIX}/${HDIR}
|
||||||
.if ${PORT_OPTIONS:MDOCS}
|
|
||||||
|
post-install-DOCS-on:
|
||||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||||
@${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/${PORTDOCS} ${STAGEDIR}${DOCSDIR}
|
${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/${PORTDOCS} ${STAGEDIR}${DOCSDIR}
|
||||||
.endif
|
|
||||||
.if ${PORT_OPTIONS:MEXAMPLES}
|
post-install-EXAMPLES-on:
|
||||||
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
|
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
|
||||||
@cd ${WRKSRC}; ${INSTALL_DATA} ${PORTEXAMPLES} ${STAGEDIR}${EXAMPLESDIR}
|
cd ${WRKSRC} && ${INSTALL_DATA} ${PORTEXAMPLES} ${STAGEDIR}${EXAMPLESDIR}
|
||||||
.endif
|
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -6,4 +6,4 @@ for complex arithmetic and templates to facilitate to creation of various
|
||||||
precision codes.) The library includes support for all four precision types
|
precision codes.) The library includes support for all four precision types
|
||||||
(single, double precision, real, and complex) and Level 1, 2, and 3 operations.
|
(single, double precision, real, and complex) and Level 1, 2, and 3 operations.
|
||||||
|
|
||||||
WWW: http://math.nist.gov/spblas/
|
WWW: https://math.nist.gov/spblas/
|
||||||
|
|
Loading…
Add table
Reference in a new issue