[Git][java-team/openjfx][master] 2 commits: Force NUM_COMPILE_THREADS=1

Tony Mancill gitlab at salsa.debian.org
Thu Sep 3 07:14:19 BST 2020



Tony Mancill pushed to branch master at Debian Java Maintainers / openjfx


Commits:
4d5a0a77 by tony mancill at 2020-09-02T22:38:43-07:00
Force NUM_COMPILE_THREADS=1

- - - - -
f340d483 by tony mancill at 2020-09-02T22:56:47-07:00
prepare changelog for upload to unstable

- - - - -


3 changed files:

- debian/changelog
- + debian/patches/33-compile-threads.patch
- debian/patches/series


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+openjfx (11.0.7+0-4) unstable; urgency=medium
+
+  * Team upload.
+  * Force NUM_COMPILE_THREADS=1
+
+ -- tony mancill <tmancill at debian.org>  Wed, 02 Sep 2020 22:38:48 -0700
+
 openjfx (11.0.7+0-3) unstable; urgency=medium
 
   * Team upload.


=====================================
debian/patches/33-compile-threads.patch
=====================================
@@ -0,0 +1,18 @@
+--- a/build.gradle
++++ b/build.gradle
+@@ -493,11 +493,11 @@
+ 
+ // Define the number of threads to use when compiling (specifically for native compilation)
+ // On Mac we limit it to 1 by default due to problems running gcc in parallel
+-if (IS_MAC) {
++//if (IS_MAC) {
+     defineProperty("NUM_COMPILE_THREADS", "1")
+-} else {
+-    defineProperty("NUM_COMPILE_THREADS", "${Runtime.runtime.availableProcessors()}")
+-}
++//} else {
++//    defineProperty("NUM_COMPILE_THREADS", "${Runtime.runtime.availableProcessors()}")
++//}
+ 
+ //
+ // The next three sections of properties are used to generate the


=====================================
debian/patches/series
=====================================
@@ -17,3 +17,4 @@ fix-arm32-build.patch
 disable-jit-for-non-x86.patch
 no-error_deprecated-declarations.patch
 32-gradle-compatibility.patch
+33-compile-threads.patch



View it on GitLab: https://salsa.debian.org/java-team/openjfx/-/compare/a6a97b6cefe7545a748ac5247df0a9d838bef17c...f340d48390b9152f817f5a6472c9668997e9d81c

-- 
View it on GitLab: https://salsa.debian.org/java-team/openjfx/-/compare/a6a97b6cefe7545a748ac5247df0a9d838bef17c...f340d48390b9152f817f5a6472c9668997e9d81c
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-java-commits/attachments/20200903/e1a4c294/attachment.html>


More information about the pkg-java-commits mailing list