1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00

science/py-tensorflow: Enable the option JOBS_HALF in an attempt to fix build

Tensorflow build is killed on builders with signal 9 probably because it builds too long.
With JOBS_HALF=ON it would use more CPUs and would build faster.

Reported by:	fallout
This commit is contained in:
Yuri Victorovich 2023-05-28 10:49:33 -07:00
parent 65afc940ab
commit 743c81d6e4

View File

@ -75,7 +75,7 @@ OPTIONS_DEFINE= CPU_OPTS XLA
OPTIONS_RADIO= PARALLEL_JOBS
OPTIONS_RADIO_PARALLEL_JOBS= JOBS_1 JOBS_HALF JOBS_ALL
PARALLEL_JOBS_DESC= How many jobs to run during build?
OPTIONS_DEFAULT= JOBS_1
OPTIONS_DEFAULT= JOBS_HALF
JOBS_1_DESC= Run one job
JOBS_1_VARS= TF_JOBS_NUMBER=1