Last active
March 25, 2017 01:48
-
-
Save danking/783f6125f88a522f50f287ddd4ac9c45 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From 2e04cc3fdc3d6a9ac2531b905c93a4fe7c504ea5 Mon Sep 17 00:00:00 2001 | |
From: Daniel King <[email protected]> | |
Date: Fri, 24 Mar 2017 21:43:00 -0400 | |
Subject: [PATCH] use breeze non-natives | |
--- | |
build.gradle | 2 ++ | |
1 file changed, 2 insertions(+) | |
diff --git a/build.gradle b/build.gradle | |
index 92e0e3f..45a66e6 100644 | |
--- a/build.gradle | |
+++ b/build.gradle | |
@@ -176,6 +176,8 @@ test { | |
events "passed", "skipped", "failed" | |
} | |
+ 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'] | |
+ | |
// listen to events in the test execution lifecycle | |
beforeTest { descriptor -> | |
logger.lifecycle("Running test: " + descriptor) | |
-- | |
2.10.1 (Apple Git-78) | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment