diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-18 14:24:38 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-18 14:24:38 +0000 |
commit | d004d3d0c1070f5507c5114da0a7a479721838c1 (patch) | |
tree | e4b76b2dd7d2e4cd8b1a7a9bc0c46e0fe6ebdef9 /math/sdpara | |
parent | 99ce191babc6a47831d1ea0ba0feed0ded801518 (diff) | |
download | ports-d004d3d0c1070f5507c5114da0a7a479721838c1.tar.gz ports-d004d3d0c1070f5507c5114da0a7a479721838c1.zip |
Notes
Diffstat (limited to 'math/sdpara')
-rw-r--r-- | math/sdpara/Makefile | 12 |
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 |