Skip to content

Commit

Permalink
Merge pull request #153244 from chenrui333/gpsim-0.32.1
Browse files Browse the repository at this point in the history
gpsim 0.32.1
  • Loading branch information
BrewTestBot authored Nov 3, 2023
2 parents ad2b712 + 292d294 commit 4375847
Showing 1 changed file with 6 additions and 34 deletions.
40 changes: 6 additions & 34 deletions Formula/g/gpsim.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Gpsim < Formula
desc "Simulator for Microchip's PIC microcontrollers"
homepage "https://gpsim.sourceforge.net/"
url "https://downloads.sourceforge.net/project/gpsim/gpsim/0.32.0/gpsim-0.32.0.tar.gz"
sha256 "8ef4fb64c993b205d943b300fb9dcb8cc0c4c9d0e8d8d47fdc088fe9c3c42468"
url "https://downloads.sourceforge.net/project/gpsim/gpsim/0.32.0/gpsim-0.32.1.tar.gz"
sha256 "c704d923ae771fabb7f63775a564dfefd7018a79c914671c4477854420b32e69"
license "GPL-2.0-or-later"
head "https://svn.code.sf.net/p/gpsim/code/trunk"

Expand All @@ -12,10 +12,10 @@ class Gpsim < Formula
end

bottle do
sha256 cellar: :any, arm64_sonoma: "47237c675e0d58452a5af3af244b6184cadedb63301c838af1c37fadcf6acca3"
sha256 cellar: :any, sonoma: "f97272437dba25f87e9572fb5fb727340f6d07f2876133aa8628f8c3357447c5"
sha256 cellar: :any, monterey: "2e5195547b9d5783ed68956e0c158d0f9de968da495b0cecf18b76d787746638"
sha256 cellar: :any_skip_relocation, x86_64_linux: "edbf0180a035cb6d807a858c590176a01d169d0d0fe84dd6b24505ad05433b18"
sha256 cellar: :any, arm64_sonoma: "fa23f8c80ac0345a2f22b8ea0ba306c915947df7eac7ace8cbd14e1eff4a6b9c"
sha256 cellar: :any, sonoma: "2981d50ca8314999f1aed8b224da83e52b74d013fc6dd3c5ff9d14fa98fe482c"
sha256 cellar: :any, monterey: "82ed0708bc543e6a067d5b23647de05de60c2abf4c4851adcb9c7f58d2f60b43"
sha256 cellar: :any_skip_relocation, x86_64_linux: "ed7b77aad09ad8845ef7b7f7481c8d480e65f69eb92715b0045d9c8d80ac5c27"
end

depends_on "gputils" => :build
Expand All @@ -25,9 +25,6 @@ class Gpsim < Formula
depends_on "popt"
depends_on "readline"

# upstream bug report, https://sourceforge.net/p/gpsim/bugs/286/
patch :DATA

def install
ENV.cxx11

Expand All @@ -42,28 +39,3 @@ def install
system "#{bin}/gpsim", "--version"
end
end

__END__
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 69b3f13..f9c5dc4 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,6 +1,3 @@
-
-SUBDIRS=gpsim.html.LyXconv
-
all: gpsim.ps gpsim.pdf

gpsim.ps: gpsim.lyx
diff --git a/doc/Makefile.in b/doc/Makefile.in
index 2d7a0e8..cd72080 100644
--- a/doc/Makefile.in
+++ b/doc/Makefile.in
@@ -330,7 +330,6 @@ target_alias = @target_alias@
top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
-SUBDIRS = gpsim.html.LyXconv
EXTRA_DIST = \
screenshots/breadboard.png \
screenshots/registerview.png \

0 comments on commit 4375847

Please sign in to comment.