building math/atlas in poudriere

tech-lists tech-lists at zyxst.net
Thu Oct 31 00:22:15 UTC 2019


Hi,

On Wed, Oct 30, 2019 at 10:51:43PM +0000, Brooks Davis wrote:
>The message comes from this part of bsd.port.mk:
>
>.if (defined(MANUAL_PACKAGE_BUILD) && defined(PACKAGE_BUILDING))
>IGNORE=         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=yes
>
>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.

What I didn't understand was what does "build manually" mean in a poudriere
context? Did it mean "this can't be built with poudriere"? [1] I mean a single
port can be built manually within poudriere.

I can turn off parallel build, and I can stipulate CPU type 
in the make.conf for the build jail. But when I ran the jail interactively, cd
into /usr/ports/math/atlas && make -j1 NO_PACKAGE_BUILDING=yes ARCHDEF=AMD64 I
still got the error.

[1] make ARCHDEF=AMD64 succeeded when building ports the "old way" on the
machine it's meant to be installed on so I guess this is what "build manually"
means. The error message could be more helpful IMOHO though.

thanks
-- 
J.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/freebsd-pkg/attachments/20191031/31acbe35/attachment.sig>


More information about the freebsd-pkg mailing list