Date: Fri, 14 Sep 2018 12:25:58 +0200 From: Mathieu Arnold <mat@FreeBSD.org> To: Yuri Victorovich <yuri@FreeBSD.org> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r479762 - head/science/cp2k Message-ID: <20180914102558.e4tuqrxeu7jvyyu4@atuin.in.mat.cc> In-Reply-To: <201809140758.w8E7w5D9093846@repo.freebsd.org> References: <201809140758.w8E7w5D9093846@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--6an7rddvewmcypzn Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable 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. =2Eif ${PORT_OPTIONS:MOPENMP} || ${PORT_OPTIONS:MOPENMP_MPI} =2E if !exists(${LOCALBASE}/lib/libfftw3_omp.so) BROKEN=3D The OPENMP and OPENMP_MPI options require math/fftw3 to be built = and installed with the OPENMP option ON =2E endif =2Eendif --=20 Mathieu Arnold --6an7rddvewmcypzn Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKTBAABCgB9FiEEOraXidLtEhBkQLpbOkUW81GDzkgFAlubjLZfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNB QjY5Nzg5RDJFRDEyMTA2NDQwQkE1QjNBNDUxNkYzNTE4M0NFNDgACgkQOkUW81GD zkgatw/+M3IjnZk3SU4jTN9HBnBf4F9z1LiZrMLv0Nd17eaITqZQHqj10jGZg7V/ o9K+IaPWyNDNwQGI7fDnN8vRkZKH61yOdSFLGhvnbkiB7cS1orM5gmj33S3+vdgX YrYRubiC79rrcCQ7PVOtWmg7hHmOZ00ei7LsUCE9TecEYczhSGBcE1xyf41cU2ij nIJ2wwAcPXpJXWJuidlM5YzD5+vcSaX5tnvU8H0glJXmmJuuOq/20eo/VSsQRMcT jkRs3195QuWaw85TIKKCUtuq6aY7EAFq75FS/Bl7UrT0jwkgd+ZZDgqVpkk5Qub5 veapyYpqTkx8lgCzYumCRASLn2T1X8F8FPzkeW6250Y05nVms4KVIxlo6rv7S6qF ev32pLc03i5FmiUF2i3GS/gOhIE91cPRjnNiE4yAJDqt6YRetK5nBu7d2St739eM Ba6N1gZmxsxnU29ID9yA15eqMB6GBGmmiyWtQK//homAf+oEXp2zL2Yru1Bmzs5S hTWaTcQG5DtXdHyaZtwm6ALxiutisa4Cce9HAz7joEHTAaDFGjsoxl+18Uk2RGNM 8iB8fYMKyUE79A5SNHLfn9twG9QgfSzrIMjTvZf+xbuRVB+JognNomwpJAuHQ1z/ 6TTR/m+EFIlMCrGHQ5zLwCmQNYZq4bezF4fULs2vglVmIwPuYP8= =x4CB -----END PGP SIGNATURE----- --6an7rddvewmcypzn--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20180914102558.e4tuqrxeu7jvyyu4>