Use flexiblas

This commit is contained in:
Colin Rundel 2023-08-02 16:41:10 -04:00
commit 7b14f23fd9
2 changed files with 4 additions and 2 deletions

View file

@ -67,7 +67,8 @@ ENV CONFIGURE_OPTIONS="\
--with-system-valgrind-headers \
--with-tcl-config=/usr/lib64/tclConfig.sh \
--with-tk-config=/usr/lib64/tkConfig.sh \
--enable-prebuilt-html"
--enable-prebuilt-html \
--with-blas=flexiblas"
# Make sure that patching Java does not break R.
# R's default JAVA_HOME path includes the exact Java version on CentOS/RHEL, which

View file

@ -67,7 +67,8 @@ ENV CONFIGURE_OPTIONS="\
--with-system-valgrind-headers \
--with-tcl-config=/usr/lib64/tclConfig.sh \
--with-tk-config=/usr/lib64/tkConfig.sh \
--enable-prebuilt-html"
--enable-prebuilt-html \
--with-blas=flexiblas"
# Make sure that patching Java does not break R.
# R's default JAVA_HOME path includes the exact Java version on CentOS/RHEL, which