You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just wanted to add that I also am running into this for a work prototype. I am considering creating an internal build with this dependency removed. I wonder if there's an alternative for achieving the same functionality without the restrictive license? Very possible that there is not though -- just curious.
Breeze library depends on
"net.sourceforge.f2j" % "arpack_combined_all" % "0.1",
(see https://github.com/scalanlp/breeze/blob/master/math/build.sbt#L11)
When you download this artifact from Maven central https://repo1.maven.org/maven2/net/sourceforge/f2j/arpack_combined_all/0.1/ and extract it, you can find
org/j_paine/formatter/CJFormat.class
file and the assumed source code file of this Java class is https://github.com/barak/f2j/blob/master/jlapack-3.1.1/src/util/org/j_paine/formatter/CJFormat.java#L8CJFormat.java file has following License:
So does this mean that also breeze is not suitable for any commercial use?
The text was updated successfully, but these errors were encountered: