diff options
author | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2013-06-01 17:57:16 +0000 |
---|---|---|
committer | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2013-06-01 17:57:16 +0000 |
commit | 95e9c581567093e9fb5d827a461652c4a69177e9 (patch) | |
tree | ca2c2d7182bc17a7ae06e554da33e42fef1d5ac6 /math/sage | |
parent | 1e43de2e919ee139c022f993cb7707871bdda5f4 (diff) |
- Downgrade gcc requirement to 4.6.
- Stop sage from building its own version of gcc.
- Clean whitespace.
- Bump portrevision.
Suggested by: Robert.Burmeister@UToledo.edu
Notes
Notes:
svn path=/head/; revision=319582
Diffstat (limited to 'math/sage')
-rw-r--r-- | math/sage/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/math/sage/Makefile b/math/sage/Makefile index 03d725d5dea4..f3d066fe7308 100644 --- a/math/sage/Makefile +++ b/math/sage/Makefile @@ -3,6 +3,7 @@ PORTNAME= sage PORTVERSION= 5.9 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= http://boxen.math.washington.edu/home/sagemath/sage-mirror/src/ \ http://mirrors.xmission.com/sage/src/ \ @@ -13,7 +14,7 @@ EXTRACT_SUFX= .tar MAINTAINER= stephen@FreeBSD.org COMMENT= Open source Mathematics software -BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash +BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash LIB_DEPENDS= atlas:${PORTSDIR}/math/atlas \ lapack:${PORTSDIR}/math/lapack \ jpeg:${PORTSDIR}/graphics/jpeg @@ -29,7 +30,6 @@ OPTIONS_DEFINE_amd64= 387 PLIST_FILES= bin/sage USE_FORTRAN= yes -USE_GCC= 4.7+ USE_TK= yes USE_GMAKE= yes USE_TEX= latex:build @@ -54,6 +54,7 @@ CFLAGS:= ${CFLAGS:C/^-O.*$//} FFLAGS:= ${CFLAGS:C/^-O.*$//} MAKE_ENV+= SAGE_PORT=yes \ + SAGE_INSTALL_GCC=no \ SAGE_ATLAS_LIB=${LOCALBASE}/lib \ DOT_SAGE=${WRKSRC}/tmp/.sage \ SAGE_FAT_BINARY=yes |