We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2e8f86 commit 0b12c3cCopy full SHA for 0b12c3c
1 file changed
repos/spack_repo/builtin/packages/fann/package.py
@@ -23,10 +23,12 @@ class Fann(CMakePackage):
23
24
homepage = "https://leenissen.dk/fann/wp/"
25
url = "https://github.com/libfann/fann/archive/2.2.0.tar.gz"
26
+ git = "https://github.com/libfann/fann.git"
27
- license("LGPL-2.0-or-later")
28
+ license("LGPL-2.0-or-later", checked_by="wdconinc")
29
30
+ version("master", branch="master")
31
version("2.2.0", sha256="f31c92c1589996f97d855939b37293478ac03d24b4e1c08ff21e0bd093449c3c")
32
- depends_on("c", type="build") # generated
- depends_on("cxx", type="build") # generated
33
+ depends_on("c", type="build")
34
+ depends_on("cxx", type="build")
0 commit comments