pkgsrc-WIP-changes archive

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

openblas: Remove extraneous C++ support.



Module Name:	pkgsrc-wip
Committed By:	Jason W. Bacon <bacon4000%gmail.com@localhost>
Pushed By:	outpaddling
Date:		Sat Dec 9 07:11:19 2017 -0600
Changeset:	f269fbafde7c5fb99fafbf9111fb63c2f8ca003d

Modified Files:
	openblas/Makefile

Log Message:
openblas: Remove extraneous C++ support.

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

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

diffstat:
 openblas/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/openblas/Makefile b/openblas/Makefile
index 0c3ad87765..712945a05a 100644
--- a/openblas/Makefile
+++ b/openblas/Makefile
@@ -30,7 +30,7 @@ LICENSE=	modified-bsd
 # MAKE_JOBS_SAFE=	no
 
 # Just assuming C and C++: Adjust this!
-USE_LANGUAGES=	c c++ fortran
+USE_LANGUAGES=	c fortran
 USE_TOOLS+=	gmake perl:build
 
 PORTVERSION=	0.2.20


Home | Main Index | Thread Index | Old Index