diff options
| author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2019-05-11 22:01:54 +0000 |
|---|---|---|
| committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2019-05-11 22:01:54 +0000 |
| commit | c98abee783fd79d7eaf024e2ae68cf9aec4d6081 (patch) | |
| tree | 86317f29266650a518e9c7825ffe7d7326417982 /net/openmpi | |
| parent | www/joomla3: upgrade from 3.9.2->3.9.6 (diff) | |
net/openmpi: add USES=compiler:c11
This port needs USES=compiler:c11 to fix build of science/sparta on GCC architectures.
PR: 237536
Approved by: danilo (maintainer timeout), mentors (implicit approval)
Diffstat (limited to 'net/openmpi')
| -rw-r--r-- | net/openmpi/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/openmpi/Makefile b/net/openmpi/Makefile index 1e9617e3fddd..f108cdc27dbe 100644 --- a/net/openmpi/Makefile +++ b/net/openmpi/Makefile @@ -22,7 +22,8 @@ LIB_DEPENDS= libhwloc.so:devel/hwloc \ HAS_CONFIGURE= yes INSTALL_TARGET= install-strip # :keepla because port uses lt_dlopen -USES= fortran gmake libtool:keepla perl5 pkgconfig tar:bzip2 +USES= compiler:c11 fortran gmake libtool:keepla perl5 pkgconfig \ + tar:bzip2 USE_PERL5= build MPIBASE?= mpi |
