diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2020-03-08 21:56:36 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2020-03-08 21:56:36 +0000 |
commit | e1d56a9db2541dd41f1907a5a19a686a326831cc (patch) | |
tree | 6a5120e4890360e5d98bb4a63ff86cfc80e8392f /math/dbcsr | |
parent | 0c69caeef6092fbf32d6330958bbb88f74c02443 (diff) | |
download | ports-e1d56a9db2541dd41f1907a5a19a686a326831cc.tar.gz ports-e1d56a9db2541dd41f1907a5a19a686a326831cc.zip |
Drop dependency on devel/openmp
- Drop if devel/llvm* was used as a substitute
Approved by: yuri, rene (earlier version)
Differential Revision: https://reviews.freebsd.org/D23020
Notes
Notes:
svn path=/head/; revision=528082
Diffstat (limited to 'math/dbcsr')
-rw-r--r-- | math/dbcsr/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/math/dbcsr/Makefile b/math/dbcsr/Makefile index ba7e0d40f671..976e2caecb35 100644 --- a/math/dbcsr/Makefile +++ b/math/dbcsr/Makefile @@ -3,7 +3,7 @@ PORTNAME= dbcsr DISTVERSIONPREFIX= v DISTVERSION= 2.0.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org @@ -35,7 +35,6 @@ MPI_CMAKE_BOOL= USE_MPI MPI_LIB_DEPENDS= libmpi.so:net/openmpi OPENMP_CMAKE_BOOL= USE_OPENMP -OPENMP_LIB_DEPENDS= libomp.so:devel/openmp C_API_DESC= Build the C API library C_API_CMAKE_BOOL= WITH_C_API |