git: 78a5bf3c6b56 - main - science/dkh: drop not necessary CMAKE_ARGS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 12 Aug 2023 01:38:08 UTC
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