1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-20 08:27:15 +00:00

Cosmetic change

This commit is contained in:
Sunpoet Po-Chuan Hsieh 2021-01-26 17:22:01 +00:00
parent 28808d9407
commit 4dbfdfbced
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=562743

View File

@ -12,6 +12,18 @@ DISTNAME= parallel-netcdf-${PORTVERSION}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Library providing high-performance I/O
USES= fortran gmake pathfix perl5 tar:bzip2
USE_PERL5= build
CFLAGS+= -fPIC
CONFIGURE_ARGS= ac_cv_fc_compiler_nag=no
GNU_CONFIGURE= yes
MAKE_JOBS_UNSAFE= yes
PORTDOCS= COPYRIGHT INSTALL README
CONFLICTS_INSTALL= hdf-4.*
OPTIONS_DEFINE= DOCS
OPTIONS_SINGLE= MPI
OPTIONS_SINGLE_MPI= OPENMPI OPENMPI3 MPICH
@ -19,17 +31,6 @@ OPTIONS_DEFAULT=OPENMPI
OPENMPI_DESC= Parallel processing support via Open MPI (current)
OPENMPI3_DESC= Parallel processing support via Open MPI 3.x
CONFLICTS_INSTALL= hdf-4.*
CFLAGS+= -fPIC
CONFIGURE_ARGS= ac_cv_fc_compiler_nag=no
GNU_CONFIGURE= yes
MAKE_JOBS_UNSAFE= yes
USES= fortran gmake pathfix perl5 tar:bzip2
USE_PERL5= build
PORTDOCS= COPYRIGHT INSTALL README
MPICH_CONFIGURE_ON= --with-mpi=${LOCALBASE}
MPICH_LIB_DEPENDS= libmpich.so:net/mpich
OPENMPI_CONFIGURE_ON= --with-mpi=${LOCALBASE}/mpi/openmpi