Skip to content

Commit

Permalink
math/octave-forge-control: Fix bug with slicot functions.
Browse files Browse the repository at this point in the history
Bump portrevision.

Reported by:	Joel Bodenmann <jbo@FreeBSD.org>
  • Loading branch information
Stephen Montgomery-Smith authored and Stephen Montgomery-Smith committed Jan 11, 2024
1 parent 2cc1ea4 commit 73393cd
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions math/octave-forge-control/Makefile
@@ -1,6 +1,7 @@
PORTNAME= octave-forge-control
DISTVERSIONPREFIX= control-
DISTVERSION= 4.0.0
PORTREVISION= 1
CATEGORIES= math

MAINTAINER= stephen@FreeBSD.org
Expand Down
10 changes: 10 additions & 0 deletions math/octave-forge-control/files/patch-Makefile
@@ -0,0 +1,10 @@
--- Makefile.orig 2024-01-11 01:31:30 UTC
+++ Makefile
@@ -30,6 +30,7 @@ all: __control_slicot_functions__.oct \
# uppressing warnings on indexing errors
#
slicotlibrary.a: slicot
+ cp TG04BX.f $(SC_SRC)
cd $(SC_SRC) && $(MKOCTFILE) -w -c MA02ID.f; mv MA02ID.f x && $(MKOCTFILE) -c *.f && mv x MA02ID.f
$(AR) -rc slicotlibrary.a $(SC_SRC)/*.o

0 comments on commit 73393cd

Please sign in to comment.