Skip to content

Commit

Permalink
science/gromacs: Add TEST_DEPENDS; Remove unnecessary patch command
Browse files Browse the repository at this point in the history
  • Loading branch information
yurivict committed Jul 13, 2023
1 parent 0004395 commit 2ab2780
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions science/gromacs/Makefile
Expand Up @@ -14,6 +14,7 @@ BROKEN_i386= undefined reference to `__atomic_load' and `__atomic_compare_exchan
BUILD_DEPENDS= boost-libs>=1.44:devel/boost-libs
LIB_DEPENDS= libhwloc.so:devel/hwloc2
TEST_DEPENDS= googletest>0:devel/googletest
USES= cmake compiler:c++17-lang fortran gnome perl5 pkgconfig python:build shebangfix xorg
USE_GNOME= libxml2
Expand Down Expand Up @@ -88,10 +89,6 @@ THREAD_MPI_CMAKE_BOOL= GMX_THREAD_MPI
THREAD_MPI_PLIST_SUB= SUFFIX_MPI=""
post-patch:
@${FIND} ${WRKSRC} -name "CMakeLists.txt" | ${XARGS} \
${REINPLACE_CMD} -e \
's|share/man|man| ; \
/pkgconfig/s|LIB_INSTALL_DIR}|CMAKE_INSTALL_PREFIX}/libdata|'
@${FIND} ${WRKSRC} -name "GMXRC.*" | ${XARGS} ${REINPLACE_CMD} -e \
's|LDLIB/pkgconfig|LDLIB/../libdata/pkgconfig| ; \
s|LDLIB}/pkgconfig|LDLIB}/../libdata/pkgconfig|'
Expand Down

0 comments on commit 2ab2780

Please sign in to comment.