Skip to content

Commit 0b12c3c

Browse files
authored
fann: add git attribute and master version (#4844)
1 parent e2e8f86 commit 0b12c3c

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

repos/spack_repo/builtin/packages/fann/package.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,12 @@ class Fann(CMakePackage):
2323

2424
homepage = "https://leenissen.dk/fann/wp/"
2525
url = "https://github.com/libfann/fann/archive/2.2.0.tar.gz"
26+
git = "https://github.com/libfann/fann.git"
2627

27-
license("LGPL-2.0-or-later")
28+
license("LGPL-2.0-or-later", checked_by="wdconinc")
2829

30+
version("master", branch="master")
2931
version("2.2.0", sha256="f31c92c1589996f97d855939b37293478ac03d24b4e1c08ff21e0bd093449c3c")
3032

31-
depends_on("c", type="build") # generated
32-
depends_on("cxx", type="build") # generated
33+
depends_on("c", type="build")
34+
depends_on("cxx", type="build")

0 commit comments

Comments
 (0)