Skip to content

Commit

Permalink
Update libadalang to 24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabien-Chouteau committed Aug 1, 2024
1 parent eb1b062 commit edb490b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 79 deletions.
75 changes: 0 additions & 75 deletions specs/langkit.anod

This file was deleted.

8 changes: 5 additions & 3 deletions specs/libadalang.anod
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ from e3.anod.loader import spec
import os


class Langkit(spec("common")):
class Libadalang(spec("common")):
@property
def version(self):
return "22.0.0"
return "24.0.0"

@property
def tarball(self):
Expand All @@ -33,9 +33,11 @@ class Langkit(spec("common")):
Anod.Dependency("base_gcc", track=True),
Anod.Dependency("gprbuild", track=True),
Anod.Dependency("libgpr", track=True),
Anod.Dependency("adasat", track=True),
Anod.Dependency("libgpr2"),
Anod.Dependency("gnatcoll", track=True),
Anod.Dependency("gnatcoll-bindings", track=True),
Anod.Dependency("langkit", track=True),
Anod.Dependency("langkit_support", track=True),
Anod.Dependency("xmlada", track=True),
]

Expand Down
1 change: 0 additions & 1 deletion specs/libgpr2.anod
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ class LibGPR2(spec("common")):
Anod.Dependency("gnatcoll", track=True),
Anod.Dependency("gnatcoll-bindings", track=True),
Anod.Dependency("langkit_support", track=True),
Anod.Dependency("libadalang", track=True),
Anod.Dependency("gprconfig_kb", require="source_pkg", track=True),
]

Expand Down

0 comments on commit edb490b

Please sign in to comment.