Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Aug 2022 13:31:42 +0200
From:      Piotr Kubaj <pkubaj@anongoth.pl>
To:        Yuri Victorovich <yuri@FreeBSD.org>
Cc:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   Re: git: 0f20e25bb0c8 - main - biology/hhsuite: Broken on systems where OpenMP isn't enabled
Message-ID:  <YuuuHvFf2MXvedbR@talos>
In-Reply-To: <202208040741.2747fbSV048839@gitrepo.freebsd.org>
References:  <202208040741.2747fbSV048839@gitrepo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help

--aHeeXh6C5Ga8aTqW
Content-Type: text/plain; charset=utf-8
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On 22-08-04 07:41:37, Yuri Victorovich wrote:
> The branch main has been updated by yuri:
>=20
> URL: https://cgit.FreeBSD.org/ports/commit/?id=3D0f20e25bb0c89821c657ce7d=
8424f6e6ad1c9a45
>=20
> commit 0f20e25bb0c89821c657ce7d8424f6e6ad1c9a45
> Author:     Yuri Victorovich <yuri@FreeBSD.org>
> AuthorDate: 2022-08-04 07:38:21 +0000
> Commit:     Yuri Victorovich <yuri@FreeBSD.org>
> CommitDate: 2022-08-04 07:41:24 +0000
>=20
>     biology/hhsuite: Broken on systems where OpenMP isn't enabled
>    =20
>     Reported by:    fallout
> ---
>  biology/hhsuite/Makefile | 4 ++++
>  1 file changed, 4 insertions(+)
>=20
> diff --git a/biology/hhsuite/Makefile b/biology/hhsuite/Makefile
> index 0c655ea1561a..a2bb0c1df3a0 100644
> --- a/biology/hhsuite/Makefile
> +++ b/biology/hhsuite/Makefile
> @@ -10,6 +10,10 @@ COMMENT=3D	Remote protein homology detection suite
>  LICENSE=3D	GPLv3
>  LICENSE_FILE=3D	${WRKSRC}/LICENSE
> =20
> +.if !exists(/usr/include/omp.h)
> +BROKEN=3D		requires OpenMP support that is missing on this architecture
> +.endif
> +
>  LIB_DEPENDS=3D	libmpi.so:net/openmpi
> =20
>  USES=3D		compiler:c++11-lang cmake perl5 python shebangfix

Why, I explicitly added omp.h check to fix build?

--aHeeXh6C5Ga8aTqW
Content-Type: application/pgp-signature; name="signature.asc"

-----BEGIN PGP SIGNATURE-----

iQIzBAABCAAdFiEEycyIeNkkgohzsoorelmbhSCDnJ0FAmLrrh4ACgkQelmbhSCD
nJ0YYA/+Pcdf7SeLODNcqOkksUIgNUT+uZWG89MrjkF8dIuv6e/PvI40ZQYC6H3B
QuJdgfTr4/7n5KqHYzpPAC5e9Pooq4NhTWmL1lxRwE/2r/57mgGEW79HZjYoL6rM
wN0UTLUMb5EUx0OGfk8Qrs8gar3IDB9uSqqGnhcZJwjc+5dH9IrkyraGQRvVgTiq
Qmq3fpDND/Rggwe5MrQAPbKfcCswBvxa9AMXkh+BYvzvC7y0PqqlOBK4eQOIrIN8
sIiR1e7sPjYulNV5jcabf+UH4x7pk6O4hFGx0OwuVozXeq/nmB/0OXppstLe1Q//
zmwMLlVRson5VGrna5xPy/q0AQkMphPSRTOpBnTXcFPhrz3QY+JNanTMMP5oil+a
OowdfAJaSEribfwqbrf+/OQcIKAZZsHuovFYdD/2y19inl36QT+sZ61CL830EL1/
OTIhFN+YR7iEXpSnCKpalJ2pm+rB/CjCv9hAPEyrkzUQcrp90i4HljO/qRSpqbjD
WsWxWeOri0v0oCTAzdxGBBb5R8LPm/mvwq0Et5hxguIoJQHZbMCcCwpmHMAYzGVa
nMSnPKcTof5H+ogXDNaOeF306tzSi8tBJTh6WMDVPWk5SNn1eILV7hBgI0yoa0f3
5k0aTSIWHl6Y+MzEnDkQ2uGrWrVTesCM6GwvV/XOA2Ry+bpVokA=
=x2V7
-----END PGP SIGNATURE-----

--aHeeXh6C5Ga8aTqW--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?YuuuHvFf2MXvedbR>