Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2020-01-15 13:06:36 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2020-01-15 13:18:24 +0300
commit6b7991edf4da80bd7ca92f6138c3d30ad7d46077 (patch)
treef3fb0ae3fbee9678297340b848bd0110084e51c3 /intern/numaapi/README.blender
parentc0793d662935ce6bf2de7f1c9e684a0b40ce3add (diff)
Fix numaapi on PowerPC platforms
Seems that previous fix didn't work in all cases: Debian's build environment didn't fully detect endianess, possibly due to typo, possibly due to difference in various environments. Using define magic from a more battle-tested project seems a safe way to go. There are more changes than just PPC since the upstream commit contains full re-synchronization of all defines. This commit updates numaapi to a latest library version from upstream.
Diffstat (limited to 'intern/numaapi/README.blender')
-rw-r--r--intern/numaapi/README.blender2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/numaapi/README.blender b/intern/numaapi/README.blender
index 0151be80e10..a7f43445169 100644
--- a/intern/numaapi/README.blender
+++ b/intern/numaapi/README.blender
@@ -1,5 +1,5 @@
Project: LibNumaAPI
URL: https://github.com/Nazg-Gul/libNumaAPI
License: MIT
-Upstream version: 1afdd28a08d
+Upstream version: 1c1ae7bc78e
Local modifications: None