Browse code

Bump version to trigger rebuild and propagation of new arm64 binary

The current arm64 binary that is available in BioC 3.16 is
unfortunately dynamically linked to the libgfortran.5.dylib and
libquadmath.0.dylib libraries located in /opt/R/arm64/gfortran/lib/.
This is the location of Coudert's gfortran on kjohnson, the Bioconductor
arm64 build machine for BioC 3.16. Because of this, the current binary
won't load on an arm64 machine that doesn't have Coudert's gfortran.

Adjustments have been made on kjohnson to address this. From now on,
the binary packages produced by the machine should work on a user
machine that doesn't have Coudert's gfortran.

J Wokaty authored on 13/12/2022 23:01:13
Showing 1 changed files

... ...
@@ -1,6 +1,6 @@
1 1
 Package: celda
2 2
 Title: CEllular Latent Dirichlet Allocation
3
-Version: 1.14.0
3
+Version: 1.14.1
4 4
 Authors@R: c(person("Joshua", "Campbell", email = "camp@bu.edu",
5 5
     role = c("aut", "cre")),
6 6
     person("Shiyi", "Yang", email="syyang@bu.edu", role = c("aut")),