Date: Wed, 11 Sep 2024 04:09:53 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: f82e1a2fc9d3 - main - */*: Cosmetic changes Message-ID: <202409110409.48B49rek029812@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=f82e1a2fc9d34e2601a17ee1301f5d01cb615aa0 commit f82e1a2fc9d34e2601a17ee1301f5d01cb615aa0 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-09-11 04:09:33 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-09-11 04:09:33 +0000 */*: Cosmetic changes --- math/dbcsr/Makefile | 4 ++-- science/cp2k/Makefile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/math/dbcsr/Makefile b/math/dbcsr/Makefile index 908f92fe2b7f..de38f7f29062 100644 --- a/math/dbcsr/Makefile +++ b/math/dbcsr/Makefile @@ -19,7 +19,7 @@ BUILD_DEPENDS= fypp:devel/py-fypp@${PY_FLAVOR} USES= blaslapack:openblas cmake:noninja,testing compiler:c++14-lang fortran \ python:build -USE_GCC= yes # OpenMP is used from both Forran and C code, therefore C code should be compiled with GCC, otherwise it fails at run-time (same in cp2k) +USE_GCC= yes # OpenMP is used from both Fortan and C code, therefore C code should be compiled with GCC, otherwise it fails at run-time (same in cp2k) USE_LDCONFIG= yes USE_GITHUB= yes @@ -38,7 +38,7 @@ OPTIONS_DEFINE= C_API MPIX OPENMP # libxsmm is supposed to be supported, but cm OPTIONS_DEFAULT= C_API MPIX OPENMP OPTIONS_SUB= yes -MPIX_DESC= Use OpenMPI +MPIX_DESC= Enable MPI MPIX_CMAKE_BOOL= USE_MPI USE_MPI_F08 MPIX_USES= mpi:mpich diff --git a/science/cp2k/Makefile b/science/cp2k/Makefile index 06cf6c241377..bf293f5202b8 100644 --- a/science/cp2k/Makefile +++ b/science/cp2k/Makefile @@ -22,7 +22,7 @@ RUN_DEPENDS= cp2k-data>0:science/cp2k-data TEST_DEPENDS= bash:shells/bash USES= cmake fortran localbase:ldflags python:build,test shebangfix tar:bz2 -USE_GCC= yes # OpenMP is used from both Forran and C code, therefore C code should be compiled with GCC, otherwise it fails at run-time (same in dbcsr) +USE_GCC= yes # OpenMP is used from both Fortan and C code, therefore C code should be compiled with GCC, otherwise it fails at run-time (same in dbcsr) USE_GITHUB= yes @@ -45,7 +45,7 @@ LIBINT_CMAKE_BOOL= CP2K_USE_LIBINT2 LIBINT_LIB_DEPENDS= libint2.so:science/libint2 LIBINT_BROKEN= missing fortran support -MPIX_DESC= Use OpenMPI +MPIX_DESC= Enable MPI MPIX_CMAKE_BOOL= CP2K_USE_MPI MPIX_USES= mpi:mpich MPIX_LIB_DEPENDS= libscalapack.so:math/scalapack
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202409110409.48B49rek029812>