scalanlp / breeze

Breeze is a numerical processing library for Scala.
www.scalanlp.org
Apache License 2.0
3.44k stars 691 forks source link

master branch won't build, missing plugin snapshot #819

Closed SethTisue closed 3 years ago

SethTisue commented 3 years ago
[error] sbt.librarymanagement.ResolveException: Error downloading org.scalanlp:sbt-breeze-expand-codegen;sbtVersion=1.0;scalaVersion=2.12:0.2.1-SNAPSHOT
[error]   Not found
[error]   Not found

known/expected, temporary? this came up in the Scala community build

dlwh commented 3 years ago

Yes, sorry, I thought I fixed it, but will fix tonight

On Mon, Aug 16, 2021, 3:34 PM Seth Tisue @.***> wrote:

[error] sbt.librarymanagement.ResolveException: Error downloading org.scalanlp:sbt-breeze-expand-codegen;sbtVersion=1.0;scalaVersion=2.12:0.2.1-SNAPSHOT [error] Not found [error] Not found

known/expected, temporary? this came up in the Scala community build

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/scalanlp/breeze/issues/819, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAACLIID6WF6YTDDZAIDQGDT5GHAPANCNFSM5CIT3A2Q . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email .

dlwh commented 3 years ago

(this is fixed, sorry i forgot to update)

SethTisue commented 3 years ago

no more missing dependencies, but now I'm seeing:

[error] /Users/tisue/breeze/math/src/main/scala/breeze/linalg/support/CanMapValues.scala:35:7: CanMapValues is already defined as type CanMapValues in package object support
[error] trait CanMapValues[From, @specialized(Int, Float, Long, Double) V, @specialized(Int, Float, Long, Double) V2, +To] {
[error]       ^
[error] one error found
[error] (math / Compile / compileIncremental) Compilation failed
dlwh commented 3 years ago

that looks like a clean build problem, is that possible?

I moved CanMapValues out of the package object and deleted the package object

On Thu, Aug 26, 2021 at 12:55 PM Seth Tisue @.***> wrote:

no more missing dependencies, but now I'm seeing:

[error] /Users/tisue/breeze/math/src/main/scala/breeze/linalg/support/CanMapValues.scala:35:7: CanMapValues is already defined as type CanMapValues in package object support [error] trait CanMapValues[From, @specialized(Int, Float, Long, Double) V, @specialized(Int, Float, Long, Double) V2, +To] { [error] ^ [error] one error found [error] (math / Compile / compileIncremental) Compilation failed

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/scalanlp/breeze/issues/819#issuecomment-906699910, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAACLIIBMB4U5Q66PQTGCILT62L3LANCNFSM5CIT3A2Q . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

SethTisue commented 3 years ago

Oh, yes, right, that's all it was, never mind :-)

dlwh commented 3 years ago

Glad to hear it! As a warning, the 2.12 build (and to a lesser extent, the 2.13 build) are much much slower than they used to be (and they were already slow before), but that was the price I had to pay for supporting them and 3.0... The 3.0 build is pretty snappy though!

On Thu, Aug 26, 2021 at 1:33 PM Seth Tisue @.***> wrote:

Oh, yes, right, that's all it was, never mind :-)

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/scalanlp/breeze/issues/819#issuecomment-906723731, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAACLINHTUCPL4HOO7V6V6DT62QKVANCNFSM5CIT3A2Q . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

SethTisue commented 3 years ago

Now that 3.0 support is in place, you might consider submitting breeze to the Scala 3 community build, which is separate from the Scala 2 one.

dlwh commented 3 years ago

sounds good!

On Thu, Aug 26, 2021 at 1:38 PM Seth Tisue @.***> wrote:

Now that 3.0 support is in place, you might consider submitting breeze to the Scala 3 community build, which is separate from the Scala 2 one.

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/scalanlp/breeze/issues/819#issuecomment-906726664, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAACLIL4OOQQTPNNBQJ3FDDT62Q4RANCNFSM5CIT3A2Q . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.