Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Oct 2019 22:52:10 +0000
From:      Brooks Davis <brooks@freebsd.org>
To:        freebsd-pkg@freebsd.org, freebsd-questions@freebsd.org
Subject:   Re: building math/atlas in poudriere
Message-ID:  <20191030225210.GB32156@spindle.one-eyed-alien.net>
In-Reply-To: <20191030211404.GA55997@bastion.zyxst.net>
References:  <20191030211404.GA55997@bastion.zyxst.net>

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

--/WwmFnJnmDyWGHa4
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Wed, Oct 30, 2019 at 09:14:04PM +0000, tech-lists wrote:
> Hi,
>=20
> Is there a way of building math/atlas within poudriere?
>=20
> I get this cryptic error:
>=20
> # make
> =3D=3D=3D>  atlas-math-3.8.4_18,1 has to be built manually: Optimizes for=
 the local
> machine..
> *** Error code 1
>=20
> What does "has to be built manually" mean in this context?

The message comes from this part of bsd.port.mk:

=2Eif (defined(MANUAL_PACKAGE_BUILD) && defined(PACKAGE_BUILDING))
IGNORE=3D         has to be built manually: ${MANUAL_PACKAGE_BUILD}
clean:

You can configure poudriere to not set PACKAGE_BUILDING per this config file
snippet:

# By default poudriere sets PACKAGE_BUILDING
# To disable it:
# NO_PACKAGE_BUILDING=3Dyes

Note that IIRC (it's been a while since I did any HPC stuff) atlas does
performance tests as part of the build process so if you build it in
parallel with other things, the optimization selection is going to be
nonsense.

-- Brooks

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

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

iQEcBAEBAgAGBQJduhQZAAoJEKzQXbSebgfAoxkH/1GxPuqkv9L+Dqdg03KfTtpP
ZkIq+sPGj8oRAu8GJRAJUMmmDa3xmQV0abPXWCQ/6yw0rj67maVDtJ4dY1AOV56b
ogu/qIdxCrtz7u9mnrAO//6axqJfTCP61Ew/qV/Cy4/UYMZ76vv7nkw7OEL1ROUT
zDsT+HxN1xSHwSksYTxywoaG3INAKEsyrJkAOmrQgDNGSHFz/Ffw0SZomIVyJGdH
soF0zx7vAuKEf/G/F2u/NWoIebfQCPvByrzLpwyOh2ZoUgi8TrwtX60B4g8vJGbk
HPAGuaqy/lEidD5aOes4Tb7qiSbTF+iNqQ8W8V5G9tLi/wTsjTaLTa+M4iwdmLc=
=UeiB
-----END PGP SIGNATURE-----

--/WwmFnJnmDyWGHa4--



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