From 97a371304e69e81bd717540408e0d686aae2342d Mon Sep 17 00:00:00 2001 From: Thierry Thomas Date: Sun, 16 Nov 2025 17:55:07 +0100 Subject: math/slicot: upgrade to v5.9.1 Release notes at https://github.com/SLICOT/SLICOT-Reference/releases/tag/v5.9.1 --- math/slicot/files/patch-make__Unix.inc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'math/slicot/files/patch-make__Unix.inc') diff --git a/math/slicot/files/patch-make__Unix.inc b/math/slicot/files/patch-make__Unix.inc index 5fff92918818..2e355a323bb7 100644 --- a/math/slicot/files/patch-make__Unix.inc +++ b/math/slicot/files/patch-make__Unix.inc @@ -1,12 +1,12 @@ ---- make_Unix.inc.orig 2024-02-05 12:03:37 UTC +--- make_Unix.inc.orig 2025-11-04 14:46:11 UTC +++ make_Unix.inc @@ -14,7 +14,7 @@ FORTRAN = gfortran # the compiler options desired when NO OPTIMIZATION is selected. # FORTRAN = gfortran --OPTS = -O2 -fPIC -fdefault-integer-8 -+#OPTS = -O2 -fPIC -fdefault-integer-8 - OPTS_NOOPT = -O0 +-OPTS = -O2 -fPIC -g ++#OPTS = -O2 -fPIC -g + OPTS_NOOPT = -O0 -g # Define LDFLAGS to the desired linker options for your machine. @@ -30,13 +30,11 @@ ARCHFLAGS = cr @@ -20,7 +20,7 @@ # machine-specific, optimized BLAS library should be used whenever # possible.) # --BLASLIB = ../libs/blas.a --LAPACKLIB = ../libs/lapack.a +-BLASLIB = -lopenblas +-LAPACKLIB = -lopenblas LPKAUXLIB = ../lpkaux.a SLICOTLIB = ../slicot.a -- cgit v1.2.3