diff options
Diffstat (limited to 'math')
-rw-r--r-- | math/clfft/Makefile | 2 | ||||
-rw-r--r-- | math/gri/Makefile | 2 | ||||
-rw-r--r-- | math/scalapack/files/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/math/clfft/Makefile b/math/clfft/Makefile index 78a22fad9ea7..2f2c049bab62 100644 --- a/math/clfft/Makefile +++ b/math/clfft/Makefile @@ -7,7 +7,7 @@ DISTVERSIONPREFIX= v CATEGORIES= math MAINTAINER= dieterich@ogolem.org -COMMENT= Software library containing FFT functions written in OpenCL +COMMENT= Software library containing FFT functions written in OpenCL LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/math/gri/Makefile b/math/gri/Makefile index b6d4c6ae47c2..c164866d8eba 100644 --- a/math/gri/Makefile +++ b/math/gri/Makefile @@ -62,7 +62,7 @@ post-install: ${MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET}) .else ${INSTALL_MAN} ${WRKSRC}/doc/gri-manpage.1 \ - ${STAGEDIR}${MANPREFIX}/man/man1/gri.1 + ${STAGEDIR}${MANPREFIX}/man/man1/gri.1 ${INSTALL_MAN} ${WRKSRC}/doc/gri_merge.1-skel \ ${STAGEDIR}${MANPREFIX}/man/man1/gri_merge.1 ${INSTALL_MAN} ${WRKSRC}/doc/gri_unpage.1-skel \ diff --git a/math/scalapack/files/Makefile b/math/scalapack/files/Makefile index 711f068aaa67..75ff28cf00b8 100644 --- a/math/scalapack/files/Makefile +++ b/math/scalapack/files/Makefile @@ -6,6 +6,6 @@ all: densg densg2 densg: example1.f # f77 version mpif77 -o densg example1.f -L/usr/local/lib -lscalapack -lblacs -lblacsf77 -lblacs -lf77blas - + densg2: example1.cc # C++ version mpiCC -o densg2 example1.cc -I/usr/local/mpich/include -I/usr/local/include -L/usr/local/lib -lscalapack -lblacs -lblacsf77 -lblacs -lf77blas -lg2c -lm |