git: 275215424f72 - main - science/ALPSCore: Lint the port (cosmetic improvements)
Älven <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.ports |
|---|---|
| Message-ID | <6a7f1e6d.3aa00.7f6194d8__22791.1965850339$1786715786$gmane$org@gitrepo.freebsd.org> |
The branch main has been updated by alven: URL: https://cgit.FreeBSD.org/ports/commit/?id=275215424f725576d11cdb9c4e1ffb0169a98aae commit 275215424f725576d11cdb9c4e1ffb0169a98aae Author: Älven <[email protected]> AuthorDate: 2026-08-12 19:54:05 +0000 Commit: Älven <[email protected]> CommitDate: 2026-08-14 13:55:27 +0000 science/ALPSCore: Lint the port (cosmetic improvements) * Pet portclippy(1) and portfmt(1) --- science/ALPSCore/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/science/ALPSCore/Makefile b/science/ALPSCore/Makefile index b2dcc2d64830..40d02da4d455 100644 --- a/science/ALPSCore/Makefile +++ b/science/ALPSCore/Makefile @@ -19,8 +19,8 @@ USE_CXXSTD= c++14 USE_GITHUB= yes USE_LDCONFIG= yes -CMAKE_ARGS+= -DTesting:BOOL=OFF # enable only for the 'test' target -CMAKE_TESTING_ON= Testing ExtensiveTesting +CMAKE_ARGS= -DTesting:BOOL=OFF # enable only for the 'test' target +CMAKE_TESTING_ON= ExtensiveTesting Testing TEST_TARGET= test # 2 to 3 tests fail: https://github.com/ALPSCore/ALPSCore/issues/388 @@ -32,7 +32,6 @@ OPTIONS_DEFAULT= OPENMPI DOXYGEN_IMPLIES= DOCS DOXYGEN_BUILD_DEPENDS= doxygen:devel/doxygen DOXYGEN_CMAKE_BOOL= Documentation - OPENMPI_LIB_DEPENDS= libgcc_s.so:lang/gcc${GCC_DEFAULT} \ libmpi_cxx.so:net/openmpi4 OPENMPI_CMAKE_BOOL= ENABLE_MPI @@ -45,11 +44,12 @@ CXX= ${LOCALBASE}/mpi/openmpi/bin/mpicxx .endif post-install-DOXYGEN-on: - @${RM} ${STAGEDIR}${DOCSDIR}/.tag + ${RM} ${STAGEDIR}${DOCSDIR}/.tag pre-test: @cd ${CONFIGURE_WRKSRC} && \ - ${SETENV} ${CONFIGURE_ENV} ${CMAKE_BIN} ${CMAKE_ARGS} ${CMAKE_ARGS_TEST} ${CMAKE_SOURCE_PATH} && \ + ${SETENV} ${CONFIGURE_ENV} ${CMAKE_BIN} ${CMAKE_ARGS} \ + ${CMAKE_ARGS_TEST} ${CMAKE_SOURCE_PATH} && \ ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} .include <bsd.port.post.mk>