srowen commented on a change in pull request #32253:
URL: https://github.com/apache/spark/pull/32253#discussion_r619432104
##########
File path: mllib-local/pom.xml
##########
@@ -75,6 +75,11 @@
<type>test-jar</type>
<scope>test</scope>
</dependency>
+
+ <dependency>
+ <groupId>dev.ludovic.netlib</groupId>
+ <artifactId>blas</artifactId>
+ </dependency>
Review comment:
Dumb question, this all works perfectly fine then without the profile
active, without netlib-java `all`? then I think we're OK. If the effect is the
same: works without the profile, accelerated with the profile (and presence of
OpenBLAS etc) then I think this change is OK.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]