Browse code

Starting with BioC 3.15 + R 4.2, 32-bit Windows is no longer supported so Windows builds are single arch only (i.e. 64-bit only)

Hervé Pagès authored on 16/12/2021 21:35:58
Showing 1 changed files
... ...
@@ -1,5 +1 @@
1
-# The reason this package is marked as unsupported on win32 is that
2
-# it depends on rJava which requires the JDK. However it seems that
3
-# Oracle no longer provides the JDK for 32-bit windows:
4
-# https://www.oracle.com/java/technologies/javase-jdk14-downloads.html
5
-UnsupportedPlatforms: win32, mac
1
+UnsupportedPlatforms: mac
Browse code

UnsupportedPlatforms mac

Sim1Pall8a authored on 18/11/2021 08:32:22
Showing 1 changed files
... ...
@@ -2,4 +2,4 @@
2 2
 # it depends on rJava which requires the JDK. However it seems that
3 3
 # Oracle no longer provides the JDK for 32-bit windows:
4 4
 # https://www.oracle.com/java/technologies/javase-jdk14-downloads.html
5
-UnsupportedPlatforms: win32
5
+UnsupportedPlatforms: win32, mac
Browse code

update with some news

Simone authored on 21/03/2021 14:34:30
Showing 1 changed files
1 1
old mode 100644
2 2
new mode 100755
Browse code

unsupported on 32-bit Windows (no more JDK for 32-bit Windows)

Hervé Pagès authored on 01/09/2020 19:52:16
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,5 @@
1
+# The reason this package is marked as unsupported on win32 is that
2
+# it depends on rJava which requires the JDK. However it seems that
3
+# Oracle no longer provides the JDK for 32-bit windows:
4
+# https://www.oracle.com/java/technologies/javase-jdk14-downloads.html
5
+UnsupportedPlatforms: win32