svn commit: r337747 - head/science/gromacs
Tijl Coosemans
tijl at FreeBSD.org
Fri Dec 27 16:39:53 UTC 2013
Author: tijl
Date: Fri Dec 27 16:39:52 2013
New Revision: 337747
URL: http://svnweb.freebsd.org/changeset/ports/337747
Log:
- USES=fortran.
- Fix detection of dlopen(3) to support plugins from science/vmd.
Modified:
head/science/gromacs/Makefile
Modified: head/science/gromacs/Makefile
==============================================================================
--- head/science/gromacs/Makefile Fri Dec 27 16:20:16 2013 (r337746)
+++ head/science/gromacs/Makefile Fri Dec 27 16:39:52 2013 (r337747)
@@ -3,6 +3,7 @@
PORTNAME= gromacs
PORTVERSION= 4.6.5
+PORTREVISION= 1
CATEGORIES= science
MASTER_SITES= ftp://ftp.gromacs.org/pub/gromacs/
@@ -24,10 +25,9 @@ GSL_DESC= Extra analysis using math/gsl
MPICH_DESC= MPI support using net/mpich2
OMPI_DESC= MPI support using net/openmpi
-USES= cmake perl5 pkgconfig shebangfix
+USES= cmake fortran perl5 pkgconfig shebangfix
SHEBANG_FILES= admin/*.pl scripts/*.pl scripts/*.sh src/gmxlib/selection/*.sh
bash_CMD= ${SH}
-USE_FORTRAN= yes
CMAKE_ARGS= -DBLAS_LIBRARIES:FILEPATH="${BLAS_LIBS}" \
-DLAPACK_LIBRARIES:FILEPATH="${LAPACK_LIBS}"
USE_LDCONFIG= yes
@@ -96,5 +96,7 @@ post-patch:
@${FIND} ${WRKSRC} -name "GMXRC.*" | ${XARGS} ${REINPLACE_CMD} -e \
's|LDLIB/pkgconfig|LDLIB/../libdata/pkgconfig| ; \
s|LDLIB}/pkgconfig|LDLIB}/../libdata/pkgconfig|'
+ @${REINPLACE_CMD} -e '/CMAKE_REQUIRED_LIBRARIES/d' \
+ ${WRKSRC}/cmake/gmxTestdlopen.cmake
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list