File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change 11class Nest < Formula
22 desc "Neural Simulation Tool (NEST) with Python3 bindings (PyNEST)"
33 homepage "https://www.nest-simulator.org/"
4- url "https://github.com/nest/nest-simulator/archive/refs/tags/v3.8 .tar.gz"
5- sha256 "eb255f8828be001abea0cddad2f14d78b70857fc82bece724551f27c698318c8 "
4+ url "https://github.com/nest/nest-simulator/archive/refs/tags/v3.9 .tar.gz"
5+ sha256 "8e67b9dcb72b029f24f3d70ff6d3dd64776dc21bf3e458c822c862677d67d076 "
66 license "GPL-2.0-or-later"
77
88 livecheck do
@@ -34,12 +34,6 @@ class Nest < Formula
3434 depends_on "libomp"
3535 end
3636
37- # Fix to error undeclared name not builtin: long
38- patch do
39- url "https://github.com/nest/nest-simulator/commit/cb7e1dadf8a8566b7340ad3a7ed13c173d35e6d0.patch?full_index=1"
40- sha256 "056fa912d7570bd98e2114355a5d0a6ca2bc0bc8cfd362bf39625dfc9df93c47"
41- end
42-
4337 def install
4438 # Help FindReadline find macOS system ncurses library
4539 args = if OS . mac? && ( sdk = MacOS . sdk_path_if_needed )
You can’t perform that action at this time.
0 commit comments