Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vanzod/bfab8bbb7b263535550696aebae98fa0 to your computer and use it in GitHub Desktop.
Save vanzod/bfab8bbb7b263535550696aebae98fa0 to your computer and use it in GitHub Desktop.
diff -ru Rgraphviz.orig/configure Rgraphviz/configure
--- Rgraphviz.orig/configure 2019-08-16 16:43:31.410936497 -0500
+++ Rgraphviz/configure 2019-08-16 17:54:21.591054103 -0500
@@ -2151,7 +2151,7 @@
exit 1
fi
CC=`"${R_HOME}/bin/R" CMD config CC`
- CFLAGS=`"${R_HOME}/bin/R" CMD config CFLAGS`
+ CFLAGS="${CFLAGS} -fno-tree-vectorize"
CPPFLAGS=`"${R_HOME}/bin/R" CMD config CPPFLAGS`
CXX=`"${R_HOME}/bin/R" CMD config CXX`
CXXFLAGS=`"${R_HOME}/bin/R" CMD config CXXFLAGS`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment