File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
repos/spack_repo/builtin/packages/ngspice Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ class Ngspice(AutotoolsPackage):
2323
2424 # Master version by default adds the experimental adms feature
2525 version ("master" , branch = "master" )
26+ version ("45.2" , sha256 = "ba8345f4c3774714c10f33d7da850d361cec7d14b3a295d0dc9fd96f7423812d" )
2627 version ("44" , sha256 = "3865d13ab44f1f01f68c7ac0e0716984e45dce5a86d126603c26d8df30161e9b" )
2728 version ("43" , sha256 = "14dd6a6f08531f2051c13ae63790a45708bd43f3e77886a6a84898c297b13699" )
2829 version ("42" , sha256 = "737fe3846ab2333a250dfadf1ed6ebe1860af1d8a5ff5e7803c772cc4256e50a" )
@@ -63,8 +64,8 @@ class Ngspice(AutotoolsPackage):
6364 variant ("fft" , default = True , description = "Use external fftw lib" )
6465 variant ("osdi" , default = False , description = "Use osdi/OpenVAF" )
6566
66- depends_on ("c" , type = "build" ) # generated
67- depends_on ("cxx" , type = "build" ) # generated
67+ depends_on ("c" , type = "build" )
68+ depends_on ("cxx" , type = "build" )
6869
6970 depends_on ("fftw-api@3" , when = "+fft" )
7071 with when ("+fft+openmp" ):
You can’t perform that action at this time.
0 commit comments