pkgsrc-WIP-changes archive

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

blasr_libcpp: Remove GCC dep for now.



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <jwbacon%tds.net@localhost>
Pushed By:	outpaddling
Date:		Tue Oct 13 16:51:40 2015 -0500
Changeset:	0bb51d5176795fae8b54fd74896c96e7859660f8

Modified Files:
	blasr_libcpp/Makefile

Log Message:
blasr_libcpp: Remove GCC dep for now.

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

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

diffstat:
 blasr_libcpp/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diffs:
diff --git a/blasr_libcpp/Makefile b/blasr_libcpp/Makefile
index cb4e7d6..06c59b2 100644
--- a/blasr_libcpp/Makefile
+++ b/blasr_libcpp/Makefile
@@ -23,7 +23,9 @@ COMMENT=	Library for analyzing PacBio sequences
 # Double-check this
 LICENSE=	modified-bsd
 
-GCC_REQD=	4.9 4.8
+# Not needed yet, but developers don't want to support CentOS 6
+# with it's GCC 4.4.
+# GCC_REQD=	4.9 4.8
 
 # Pessimistic assumption.  Test and change if possible.
 # MAKE_JOBS_SAFE=	no


Home | Main Index | Thread Index | Old Index