From 450406fe5c9329fbcf1af57aaaef407dc92572f50b7d59aa32aea7f7d43ff477 Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Tue, 22 Sep 2020 09:10:19 +0000 Subject: [PATCH] Accepting request 835999 from home:cgiboudeaux:branches:games Add a _constraints file for ppc64/ppc64le builds. Now that assimp can be built on ppc64, it appeared it requires more memory than what the smaller build host provide. OBS-URL: https://build.opensuse.org/request/show/835999 OBS-URL: https://build.opensuse.org/package/show/games/assimp?expand=0&rev=18 --- _constraints | 23 +++++++++++++++++++++++ assimp.changes | 5 +++++ 2 files changed, 28 insertions(+) create mode 100644 _constraints diff --git a/_constraints b/_constraints new file mode 100644 index 0000000..d64b3d5 --- /dev/null +++ b/_constraints @@ -0,0 +1,23 @@ + + + + + ppc64 + + + + 6 + + + + + + ppc64 + + + + 4 + + + + diff --git a/assimp.changes b/assimp.changes index 69e946e..89cec90 100644 --- a/assimp.changes +++ b/assimp.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Sep 21 17:23:21 UTC 2020 - Christophe Giboudeaux + +- Add a _constraints file for ppc64/ppc64le builds. + ------------------------------------------------------------------- Thu Sep 17 21:04:34 UTC 2020 - Christophe Giboudeaux