svn commit: r479762 - head/science/cp2k

Mathieu Arnold mat at FreeBSD.org
Fri Sep 14 10:26:02 UTC 2018


On Fri, Sep 14, 2018 at 07:58:05AM +0000, Yuri Victorovich wrote:
> +.include <bsd.port.options.mk>
> +
> +.if ${PORT_OPTIONS:MOPENMP} || ${PORT_OPTIONS:MOPENMP_MPI}
> +pre-configure:
> +	@if [ ! -e ${LOCALBASE}/lib/libfftw3_omp.so ] ; then \
> +	  ${ECHO_MSG} "The OPENMP and OPENMP_MPI options require math/fftw3" ; \
> +	  ${ECHO_MSG} "to be built and installed with the OPENMP option ON" ; \
> +	  exit 1; \
> +	fi
> +.endif

I keep wondering why you always try so hard to invent new ways of doing
things.

.if ${PORT_OPTIONS:MOPENMP} || ${PORT_OPTIONS:MOPENMP_MPI}
. if !exists(${LOCALBASE}/lib/libfftw3_omp.so)
BROKEN=	The OPENMP and OPENMP_MPI options require math/fftw3 to be built and installed with the OPENMP option ON
. endif
.endif

-- 
Mathieu Arnold
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 963 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-head/attachments/20180914/385ee0cf/attachment-0001.sig>


More information about the svn-ports-head mailing list