aboutsummaryrefslogtreecommitdiffstats
path: root/science/mpqc/Makefile
diff options
context:
space:
mode:
authormaho <maho@FreeBSD.org>2005-02-02 15:32:20 +0800
committermaho <maho@FreeBSD.org>2005-02-02 15:32:20 +0800
commit267e0a205726729eb0e06a2befc0c4c8de45fae1 (patch)
treed29552158547e29c1df8eb81a34cee9ce301df61 /science/mpqc/Makefile
parentdd50a118083999da5b6ec0bd081500345c0999b0 (diff)
downloadfreebsd-ports-gnome-267e0a205726729eb0e06a2befc0c4c8de45fae1.tar.gz
freebsd-ports-gnome-267e0a205726729eb0e06a2befc0c4c8de45fae1.tar.zst
freebsd-ports-gnome-267e0a205726729eb0e06a2befc0c4c8de45fae1.zip
update to 2.2.3
Diffstat (limited to 'science/mpqc/Makefile')
-rw-r--r--science/mpqc/Makefile14
1 files changed, 4 insertions, 10 deletions
diff --git a/science/mpqc/Makefile b/science/mpqc/Makefile
index 09c705c9eeb3..9f80d49beba8 100644
--- a/science/mpqc/Makefile
+++ b/science/mpqc/Makefile
@@ -6,13 +6,13 @@
#
PORTNAME= mpqc
-PORTVERSION= 2.2.2
+PORTVERSION= 2.2.3
CATEGORIES= science parallel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= mpqc
-DISTFILES= mpqc-${PORTVERSION}.tar.gz mpqc-val-2.2.0.tar.gz
+DISTFILES= mpqc-${PORTVERSION}.tar.bz2 mpqc-val-${PORTVERSION}.tar.bz2
.if !defined(NOPORTDOCS)
-DISTFILES+= mpqc-man-${PORTVERSION}.tar.gz mpqc-html-${PORTVERSION}.tar.gz
+DISTFILES+= mpqc-man-${PORTVERSION}.tar.bz2 mpqc-html-${PORTVERSION}.tar.bz2
.endif
MAINTAINER= maho@FreeBSD.org
@@ -21,10 +21,8 @@ COMMENT= The massively parallel quantum computing library and program
.if defined(WITH_ICC)
BUILD_DEPENDS+= ${LOCALBASE}/intel_cc_80/bin/icc:${PORTSDIR}/lang/icc
.endif
-
LIB_DEPENDS= atlas:${PORTSDIR}/math/atlas
-USE_BISON= yes
GNU_CONFIGURE= yes
USE_AUTOCONF_VER=259
@@ -63,15 +61,11 @@ MPQC_COMMAND= ${PREFIX}/bin/mpqc
.if defined(WITH_OPTIMIZED_FLAGS)
CFLAGS+= -O2 -ffast-math
CXXFLAGS+= -O2 -ffast-math
-.if (${MACHINE_ARCH} == "i386")
-CFLAGS+= -mfancy-math-387
-CXXFLAGS+= -mfancy-math-387
-.endif # i386
.endif
pre-configure:
@${ECHO} "You can optimize by setting WITH_OPTIMIZED_FLAGS=yes."
- @${CP} ${FILESDIR}/FlexLexer.h ${WRKDIR}
+ #${CP} ${FILESDIR}/FlexLexer.h ${WRKDIR}
do-install:
@cd ${WRKSRC} ; ${GMAKE} install
@cd ${WRKSRC} ; ${GMAKE} install_devel