summarylogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorLucas Werkmeister2019-11-25 00:31:32 +0100
committerLucas Werkmeister2019-11-25 00:48:39 +0100
commita902a721179578fde41e6b77d34240df21c09b56 (patch)
tree00bfd4e967711411e97cbddbfd5d86ca99b49f9e /.gitignore
downloadaur-a902a721179578fde41e6b77d34240df21c09b56.tar.gz
Initial commit
With the 19.3.0 release, GraalVM supports two Java versions: Java 8 and Java 11. This also affects all sibling packages, including FastR, so the former fastr-bin package is split in two: fastr-jdk8-bin (this package) and fastr-jdk11-bin. We use this opportunity to make several other adjustments as well. We no longer provide a version of the package name without the “-bin” suffix. It doesn’t seem likely that a built-from-source version will be added to the AUR soon, and other packages like jdk8-openj9-bin or jdk8-j9-bin don’t provide non-bin versions either. Since this release no longer includes the GCC libraries required by FastR, we have to depend on gcc-libs and also gcc6-libs (FastR requires an older version of libgfortran.so than the one provided by gcc-libs). gcc6-libs doesn’t install its libs into /usr/lib, so we symlink its libgfortran.so.3 into FastR’s lib folder; this works for R, but not for Rscript, so for now the Rscript launcher is slightly tweaked to update the LD_LIBRARY_PATH. This may change in the future, depending on feedback from the FastR developers. And finally, a .gitignore file never hurts.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore9
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..88c136076055
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,9 @@
+# source
+/*.jar
+
+# build
+/src/
+/pkg/
+
+# package
+/*.pkg.tar*