aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2004-03-18 22:24:38 +0800
committerkrion <krion@FreeBSD.org>2004-03-18 22:24:38 +0800
commitc02ad1e1f7ff5093137bc1e6f38dca7a662fae1d (patch)
tree105a80c8d98b26fea2f1051702793e1adc5618e6 /math
parent49b37c4b607ae46d9988cba47a5880cffad0eafd (diff)
downloadfreebsd-ports-gnome-c02ad1e1f7ff5093137bc1e6f38dca7a662fae1d.tar.gz
freebsd-ports-gnome-c02ad1e1f7ff5093137bc1e6f38dca7a662fae1d.tar.zst
freebsd-ports-gnome-c02ad1e1f7ff5093137bc1e6f38dca7a662fae1d.zip
- Fix typo in CATEGORIES and pet portlint
Submitted by: Mihai Tetcu <itetcu@apropo.ro>
Diffstat (limited to 'math')
-rw-r--r--math/sdpara/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/math/sdpara/Makefile b/math/sdpara/Makefile
index ecb756f6ad67..894605ffef3b 100644
--- a/math/sdpara/Makefile
+++ b/math/sdpara/Makefile
@@ -7,13 +7,13 @@
PORTNAME= sdpara
PORTVERSION= 0.90
-CATEGORIES= math paralell
+CATEGORIES= math parallel
MASTER_SITES= http://sdpa.is.titech.ac.jp/
DISTFILES= ${PORTNAME}.${PORTVERSION}.src.tar.gz
.if !defined(NOPORTDOCS)
DISTFILES+= ${PORTNAME}.${PORTVERSION}.install.txt
.endif
-DIST_SUBDIR= sdpara
+DIST_SUBDIR= sdpara
EXTRACT_ONLY= ${PORTNAME}.${PORTVERSION}.src.tar.gz
MAINTAINER= maho@FreeBSD.org
@@ -32,11 +32,11 @@ LAPACK= -lalapack
CBLAS= -lcblas -lf77blas -latlas -lg2c
.if defined(WITH_OPTIMIZED_FLAGS)
-FFLAGS+= -O3 -ffast-math -finline-functions -fomit-frame-pointer -funroll-loops -fexpensive-optimizations -malign-double
-CXXFLAGS+= -O3 -ffast-math -finline-functions -fomit-frame-pointer -funroll-loops -fexpensive-optimizations -malign-double -Wno-multichar
+FFLAGS+= -O3 -ffast-math -finline-functions -fomit-frame-pointer -funroll-loops -fexpensive-optimizations -malign-double
+CXXFLAGS+= -O3 -ffast-math -finline-functions -fomit-frame-pointer -funroll-loops -fexpensive-optimizations -malign-double -Wno-multichar
.if (${MACHINE_ARCH} == "i386")
-FFLAGS+= -mfancy-math-387 -mpreferred-stack-boundary=3
-CXXFLAGS+= -mfancy-math-387 -mpreferred-stack-boundary=3
+FFLAGS+= -mfancy-math-387 -mpreferred-stack-boundary=3
+CXXFLAGS+= -mfancy-math-387 -mpreferred-stack-boundary=3
.endif # i386
.endif