pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

openblas: Work around missing libssp on NetBSD



Module Name:	pkgsrc-wip
Committed By:	Jason W. Bacon <bacon4000%gmail.com@localhost>
Pushed By:	outpaddling
Date:		Fri Sep 22 16:30:14 2017 -0500
Changeset:	2f09cf060fb0c08d54ddfdebf27730c37f93105a

Modified Files:
	openblas/Makefile

Log Message:
openblas: Work around missing libssp on NetBSD

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=2f09cf060fb0c08d54ddfdebf27730c37f93105a

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 openblas/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diffs:
diff --git a/openblas/Makefile b/openblas/Makefile
index c855456fb2..6c91c4436c 100644
--- a/openblas/Makefile
+++ b/openblas/Makefile
@@ -17,6 +17,9 @@ DISTFILES=	${DISTNAME}.tar.gz large.tgz timing.tgz
 GITHUB_PROJECT=	OpenBLAS
 GITHUB_TAG=	v${PORTVERSION}
 
+# NetBSD: Cannot find -lssp*
+PKGSRC_USE_SSP=	no
+
 MAINTAINER=	bacon4000%gmail.com@localhost
 HOMEPAGE=	https://github.com/xianyi/OpenBLAS
 COMMENT=	Optimized BLAS library based on GotoBLAS2


Home | Main Index | Thread Index | Old Index