If NO_ARCH is set then check that no FreeBSD elf(5) files are in $STAGEDIR. If an elf(5) file is bundles as part of the package, but is not meant to be run directly (i.e. the elf(5) file is a payload, and not compiled) then those files can be added to NO_ARCH_IGNORE to avoid the check from failing, Changes to ports: - Ports that have NO_ARCH set, but actually compile files have had NO_ARCH removed. - Ports that have elf(5) payloads have had those files added to NO_ARCH_IGNORE. - R-cran ports that do not set USES=cran:compiles have NO_ARCH set, PR: 218976 Reviewed by: antoine, mat Approved by: portmgr
31 lines
942 B
Makefile
31 lines
942 B
Makefile
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= NMF
|
|
PORTVERSION= 0.20.6
|
|
PORTREVISION= 1
|
|
CATEGORIES= math
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
|
|
|
MAINTAINER= tota@FreeBSD.org
|
|
COMMENT= Algorithms and Framework for Nonnegative Matrix Factorization
|
|
|
|
LICENSE= GPLv2 GPLv3
|
|
LICENSE_COMB= dual
|
|
|
|
RUN_DEPENDS= R-cran-pkgmaker>=0.20:devel/R-cran-pkgmaker \
|
|
R-cran-registry>0:devel/R-cran-registry \
|
|
R-cran-rngtools>=1.2.3:devel/R-cran-rngtools \
|
|
R-cran-stringr>=1.0.0:textproc/R-cran-stringr \
|
|
R-cran-digest>0:security/R-cran-digest \
|
|
R-cran-gridBase>0:graphics/R-cran-gridBase \
|
|
R-cran-colorspace>0:graphics/R-cran-colorspace \
|
|
R-cran-RColorBrewer>0:graphics/R-cran-RColorBrewer \
|
|
R-cran-foreach>0:devel/R-cran-foreach \
|
|
R-cran-doParallel>0:devel/R-cran-doParallel \
|
|
R-cran-ggplot2>0:graphics/R-cran-ggplot2 \
|
|
R-cran-reshape2>0:devel/R-cran-reshape2
|
|
|
|
USES= cran:auto-plist,compiles
|
|
|
|
.include <bsd.port.mk>
|