Ana Guerrero 2025-01-12 10:08:25 +00:00 committed by Git OBS Bridge
commit 02ff20b29a
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Jan 9 11:29:51 UTC 2025 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Also set _smp_build_ncpus to fix usage with meson macro and
maybe others
-------------------------------------------------------------------
Tue Jun 29 14:50:50 UTC 2021 - Andreas Schneider <asn@cryptomilk.org>

View File

@ -24,4 +24,5 @@
fi \
%global jobs $([[ -n $_threads ]] && echo $_threads || echo "`/usr/bin/getconf _NPROCESSORS_ONLN`") \
%global _smp_mflags $([[ -n $_threads ]] && echo "-j$_threads" || echo "-j`/usr/bin/getconf _NPROCESSORS_ONLN`") \
%global _smp_build_ncpus $([[ -n $_threads ]] && echo "$_threads" || echo "`/usr/bin/getconf _NPROCESSORS_ONLN`") \
%{nil}