Use flexiblas
This commit is contained in:
parent
f8c67002cb
commit
7b14f23fd9
2 changed files with 4 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue