Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Aug 2023 01:38:08 GMT
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 78a5bf3c6b56 - main - science/dkh: drop not necessary CMAKE_ARGS
Message-ID:  <202308120138.37C1c8jq038622@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by pkubaj:

URL: https://cgit.FreeBSD.org/ports/commit/?id=78a5bf3c6b56faf14c59d13f7819a4e115e05886

commit 78a5bf3c6b56faf14c59d13f7819a4e115e05886
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2023-08-11 10:55:42 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2023-08-12 01:37:42 +0000

    science/dkh: drop not necessary CMAKE_ARGS
---
 science/dkh/Makefile | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/science/dkh/Makefile b/science/dkh/Makefile
index 63c8040acfdf..9773c9480af5 100644
--- a/science/dkh/Makefile
+++ b/science/dkh/Makefile
@@ -11,9 +11,6 @@ WWW=		http://www.reiher.ethz.ch/software/dkh-x2c.html
 LICENSE=	GPLv3
 
 USES=		cmake fortran
-.if !exists(/usr/include/omp.h)
-CMAKE_OFF=	ENABLE_OPENMP
-.endif
 USE_GITHUB=	yes
 GH_ACCOUNT=	psi4
 USE_LDCONFIG=	yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308120138.37C1c8jq038622>