Advertisement
Guest User

Untitled

a guest
Mar 24th, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. From e866d9542ea75d2360ff960e40ba2300639c20b0 Mon Sep 17 00:00:00 2001
  2. From: Daniel King <dking@broadinstitute.org>
  3. Date: Fri, 24 Mar 2017 21:43:00 -0400
  4. Subject: [PATCH] use breeze non-natives
  5.  
  6. ---
  7. build.gradle | 2 ++
  8. 1 file changed, 2 insertions(+)
  9.  
  10. diff --git a/build.gradle b/build.gradle
  11. index 92e0e3f..bf428a0 100644
  12. --- a/build.gradle
  13. +++ b/build.gradle
  14. @@ -176,6 +176,8 @@ test {
  15. events "passed", "skipped", "failed"
  16. }
  17.  
  18. + jvmArgs = '-Dcom.github.fommil.netlib.BLAS=com.github.fommil.netlib.F2jBLAS -Dcom.github.fommil.netlib.LAPACK=com.github.fommil.netlib.F2jLAPACK -Dcom.github.fommil.netlib.ARPACK=com.github.fommil.netlib.F2jARPACK'
  19. +
  20. // listen to events in the test execution lifecycle
  21. beforeTest { descriptor ->
  22. logger.lifecycle("Running test: " + descriptor)
  23. --
  24. 2.10.1 (Apple Git-78)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement