scala / community-build

Scala 2 community build — a corpus of open-source repos built against Scala nightlies
Apache License 2.0
136 stars 60 forks source link

regression: breeze can't find spire dependency #503

Closed SethTisue closed 6 years ago

SethTisue commented 7 years ago

seen at e.g. https://scala-ci.typesafe.com/job/scala-2.12.x-integrate-community-build/1356/consoleFull

looks like the cause is

commit 3a8534ad2930ddb61f7f908ac459acd2d0f49324
Author: Erik Osheim <d_m@plastic-idolatry.com>
Date:   Sat Mar 18 21:25:48 2017 -0400

    Publish to org.typelevel.

diff --git a/build.sbt b/build.sbt
index e48c5211..f3fb45ba 100644
--- a/build.sbt
+++ b/build.sbt
@@ -219,7 +219,7 @@ addCommandAlias("validateJS", ";macrosJS/test;coreJS/test;extrasJS/test;lawsJS/t
 addCommandAlias("validate", ";validateJVM;validateJS")

 lazy val buildSettings = Seq(
-  organization := "org.spire-math",
+  organization := "org.typelevel",

looks like we should freeze Spire until they've published under org.typelevel and breeze has updated their dependency

SethTisue commented 7 years ago

froze spire for now in 2eed49651966c247b36b29910725678990775f68. fyi @dlwh

SethTisue commented 7 years ago

https://github.com/non/spire still has the old org

SethTisue commented 7 years ago

https://github.com/non/spire has the new org now, but https://github.com/scalanlp/breeze/blob/master/math/build.sbt still has the old dependency

@dlwh could you update the dependency so we can unfreeze spire?

SethTisue commented 6 years ago

having some frozen projects is not so bad. should we find a reason to unfreeze, we can tackle it then. closing for now.